Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc225 std::string GetEnumPathPrefix(const GeneratorOptions& options, in GetEnumPathPrefix() function
235 return GetEnumPathPrefix(options, enum_descriptor) + enum_descriptor->name(); in GetEnumPath()
3373 "enumprefix", GetEnumPathPrefix(options, enumdesc), "name", in GenerateEnum()