Home
last modified time | relevance | path

Searched defs:klass (Results 1 - 25 of 44) sorted by relevance

12

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMapEntry.php50 $klass = $value_field->getMessageType()->getClass(); variable
H A DRepeatedField.php61 private $klass; variable
74 public function __construct($type, $klass = null) variable
85 $this->klass = $desc->getClass(); variable
H A DDescriptorPool.php136 $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 DEnumDescriptor.php11 private $klass; variable
71 $this->klass = $klass; variable
H A DMapField.php61 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 DDescriptor.php46 private $klass; variable
147 $this->klass = $klass; variable
H A DGPBUtil.php201 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 Dnir_schedule.h42 int klass; member
H A Dnir_schedule.c123 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 Dnine_debug.c88 char klass[96]; /* no class name is this long */ in _nine_debug_printf() local
/third_party/protobuf/php/src/Google/Protobuf/
H A DAny.php278 $klass = $desc->getClass(); variable
/third_party/ltp/tools/sparse/sparse-src/
H A Dast-model.c131 ast_class_init (AstNodeClass *klass) in ast_class_init() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-fallback.cc35 recategorize_combining_class(hb_codepoint_t u, unsigned int klass) recategorize_combining_class() argument
[all...]
H A Dhb-ot-layout-gsub-table.hh344 unsigned int klass = _hb_glyph_info_is_ligature (&c->buffer->cur()) ? in apply() local
H A Dhb-aat-layout-common.hh755 unsigned int klass = buffer->idx < buffer->len ? in drive() local
H A Dhb-font.hh125 hb_font_funcs_t *klass; member
[all...]
H A Dhb-ot-layout-gdef-table.hh567 unsigned int klass = get_glyph_class (glyph); in get_glyph_props() local
H A Dhb-ot-shape.cc885 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 Dtest-object.c213 const object_t *klass; member
/third_party/protobuf/php/ext/google/protobuf/
H A Darray.c193 zend_class_entry* klass = NULL; in PHP_METHOD() local
H A Dmap.c202 zend_class_entry* klass = NULL; in PHP_METHOD() local
H A 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/ext/google/protobuf_c/
H A Dmap.c174 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 Drepeated_field.c545 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 Dtr_dump.c363 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

Completed in 25 milliseconds

12