Home
last modified time | relevance | path

Searched refs:DepsGenerator (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dscc.h62 template <class DepsGenerator>
101 for (auto dep : DepsGenerator()(descriptor)) { in DFS()
143 for (auto child_msg : DepsGenerator()(descriptor)) { in AddChildren()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h539 struct DepsGenerator { struct
550 SCCAnalyzer<DepsGenerator> analyzer_; argument
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc1550 struct DepsGenerator { struct
1577 SCCAnalyzer<DepsGenerator>* analyzer, in GenerateJspbAllowedMap()
3784 SCCAnalyzer<DepsGenerator> analyzer; in GenerateAll()