Home
last modified time | relevance | path

Searched defs:klass (Results 1 – 25 of 66) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DspreadExpressionContextualTypeWithNamespace.js7 class klass {} class
44 var klass = /** @class */ (function () { function
45 function klass() { function
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DDescriptorPool.php83 public function addMessage($name, $klass)
88 public function addEnum($name, $klass)
115 public function getDescriptorByClassName($klass)
124 public function getEnumDescriptorByClassName($klass)
DEnumDescriptor.php11 private $klass; variable in Google\\Protobuf\\Internal\\EnumDescriptor
69 public function setClass($klass)
79 public function setLegacyClass($klass)
DDescriptor.php46 private $klass; variable in Google\\Protobuf\\Internal\\Descriptor
145 public function setClass($klass)
155 public function setLegacyClass($klass)
DRepeatedField.php61 private $klass; variable in Google\\Protobuf\\Internal\\RepeatedField
74 public function __construct($type, $klass = null)
DMapField.php61 private $klass; variable in Google\\Protobuf\\Internal\\MapField
76 public function __construct($key_type, $value_type, $klass = null)
DGPBUtil.php194 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)
DEnumBuilderContext.php44 public function __construct($full_name, $klass, $pool)
DMessageBuilderContext.php46 public function __construct($full_name, $klass, $pool)
/third_party/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c387 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 …]
Dmessage.c60 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
Drepeated_field.c545 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/
DspreadExpressionContextualTypeWithNamespace.ts6 class klass {} class
/third_party/python/Lib/unittest/test/testmock/
Dsupport.py4 def is_instance(obj, klass): argument
/third_party/ltp/tools/sparse/sparse-src/
Dast-model.h18 #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/
Dnine_debug.c88 char klass[96]; /* no class name is this long */ in _nine_debug_printf() local
/third_party/protobuf/php/src/Google/Protobuf/
DAny.php314 public function is($klass)
/third_party/python/Lib/
Drlcompleter.py202 def get_class_members(klass): argument
Dtraceback.py339 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/
Dgen-postmortem-metadata.py374 def get_base_class(klass): argument
/third_party/mesa3d/src/compiler/nir/
Dnir_schedule.h42 int klass; member
/third_party/python/Lib/xml/dom/
Dminicompat.py101 def defproperty(klass, name, doc): argument
/third_party/protobuf/php/ext/google/protobuf/
Dconvert.c74 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/
Drepeated_field_test.rb575 def repeated_field_names(klass) argument
/third_party/protobuf/ruby/tests/
Drepeated_field_test.rb597 def repeated_field_names(klass) argument

123