Home
last modified time | relevance | path

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

/third_party/boost/boost/log/attributes/
Dvalue_extraction.hpp302 value_extractor< T, fallback_to_none, TagT > extractor; in extract() local
317 value_extractor< T, fallback_to_none, TagT > extractor; in extract() local
332 value_extractor< T, fallback_to_none, TagT > extractor; in extract() local
346 value_extractor< T, fallback_to_none, TagT > extractor; in extract() local
362 value_extractor< T, fallback_to_throw, TagT > extractor; in extract_or_throw() local
378 value_extractor< T, fallback_to_throw, TagT > extractor; in extract_or_throw() local
394 value_extractor< T, fallback_to_throw, TagT > extractor; in extract_or_throw() local
409 value_extractor< T, fallback_to_throw, TagT > extractor; in extract_or_throw() local
430 …value_extractor< extracted_type, fallback_to_default< DefaultT const& >, TagT > extractor(def_val); in extract_or_default() local
451 …value_extractor< extracted_type, fallback_to_default< DefaultT const& >, TagT > extractor(def_val); in extract_or_default() local
[all …]
/third_party/boost/boost/accumulators/framework/
Dextractor.hpp99 struct extractor struct
101 typedef extractor<Feature> this_type;
108 struct result<this_type(A1)>
117 operator ()(Arg1 const &arg1) const in operator ()()
129 operator ()(AccumulatorSet const &acc, A1 const &a1) const in operator ()()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
DNDKExtractor.cpp36 AMediaExtractor *extractor = AMediaExtractor_new(); in decode() local
/third_party/boost/boost/spirit/home/x3/support/numeric_utils/detail/
Dextract_int.hpp310 typedef int_extractor<Radix, Accumulator, MaxDigits> extractor; in parse_main() typedef
408 typedef int_extractor<Radix, Accumulator, -1> extractor; in parse_main() typedef
/third_party/boost/boost/spirit/home/qi/numeric/detail/
Dnumeric_utils.hpp328 typedef int_extractor<Radix, Accumulator, MaxDigits, Accumulate> extractor; in parse_main() typedef
431 typedef int_extractor<Radix, Accumulator, -1, Accumulate> extractor; in parse_main() typedef
/third_party/boost/boost/multi_index/
Dkey.hpp52 #define BOOST_MULTI_INDEX_KEY_TYPED_KEY_IMPL(qualifier,extractor) \ argument
/third_party/boost/boost/unordered/detail/
Dmap.hpp34 typedef boost::unordered::detail::map_extractor<value_type> extractor; typedef
Dset.hpp33 typedef boost::unordered::detail::set_extractor<value_type> extractor; typedef
Dimplementation.hpp2913 typedef typename Types::extractor extractor; typedef
/third_party/gettext/gettext-tools/src/
Dxgettext.c340 extractor_ty extractor = { NULL, NULL, NULL, NULL }; in main() local
1857 extract_from_file (const char *file_name, extractor_ty extractor, in extract_from_file()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp4625 DataExtractor extractor(ObjectFile::getData(), true, 0); in ReadULEB128s() local