Home
last modified time | relevance | path

Searched defs:collector (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/tools/quickbook/src/
Dcollector.hpp57 struct collector : boost::noncopyable struct
66 std::ostream& get() const { return top.get().get(); } in get()
68 std::string const& str() const { return top.get().str(); } in str()
70 void clear() { top.get().clear(); } in clear()
72 void swap(std::string& other) { top.get().swap(other); } in swap()
74 void append(std::string const& other) { top.get().append(other); } in append()
77 std::stack<string_stream> streams;
78 boost::reference_wrapper<string_stream> main;
79 boost::reference_wrapper<string_stream> top;
80 string_stream default_;
Dcollector.cpp33 collector::collector() : main(default_), top(default_) {} in collector() function in quickbook::collector
35 collector::collector(string_stream& out) : main(out), top(out) {} in collector() function in quickbook::collector
/third_party/boost/boost/log/sinks/
Dtext_file_backend.hpp74 struct BOOST_LOG_NO_VTABLE collector struct
79 BOOST_DEFAULTED_FUNCTION(collector(), {}) in collector() function
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DAltFormatsSchema.java126 List<AltFormatSpec> altFormats, Consumer<Stream<String>> collector, boolean toCsv) { in export()
139 CsvTableCollector collector = new CsvTableCollector(true); in exportCsv() local
/third_party/gn/src/gn/
Dfunction_get_target_outputs.cc87 Scope::ItemVector* collector = scope->GetItemCollector(); local
Dfunction_toolchain.cc260 Scope::ItemVector* collector = scope->GetItemCollector(); in RunToolchain() local
Dscope.h304 void set_item_collector(ItemVector* collector) { in set_item_collector()
Dparser_unittest.cc33 std::ostringstream collector; in DoParserPrintTest() local
49 std::ostringstream collector; in DoExpressionPrintTest() local
Dtarget_generator.cc164 Scope::ItemVector* collector = scope->GetItemCollector(); in GenerateTarget() local
Dfunctions.cc396 Scope::ItemVector* collector = scope->GetItemCollector(); in RunConfig() local
914 Scope::ItemVector* collector = scope->GetItemCollector(); in RunPool() local
/third_party/boost/libs/test/doc/examples/
Ddecorator_08.run-fail.cpp33 auto& collector = utf::results_collector_t::instance(); in operator ()() local
/third_party/boost/libs/graph/test/
Dtwo_graphs_common_spanning_trees_test.cpp107 collector(coll); in two_graphs_common_spanning_trees_test() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUCurrencyMetaInfo.java73 private <T> List<T> collect(Collector<T> collector, CurrencyFilter filter) { in collect()
111 private <T> void collectRegion(Collector<T> collector, CurrencyFilter filter, in collectRegion()
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
DICUCurrencyMetaInfo.java71 private <T> List<T> collect(Collector<T> collector, CurrencyFilter filter) { in collect()
109 private <T> void collectRegion(Collector<T> collector, CurrencyFilter filter, in collectRegion()
/third_party/typescript/src/services/
Dclassifier2020.ts44 const collector = (node: Node, typeIdx: number, modifierSet: number) => { constant
/third_party/python/Lib/test/
Dtest_htmlparser.py86 def _run_check(self, source, expected_events, collector=None): argument
346 collector = lambda: EventCollectorCharrefs() function
Dtest_pyexpat.py315 def collector(name, *args): function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRemoveUnreferencedVariables.cpp363 CollectVariableRefCountsTraverser collector; in RemoveUnreferencedVariables() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRemoveUnreferencedVariables.cpp363 CollectVariableRefCountsTraverser collector; in RemoveUnreferencedVariables() local
/third_party/protobuf/src/google/protobuf/io/
Dtokenizer.cc765 CommentCollector collector(prev_trailing_comments, detached_comments, in NextWithComments() local
/third_party/boost/libs/log/src/
Dtext_file_backend.cpp1521 …_LOG_API void text_file_backend::set_file_collector(shared_ptr< file::collector > const& collector) in set_file_collector()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DCsvTable.java425 CsvTableCollector collector = new CsvTableCollector(align); in exportCsvHelper() local
/third_party/glslang/glslang/MachineIndependent/
DpropagateNoContraction.cpp435 TSymbolDefinitionCollectingTraverser collector(&symbol_definition_mapping, &accesschain_mapping, in getSymbolToDefinitionMappingAndPreciseSymbolIDs() local
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1080 ExpectedPrefixesCollector collector(prefix_map); in LoadExpectedPackagePrefixes() local
1713 ProtoFrameworkCollector collector(&proto_file_to_framework_name_); in ParseFrameworkMappings() local
/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2359 MockValidationErrorCollector collector(source_locations, &error_collector_); in TEST_F() local

12