Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc233 std::string GetEnumPath(const GeneratorOptions& options, in GetEnumPath() function
907 return GetEnumPath(options, field->enum_type()); in ProtoTypeName()
957 return GetEnumPath(options, field->enum_type()); in JSTypeName()
1742 std::string name = GetEnumPath(options, enumdesc); in FindProvidesForEnum()
1969 required->insert(GetEnumPath(options, field->enum_type())); in FindRequiresForField()
1971 forwards->insert(GetEnumPath(options, field->enum_type())); in FindRequiresForField()