Home
last modified time | relevance | path

Searched refs:Syntax (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DApi.cs198 private global::Google.Protobuf.WellKnownTypes.Syntax syntax_ = 0;
203 public global::Google.Protobuf.WellKnownTypes.Syntax Syntax { property in Google.Protobuf.WellKnownTypes.Api
229 if (Syntax != other.Syntax) return false; in Equals()
242 if (Syntax != 0) hash ^= Syntax.GetHashCode(); in GetHashCode()
268 if (Syntax != 0) { in WriteTo()
270 output.WriteEnum((int) Syntax); in WriteTo()
289 if (Syntax != 0) { in CalculateSize()
290 size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Syntax); in CalculateSize()
315 if (other.Syntax != 0) { in MergeFrom()
316 Syntax = other.Syntax; in MergeFrom()
[all …]
DType.cs62 …new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Google.Protobuf.WellKnownTypes.Syntax), }, new… in TypeReflection()
77 public enum Syntax { enum
200 private global::Google.Protobuf.WellKnownTypes.Syntax syntax_ = 0;
205 public global::Google.Protobuf.WellKnownTypes.Syntax Syntax { property in Google.Protobuf.WellKnownTypes.Type
230 if (Syntax != other.Syntax) return false; in Equals()
242 if (Syntax != 0) hash ^= Syntax.GetHashCode(); in GetHashCode()
264 if (Syntax != 0) { in WriteTo()
266 output.WriteEnum((int) Syntax); in WriteTo()
282 if (Syntax != 0) { in CalculateSize()
283 size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Syntax); in CalculateSize()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtype.proto58 Syntax syntax = 6;
152 Syntax syntax = 5;
175 enum Syntax { enum
176 // Syntax `proto2`.
178 // Syntax `proto3`.
Dtype.pb.h110 enum Syntax { enum
117 const Syntax Syntax_MIN = SYNTAX_PROTO2;
118 const Syntax Syntax_MAX = SYNTAX_PROTO3;
122 inline const ::std::string& Syntax_Name(Syntax value) { in Syntax_Name()
127 const ::std::string& name, Syntax* value) { in Syntax_Parse()
128 return ::google::protobuf::internal::ParseNamedEnum<Syntax>( in Syntax_Parse()
256 ::google::protobuf::Syntax syntax() const;
257 void set_syntax(::google::protobuf::Syntax value);
648 ::google::protobuf::Syntax syntax() const;
649 void set_syntax(::google::protobuf::Syntax value);
[all …]
Dapi.pb.h178 ::google::protobuf::Syntax syntax() const;
179 void set_syntax(::google::protobuf::Syntax value);
323 ::google::protobuf::Syntax syntax() const;
324 void set_syntax(::google::protobuf::Syntax value);
673 inline ::google::protobuf::Syntax Api::syntax() const { in syntax()
675 return static_cast< ::google::protobuf::Syntax >(syntax_); in syntax()
677 inline void Api::set_syntax(::google::protobuf::Syntax value) { in set_syntax()
881 inline ::google::protobuf::Syntax Method::syntax() const { in syntax()
883 return static_cast< ::google::protobuf::Syntax >(syntax_); in syntax()
885 inline void Method::set_syntax(::google::protobuf::Syntax value) { in set_syntax()
Ddescriptor.h1232 enum Syntax { enum
1237 Syntax syntax() const;
1238 static const char* SyntaxName(Syntax syntax);
1312 Syntax syntax_;
1906 inline FileDescriptor::Syntax FileDescriptor::syntax() const { in syntax()
Dapi.pb.cc386 set_syntax(static_cast< ::google::protobuf::Syntax >(value)); in MergePartialFromCodedStream()
902 ::google::protobuf::Syntax Api::syntax() const { in syntax()
904 return static_cast< ::google::protobuf::Syntax >(syntax_); in syntax()
906 void Api::set_syntax(::google::protobuf::Syntax value) { in set_syntax()
1138 set_syntax(static_cast< ::google::protobuf::Syntax >(value)); in MergePartialFromCodedStream()
1629 ::google::protobuf::Syntax Method::syntax() const { in syntax()
1631 return static_cast< ::google::protobuf::Syntax >(syntax_); in syntax()
1633 void Method::set_syntax(::google::protobuf::Syntax value) { in set_syntax()
Dapi.proto90 Syntax syntax = 7;
115 Syntax syntax = 7;
Dtype.pb.cc465 set_syntax(static_cast< ::google::protobuf::Syntax >(value)); in MergePartialFromCodedStream()
935 ::google::protobuf::Syntax Type::syntax() const { in syntax()
937 return static_cast< ::google::protobuf::Syntax >(syntax_); in syntax()
939 void Type::set_syntax(::google::protobuf::Syntax value) { in set_syntax()
2127 set_syntax(static_cast< ::google::protobuf::Syntax >(value)); in MergePartialFromCodedStream()
2513 ::google::protobuf::Syntax Enum::syntax() const { in syntax()
2515 return static_cast< ::google::protobuf::Syntax >(syntax_); in syntax()
2517 void Enum::set_syntax(::google::protobuf::Syntax value) { in set_syntax()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java34 import com.google.protobuf.Descriptors.FileDescriptor.Syntax;
141 public enum Syntax { enum in Descriptors.FileDescriptor
146 Syntax(String name) { in Syntax() method in Descriptors.FileDescriptor.Syntax
153 public Syntax getSyntax() { in getSyntax()
154 if (Syntax.PROTO3.name.equals(proto.getSyntax())) { in getSyntax()
155 return Syntax.PROTO3; in getSyntax()
157 return Syntax.PROTO2; in getSyntax()
573 return getSyntax() == Syntax.PROTO3; in supportsUnknownEnumValue()
973 if (getFile().getSyntax() == Syntax.PROTO3) { in needsUtf8Check()
1014 if (getFile().getSyntax() == FileDescriptor.Syntax.PROTO2) { in isPacked()
DDynamicMessage.java529 } else if (field.getFile().getSyntax() == Descriptors.FileDescriptor.Syntax.PROTO3) {
593 == Descriptors.FileDescriptor.Syntax.PROTO3) {
604 == Descriptors.FileDescriptor.Syntax.PROTO3) {
DGeneratedMessageV3.java1912 return file.getSyntax() == FileDescriptor.Syntax.PROTO2;
DGeneratedMessage.java2243 return file.getSyntax() == FileDescriptor.Syntax.PROTO2;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs479 public string Syntax { property in Google.Protobuf.Reflection.FileDescriptorProto
510 if (Syntax != other.Syntax) return false; in Equals()
528 if (Syntax.Length != 0) hash ^= Syntax.GetHashCode(); in GetHashCode()
562 if (Syntax.Length != 0) { in WriteTo()
564 output.WriteString(Syntax); in WriteTo()
590 if (Syntax.Length != 0) { in CalculateSize()
591 size += 1 + pb::CodedOutputStream.ComputeStringSize(Syntax); in CalculateSize()
626 if (other.Syntax.Length != 0) { in MergeFrom()
627 Syntax = other.Syntax; in MergeFrom()
692 Syntax = input.ReadString(); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/
Dthird_party.md147 * [Notepad++ Syntax Highlighting for .proto files](https://github.com/chai2010/notepadplus-protobuf)
/frameworks/ml/nn/tools/test_generator/
DREADME.md14 #### Syntax subsubsection
/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/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java1623 if (enumDescriptor.getFile().getSyntax() == FileDescriptor.Syntax.PROTO3) { in parseEnum()
/frameworks/wilhelm/doc/
DDoxyfile1198 # Load stylesheet definitions from file. Syntax is similar to doxygen's
1205 # Syntax is similar to doxygen's config file.
/frameworks/native/docs/
DDoxyfile1456 # Load style sheet definitions from file. Syntax is similar to doxygen's
1463 # Syntax is similar to doxygen's config file.
/frameworks/av/media/libaaudio/
DDoxyfile1729 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1739 # Set optional variables used in the generation of an RTF document. Syntax is
DDoxyfile.orig1720 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1730 # Set optional variables used in the generation of an RTF document. Syntax is
/frameworks/base/media/native/midi/include/
DDoxyfile.orig1870 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1880 # Set optional variables used in the generation of an RTF document. Syntax is
DDoxyfile1870 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1880 # Set optional variables used in the generation of an RTF document. Syntax is
/frameworks/av/media/codec2/docs/
Ddoxygen.config1820 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1830 # Set optional variables used in the generation of an RTF document. Syntax is

12