Home
last modified time | relevance | path

Searched defs:syntax (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDescriptor_PackagePrivate.h281 GPB_INLINE BOOL GPBPreserveUnknownFields(GPBFileSyntax syntax) { in GPBPreserveUnknownFields()
285 GPB_INLINE BOOL GPBHasPreservingUnknownEnumSemantics(GPBFileSyntax syntax) { in GPBHasPreservingUnknownEnumSemantics()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py262 syntax=None): argument
273 syntax=None): argument
821 syntax=None, pool=None): argument
833 syntax=None, pool=None): argument
898 syntax=None): argument
Ddescriptor_pool.py408 scope=None, syntax=None): argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dapi.pb.h673 inline ::google::protobuf::Syntax Api::syntax() const { in syntax() function
881 inline ::google::protobuf::Syntax Method::syntax() const { in syntax() function
Dapi.pb.cc902 ::google::protobuf::Syntax Api::syntax() const { in syntax() function in google::protobuf::Api
1629 ::google::protobuf::Syntax Method::syntax() const { in syntax() function in google::protobuf::Method
Ddescriptor.proto89 optional string syntax = 12; field
Dtype.pb.h1082 inline ::google::protobuf::Syntax Type::syntax() const { in syntax() function
1522 inline ::google::protobuf::Syntax Enum::syntax() const { in syntax() function
Dtype.pb.cc935 ::google::protobuf::Syntax Type::syntax() const { in syntax() function in google::protobuf::Type
2513 ::google::protobuf::Syntax Enum::syntax() const { in syntax() function in google::protobuf::Enum
Ddescriptor.h1906 inline FileDescriptor::Syntax FileDescriptor::syntax() const { in syntax() function
Ddescriptor.pb.h4332 inline const ::std::string& FileDescriptorProto::syntax() const { in syntax() function
4362 inline void FileDescriptorProto::set_allocated_syntax(::std::string* syntax) { in set_allocated_syntax()
Ddescriptor.cc144 const char* FileDescriptor::SyntaxName(FileDescriptor::Syntax syntax) { in SyntaxName()
Ddescriptor.pb.cc2414 const ::std::string& FileDescriptorProto::syntax() const { in syntax() function in google::protobuf::FileDescriptorProto
2444 void FileDescriptorProto::set_allocated_syntax(::std::string* syntax) { in set_allocated_syntax()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_file.cc537 string syntax; in GenerateSource() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_generator.cc283 string StringifySyntax(FileDescriptor::Syntax syntax) { in StringifySyntax()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc586 string syntax; in ParseSyntaxIdentifier() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.c1487 bool upb_msgdef_setsyntax(upb_msgdef *m, upb_syntax_t syntax) { in upb_msgdef_setsyntax()
2053 bool upb_filedef_setsyntax(upb_filedef *f, upb_syntax_t syntax, in upb_filedef_setsyntax()