Home
last modified time | relevance | path

Searched defs:context_t (Results 1 – 9 of 9) sorted by relevance

/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/execution/
Dcontext.hpp42 struct context_t struct
46 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;
/external/harfbuzz_ng/src/OT/Layout/GPOS/
DPairValueRecord.hh30 struct context_t struct
32 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;
/external/selinux/libselinux/include/selinux/
Dcontext.h16 typedef context_s_t *context_t; typedef
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/non_terminal/
Dgrammar.hpp42 typedef typename ContextT::context_linker_t context_t; typedef
Dparser_context.hpp138 #define BOOST_SPIRIT_CONTEXT_PARSE(scan, this_, scanner_t, context_t, result_t) \ argument
Dsubrule.hpp247 typedef typename ContextT::context_linker_t context_t; typedef
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dsystem_executor.hpp31 execution::context_t) BOOST_ASIO_NOEXCEPT in query()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp14/executors/
Dpipeline.cpp46 static thread_bag& query(execution::context_t) in query()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/attribute/
Dclosure.hpp168 typedef closure_context_linker<init_context_t> context_t; in parse() typedef
245 typedef closure_context<DerivedT> context_t; typedef