Searched defs:context_t (Results 1 – 11 of 11) 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;
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
32 execution::context_t) BOOST_ASIO_NOEXCEPT in query()
46 static thread_bag& query(execution::context_t) in query()
1084 struct context_t struct1086 const void *base;1087 const ValueFormat *valueFormats;1088 const ValueFormat *newFormats;1089 unsigned len1; /* valueFormats[0].get_len() */1090 const hb_map_t *glyph_map;1091 const hb_map_t *layout_variation_idx_map;
1083 struct context_t struct1085 const void *base;1086 const ValueFormat *valueFormats;1087 const ValueFormat *newFormats;1088 unsigned len1; /* valueFormats[0].get_len() */1089 const hb_map_t *glyph_map;1090 const hb_map_t *layout_variation_idx_map;
168 typedef closure_context_linker<init_context_t> context_t; in parse() typedef245 typedef closure_context<DerivedT> context_t; typedef
462 typedef worker_context< Fn, Arg ... > context_t; in make_worker_context() typedef