Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc582 FileDescriptor::SyntaxName(_GetDescriptor(self)->file()->syntax())); in GetSyntax()
1310 FileDescriptor::SyntaxName(_GetDescriptor(self)->syntax())); in GetSyntax()
/external/protobuf/src/google/protobuf/
Ddescriptor.h1232 static const char* SyntaxName(Syntax syntax);
Ddescriptor.cc144 const char* FileDescriptor::SyntaxName(FileDescriptor::Syntax syntax) { in SyntaxName() function in google::protobuf::FileDescriptor
1733 if (syntax() == SYNTAX_PROTO3) proto->set_syntax(SyntaxName(syntax())); in CopyTo()
2109 SyntaxName(syntax())); in DebugStringWithOptions()
3790 existing_file->SyntaxName(existing_file->syntax())); in ExistingFileMatchesProto()