Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc1024 std::vector<string> oneof_entries; in OneofGroupList() local
1038 oneof_entries.push_back("[" + Join(oneof_fields, ",") + "]"); in OneofGroupList()
1040 return "[" + Join(oneof_entries, ",") + "]"; in OneofGroupList()