Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc640 FileDescriptor::SyntaxName(_GetDescriptor(self)->file()->syntax())); in GetSyntax()
1417 FileDescriptor::SyntaxName(_GetDescriptor(self)->syntax())); in GetSyntax()
/external/protobuf/src/google/protobuf/
Ddescriptor.h1397 static const char* SyntaxName(Syntax syntax);
Ddescriptor.cc222 const char* FileDescriptor::SyntaxName(FileDescriptor::Syntax syntax) { in SyntaxName() function in google::protobuf::FileDescriptor
2014 if (syntax() == SYNTAX_PROTO3) proto->set_syntax(SyntaxName(syntax())); in CopyTo()
2431 SyntaxName(syntax())); in DebugStringWithOptions()
4208 existing_file->SyntaxName(existing_file->syntax())); in ExistingFileMatchesProto()