Home
last modified time | relevance | path

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

/third_party/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()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h585 struct DepsGenerator { struct
596 SCCAnalyzer<DepsGenerator> analyzer_; argument
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc1537 struct DepsGenerator { struct
1564 SCCAnalyzer<DepsGenerator>* analyzer, in GenerateJspbAllowedMap()
3780 SCCAnalyzer<DepsGenerator> analyzer; in GenerateAll()