Searched defs:context_t (Results 1 – 9 of 9) sorted by relevance
42 struct context_t struct46 static constexpr bool is_applicable_property_v =50 static constexpr bool is_requirable = false;53 static constexpr bool is_preferable = false;56 typedef std::any polymorphic_query_result_type;
30 struct context_t struct32 const void *base;33 const ValueFormat *valueFormats;34 const ValueFormat *newFormats;35 unsigned len1; /* valueFormats[0].get_len() */36 const hb_map_t *glyph_map;37 const hb_hashmap_t<unsigned, hb_pair_t<unsigned, int>> *layout_variation_idx_delta_map;
16 typedef context_s_t *context_t; typedef
42 typedef typename ContextT::context_linker_t context_t; typedef
138 #define BOOST_SPIRIT_CONTEXT_PARSE(scan, this_, scanner_t, context_t, result_t) \ argument
247 typedef typename ContextT::context_linker_t context_t; typedef
31 execution::context_t) BOOST_ASIO_NOEXCEPT in query()
46 static thread_bag& query(execution::context_t) in query()
168 typedef closure_context_linker<init_context_t> context_t; in parse() typedef245 typedef closure_context<DerivedT> context_t; typedef