Home
last modified time | relevance | path

Searched defs:klass (Results 26 - 46 of 46) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape.cc885 hb_ot_layout_glyph_props_flags_t klass; in hb_synthesize_glyph_classes() local
H A Dhb-ot-layout.cc314 hb_ot_layout_get_glyphs_in_class(hb_face_t *face, hb_ot_layout_glyph_class_t klass, hb_set_t *glyphs ) hb_ot_layout_get_glyphs_in_class() argument
H A Dhb-font.cc1847 hb_font_set_funcs(hb_font_t *font, hb_font_funcs_t *klass, void *font_data, hb_destroy_func_t destroy ) hb_font_set_funcs() argument
[all...]
H A Dhb-ot-layout-gpos-table.hh674 HBUINT16 klass; /* Class defined for this mark */ member
H A Dhb-ot-layout-gsubgpos.hh1116 unsigned int klass = is_ligature ? HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE : 0; in ligate_input() local
H A Dhb-ot-layout-common.hh1978 unsigned klass = classValue[gid - start]; in subset() local
2191 unsigned klass = rangeRecord[i].value; subset() local
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dprotobuf.h124 VALUE klass; member
[all...]
H A Dmessage.c60 VALUE Message_alloc(VALUE klass) { in Message_alloc() argument
713 VALUE Message_descriptor(VALUE klass) { in Message_descriptor() argument
720 VALUE klass; in build_class_from_descriptor() local
851 VALUE klass = CLASS_OF(obj); Google_Protobuf_deep_copy() local
[all...]
H A Ddefs.c387 VALUE DescriptorPool_alloc(VALUE klass) { in DescriptorPool_alloc() argument
409 VALUE klass = rb_define_class_under( in DescriptorPool_register() local
512 Descriptor_alloc(VALUE klass) Descriptor_alloc() argument
523 VALUE klass = rb_define_class_under( Descriptor_register() local
687 FileDescriptor_alloc(VALUE klass) FileDescriptor_alloc() argument
718 VALUE klass = rb_define_class_under( FileDescriptor_register() local
781 FieldDescriptor_alloc(VALUE klass) FieldDescriptor_alloc() argument
789 VALUE klass = rb_define_class_under( FieldDescriptor_register() local
1177 OneofDescriptor_alloc(VALUE klass) OneofDescriptor_alloc() argument
1186 VALUE klass = rb_define_class_under( OneofDescriptor_register() local
1264 EnumDescriptor_alloc(VALUE klass) EnumDescriptor_alloc() argument
1295 VALUE klass = rb_define_class_under( EnumDescriptor_register() local
1422 MessageBuilderContext_alloc(VALUE klass) MessageBuilderContext_alloc() argument
1431 VALUE klass = rb_define_class_under( MessageBuilderContext_register() local
1864 OneofBuilderContext_alloc(VALUE klass) OneofBuilderContext_alloc() argument
1874 VALUE klass = rb_define_class_under( OneofBuilderContext_register() local
1940 EnumBuilderContext_alloc(VALUE klass) EnumBuilderContext_alloc() argument
1950 VALUE klass = rb_define_class_under( EnumBuilderContext_register() local
2048 FileBuilderContext_alloc(VALUE klass) FileBuilderContext_alloc() argument
2058 VALUE klass = rb_define_class_under(module, "FileBuilderContext", rb_cObject); FileBuilderContext_register() local
2176 Builder_alloc(VALUE klass) Builder_alloc() argument
2186 VALUE klass = rb_define_class_under(module, "Builder", rb_cObject); Builder_register() local
2306 get_def_obj(VALUE _descriptor_pool, const void* ptr, VALUE klass) get_def_obj() argument
[all...]
H A Dencode_decode.c33 VALUE initialize_rb_class_with_no_args(VALUE klass) { in initialize_rb_class_with_no_args() argument
1032 VALUE Message_decode(VALUE klass, VALUE data) { in Message_decode() argument
1088 VALUE Message_decode_json(int argc, VALUE* argv, VALUE klass) { in Message_decode_json() argument
1611 VALUE Message_encode(VALUE klass, VALUE msg_rb) { in Message_encode() argument
1649 VALUE Message_encode_json(int argc, VALUE* argv, VALUE klass) { in Message_encode_json() argument
1786 VALUE klass = CLASS_OF(msg_rb); Google_Protobuf_discard_unknown() local
[all...]
/foundation/communication/ipc/ipc/native/src/jni/source/
H A Dohos_rpc_remote_object.cpp41 jclass klass; member
48 jclass klass; member
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php202 $klass = $desc->getClass(); variable
427 $klass = $field->getMessageType()->getClass(); variable
714 $klass = $value_field->getMessageType()->getClass(); variable
728 $klass = $field->getMessageType()->getClass(); variable
742 $klass = $field->getMessageType()->getClass(); variable
818 $klass = $field->getMessageType()->getClass(); global() variable
[all...]
/third_party/lwip/src/apps/mdns/
H A Dmdns.c266 u16_t klass; member
900 mdns_add_question(struct mdns_outpacket *outpkt, struct mdns_domain *domain, u16_t type, u16_t klass, u16_t unicast) in mdns_add_question() argument
968 mdns_add_answer(struct mdns_outpacket *reply, struct mdns_domain *domain, u16_t type, u16_t klass, u16_t cache_flush, u32_t ttl, const u8_t *buf, size_t buf_length, struct mdns_domain *answer_domain) mdns_add_answer() argument
[all...]
/third_party/libabigail/src/
H A Dabg-writer.cc1829 write_is_struct(const class_decl_sptr& klass, ostream& o) in write_is_struct() argument
H A Dabg-suppression.cc962 class_decl_sptr klass = is_class_type(type); in suppression_matches_type_no_name() local
H A Dabg-reader.cc4686 class_decl_sptr klass = is_class_type(*i); in build_class_decl() local
H A Dabg-dwarf-reader.cc3903 maybe_schedule_declaration_only_class_for_resolution(class_decl_sptr& klass) in maybe_schedule_declaration_only_class_for_resolution() argument
3926 is_decl_only_class_scheduled_for_resolution(class_decl_sptr& klass) in is_decl_only_class_scheduled_for_resolution() argument
4032 class_decl_sptr klass = is_class_type(type_base_sptr(*c)); resolve_declaration_only_classes() local
[all...]
H A Dabg-ir.cc5733 get_next_data_member(const class_or_union_sptr &klass, in get_next_data_member() argument
5758 get_last_data_member(const class_or_union_sptr &klass) in get_last_data_member() argument
6043 get_next_data_member_offset(const class_or_union_sptr& klass, const var_decl_sptr& dm, uint64_t& offset) get_next_data_member_offset() argument
10484 look_through_decl_only_class(class_or_union_sptr klass) look_through_decl_only_class() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c1433 PyObject *klass; member
1452 PyObject *klass = data ? data->klass : 0; in SWIG_Python_ExceptionType() local
2404 PyObject *klass = data->klass; SWIG_Python_ConvertPtrAndOwn() local
[all...]
/third_party/python/Lib/test/
H A Dtest_typing.py2770 klass=klass.__name__, variable in ProtocolTests.test_protocols_isinstance_properties_and_descriptors.PG1
[all...]

Completed in 85 milliseconds

12