Home
last modified time | relevance | path

Searched refs:selector_count (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-layout.cc380 unsigned int *selector_count, /* IN/OUT. May be NULL. */ in hb_aat_layout_feature_type_get_selector_infos() argument
384 …return face->table.feat->get_selector_infos (feature_type, start_offset, selector_count, selectors… in hb_aat_layout_feature_type_get_selector_infos()
Dhb-aat-layout.h455 unsigned int *selector_count, /* IN/OUT. May be NULL. */
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.c53 uint32_t selector_count; member
539 return m->selector_count; in upb_msgdef_selectorcount()
1202 m->selector_count = UPB_STATIC_SELECTOR_COUNT; in assign_msg_indices()
1230 m->selector_count = selector; in assign_msg_indices()
/external/protobuf/php/ext/google/protobuf/
Dupb.c1149 uint32_t selector_count; member
1313 m->selector_count = UPB_STATIC_SELECTOR_COUNT; in assign_msg_indices()
1345 m->selector_count = selector; in assign_msg_indices()
1750 return m->selector_count; in upb_msgdef_selectorcount()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h2727 size_t selector_count;
2754 #define UPB_MSGDEF_INIT(name, selector_count, submsg_field_count, itof, ntof, \
2758 selector_count, submsg_field_count, itof, ntof, map_entry, syntax, \
Dupb.c1366 m->selector_count = UPB_STATIC_SELECTOR_COUNT; in assign_msg_indices()
1402 m->selector_count = selector; in assign_msg_indices()
4195 extra = sizeof(upb_handlers_tabent) * (md->selector_count - 1); in upb_handlers_new()
4506 UPB_ASSERT((size_t)*s < upb_fielddef_containingtype(f)->selector_count); in upb_handlers_getselector()