Home
last modified time | relevance | path

Searched refs:tag_t (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-wasm-api.h81 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;
Dhb-wasm-api-face.hh54 tag_t table_tag, in HB_WASM_API()
/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/
Dpolymorphic_get.hpp126 > tag_t; in operator ()() typedef
128 return this_type::get(operand, tag_t()); in operator ()()
/external/sdv/vsomeip/third_party/boost/range/test/
Djoin.cpp198 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/
Dobject_with_id.ipp54 typedef TagT tag_t;
Drule.ipp155 typedef typename impl::get_tag<T0, T1, T2>::type tag_t;
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/
Dmicrosoft.hpp117 typedef typename customization_tag<bare_t>::type tag_t; typedef
118 typedef customization<tag_t> type;