Searched refs:tag_t (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-wasm-api.h | 81 typedef uint32_t tag_t; typedef 82 #define TAG(c1,c2,c3,c4) ((tag_t)((((uint32_t)(c1)&0xFF)<<24)|(((uint32_t)(c2)&0xFF)<<16)|(((uint32… 98 typedef tag_t script_t; /* ISO 15924 representation of Unicode scripts. */ 186 tag_t table_tag, 292 tag_t tag;
|
D | hb-wasm-api-face.hh | 54 tag_t table_tag, in HB_WASM_API()
|
/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/ |
D | polymorphic_get.hpp | 126 > tag_t; in operator ()() typedef 128 return this_type::get(operand, tag_t()); in operator ()()
|
/external/sdv/vsomeip/third_party/boost/range/test/ |
D | join.cpp | 198 typedef boost::iterator_traversal< join_iterator_t > tag_t; in test_join_impl() typedef 200 test_join_traversal(rng1, rng2, tag_t()); in test_join_impl()
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/non_terminal/impl/ |
D | object_with_id.ipp | 54 typedef TagT tag_t;
|
D | rule.ipp | 155 typedef typename impl::get_tag<T0, T1, T2>::type tag_t;
|
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/ |
D | microsoft.hpp | 117 typedef typename customization_tag<bare_t>::type tag_t; typedef 118 typedef customization<tag_t> type;
|