Searched refs:GetMessagePath (Results 1 – 1 of 1) sorted by relevance
| /third_party/protobuf/src/google/protobuf/compiler/js/ |
| D | js_generator.cc | 216 std::string GetMessagePath(const GeneratorOptions& options, in GetMessagePath() function 249 return GetMessagePath(options, to_message); in MaybeCrossFileRef() 910 return GetMessagePath(options, field->message_type()); in ProtoTypeName() 914 return GetMessagePath(options, field->message_type()); in ProtoTypeName() 964 return GetMessagePath(options, field->message_type()); in JSTypeName() 1177 ? (GetMessagePath(options, desc) + kRepeatedFieldArrayName) in RepeatedFieldsArrayName() 1195 ? (GetMessagePath(options, desc) + kOneofGroupArrayName) in OneofFieldsArrayName() 1686 std::string name = GetMessagePath(options, oneof->containing_type()) + "." + in FindProvidesForOneOfEnum() 1712 std::string name = GetMessagePath(options, desc); in FindProvidesForMessage() 1841 required.insert(GetMessagePath(options, extension->containing_type())); in GenerateRequiresForLibrary() [all …]
|