Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc3785 std::map<const void*, std::string> allowed_map; in GenerateAll() local
3786 if (!GenerateJspbAllowedMap(options, files, &allowed_map, &analyzer, in GenerateAll()
3805 allowed_map.count(analyzer.GetSCC(desc)) == 0) { in GenerateAll()
3811 const std::string& filename = allowed_map[scc]; in GenerateAll()
3859 if (allowed_map.count(enumdesc) == 0) { in GenerateAll()
3864 const std::string& filename = allowed_map[enumdesc]; in GenerateAll()
3893 if (allowed_map.count(file) == 1) { in GenerateAll()
3895 const std::string& filename = allowed_map[file]; in GenerateAll()