Home
last modified time | relevance | path

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

/third_party/boost/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;
/third_party/selinux/libselinux/include/selinux/
Dcontext.h16 typedef context_s_t *context_t; typedef
/third_party/boost/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
/third_party/boost/boost/asio/impl/
Dsystem_executor.hpp32 execution::context_t) BOOST_ASIO_NOEXCEPT in query()
/third_party/boost/libs/asio/example/cpp14/executors/
Dpipeline.cpp46 static thread_bag& query(execution::context_t) in query()
/third_party/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh1084 struct context_t struct
1086 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;
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh1083 struct context_t struct
1085 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;
/third_party/boost/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
/third_party/boost/boost/fiber/
Dcontext.hpp462 typedef worker_context< Fn, Arg ... > context_t; in make_worker_context() typedef