/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | MapEntry.php | 50 $klass = $value_field->getMessageType()->getClass(); variable
|
H A D | RepeatedField.php | 61 private $klass; variable 74 public function __construct($type, $klass = null) variable 85 $this->klass = $desc->getClass(); variable
|
H A D | DescriptorPool.php | 136 $klass = $this->proto_to_class[$proto]; global() variable 145 $klass = $this->proto_to_class[$proto]; global() variable 188 foreach ($this->class_to_desc as $klass => $desc) { global() variable [all...] |
H A D | EnumDescriptor.php | 11 private $klass; variable 71 $this->klass = $klass; variable
|
H A D | MapField.php | 61 private $klass; variable 76 public function __construct($key_type, $value_type, $klass = null) variable 81 $this->klass = $klass; variable 90 $this->klass = $desc->getClass(); variable [all...] |
H A D | Descriptor.php | 46 private $klass; variable 147 $this->klass = $klass; variable
|
H A D | GPBUtil.php | 201 public static function checkRepeatedField(&$var, $type, $klass = null) variable 227 public static function checkMapField(&$var, $key_type, $value_type, $klass = null) variable [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_schedule.h | 42 int klass; member
|
H A D | nir_schedule.c | 123 int klass; member 304 nir_schedule_get_class_dep(nir_deps_state *state, int klass) nir_schedule_get_class_dep() argument
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A 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/ |
H A D | Any.php | 278 $klass = $desc->getClass(); variable
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ast-model.c | 131 ast_class_init (AstNodeClass *klass) in ast_class_init() argument
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-fallback.cc | 35 recategorize_combining_class(hb_codepoint_t u, unsigned int klass) recategorize_combining_class() argument [all...] |
H A D | hb-ot-layout-gsub-table.hh | 344 unsigned int klass = _hb_glyph_info_is_ligature (&c->buffer->cur()) ? in apply() local
|
H A D | hb-aat-layout-common.hh | 755 unsigned int klass = buffer->idx < buffer->len ? in drive() local
|
H A D | hb-font.hh | 125 hb_font_funcs_t *klass; member [all...] |
H A D | hb-ot-layout-gdef-table.hh | 567 unsigned int klass = get_glyph_class (glyph); in get_glyph_props() local
|
H A D | hb-ot-shape.cc | 885 hb_ot_layout_glyph_props_flags_t klass; in hb_synthesize_glyph_classes() local
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-object.c | 213 const object_t *klass; member
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | array.c | 193 zend_class_entry* klass = NULL; in PHP_METHOD() local
|
H A D | map.c | 202 zend_class_entry* klass = NULL; in PHP_METHOD() local
|
H A 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/ext/google/protobuf_c/ |
H A D | map.c | 174 VALUE Map_alloc(VALUE klass) { in Map_alloc() argument 814 VALUE klass = rb_define_class_under(module, "Map", rb_cObject); in Map_register() local [all...] |
H A D | repeated_field.c | 545 void validate_type_class(upb_fieldtype_t type, VALUE klass) { in validate_type_class() argument 642 VALUE RepeatedField_alloc(VALUE klass) { in RepeatedField_alloc() argument 658 VALUE klass = rb_define_class_under( in RepeatedField_register() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_dump.c | 363 void trace_dump_call_begin_locked(const char *klass, const char *method) in trace_dump_call_begin_locked() argument 398 void trace_dump_call_begin(const char *klass, const char *method) in trace_dump_call_begin() argument
|