/third_party/typescript/tests/baselines/reference/ |
D | spreadExpressionContextualTypeWithNamespace.js | 7 class klass {} class 44 var klass = /** @class */ (function () { function 45 function klass() { function
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | DescriptorPool.php | 83 public function addMessage($name, $klass) 88 public function addEnum($name, $klass) 115 public function getDescriptorByClassName($klass) 124 public function getEnumDescriptorByClassName($klass)
|
D | EnumDescriptor.php | 11 private $klass; variable in Google\\Protobuf\\Internal\\EnumDescriptor 69 public function setClass($klass) 79 public function setLegacyClass($klass)
|
D | Descriptor.php | 46 private $klass; variable in Google\\Protobuf\\Internal\\Descriptor 145 public function setClass($klass) 155 public function setLegacyClass($klass)
|
D | RepeatedField.php | 61 private $klass; variable in Google\\Protobuf\\Internal\\RepeatedField 74 public function __construct($type, $klass = null)
|
D | MapField.php | 61 private $klass; variable in Google\\Protobuf\\Internal\\MapField 76 public function __construct($key_type, $value_type, $klass = null)
|
D | GPBUtil.php | 194 public static function checkMessage(&$var, $klass, $newClass = null) 201 public static function checkRepeatedField(&$var, $type, $klass = null) 227 public static function checkMapField(&$var, $key_type, $value_type, $klass = null)
|
D | EnumBuilderContext.php | 44 public function __construct($full_name, $klass, $pool)
|
D | MessageBuilderContext.php | 46 public function __construct($full_name, $klass, $pool)
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | defs.c | 387 VALUE DescriptorPool_alloc(VALUE klass) { in DescriptorPool_alloc() 409 VALUE klass = rb_define_class_under( in DescriptorPool_register() local 512 VALUE Descriptor_alloc(VALUE klass) { in Descriptor_alloc() 523 VALUE klass = rb_define_class_under( in Descriptor_register() local 687 VALUE FileDescriptor_alloc(VALUE klass) { in FileDescriptor_alloc() 718 VALUE klass = rb_define_class_under( in FileDescriptor_register() local 781 VALUE FieldDescriptor_alloc(VALUE klass) { in FieldDescriptor_alloc() 789 VALUE klass = rb_define_class_under( in FieldDescriptor_register() local 1177 VALUE OneofDescriptor_alloc(VALUE klass) { in OneofDescriptor_alloc() 1186 VALUE klass = rb_define_class_under( in OneofDescriptor_register() local [all …]
|
D | message.c | 60 VALUE Message_alloc(VALUE klass) { in Message_alloc() 713 VALUE Message_descriptor(VALUE klass) { in Message_descriptor() 720 VALUE klass; in build_class_from_descriptor() local 851 VALUE klass = CLASS_OF(obj); in Google_Protobuf_deep_copy() local
|
D | repeated_field.c | 545 void validate_type_class(upb_fieldtype_t type, VALUE klass) { in validate_type_class() 642 VALUE RepeatedField_alloc(VALUE klass) { in RepeatedField_alloc() 658 VALUE klass = rb_define_class_under( in RepeatedField_register() local
|
/third_party/typescript/tests/cases/compiler/ |
D | spreadExpressionContextualTypeWithNamespace.ts | 6 class klass {} class
|
/third_party/python/Lib/unittest/test/testmock/ |
D | support.py | 4 def is_instance(obj, klass): argument
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | ast-model.h | 18 #define AST_NODE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), AST_TYPE_NODE, AstNodeCl… argument 20 #define AST_IS_NODE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), AST_TYPE_NODE)) argument
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_debug.c | 88 char klass[96]; /* no class name is this long */ in _nine_debug_printf() local
|
/third_party/protobuf/php/src/Google/Protobuf/ |
D | Any.php | 314 public function is($klass)
|
/third_party/python/Lib/ |
D | rlcompleter.py | 202 def get_class_members(klass): argument
|
D | traceback.py | 339 def extract(klass, frame_gen, *, limit=None, lookup_lines=True, argument 387 def from_list(klass, a_list): argument
|
/third_party/node/deps/v8/tools/ |
D | gen-postmortem-metadata.py | 374 def get_base_class(klass): argument
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_schedule.h | 42 int klass; member
|
/third_party/python/Lib/xml/dom/ |
D | minicompat.py | 101 def defproperty(klass, name, doc): argument
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | convert.c | 74 zval *val, *key_type, *val_type, *klass; in PHP_METHOD() local 87 zval *val, *type, *klass; in PHP_METHOD() local
|
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
D | repeated_field_test.rb | 575 def repeated_field_names(klass) argument
|
/third_party/protobuf/ruby/tests/ |
D | repeated_field_test.rb | 597 def repeated_field_names(klass) argument
|