Home
last modified time | relevance | path

Searched refs:ValueFieldNumber (Results 1 – 10 of 10) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs87 public const int ValueFieldNumber = 1; field in Google.Protobuf.WellKnownTypes.DoubleValue
198 public const int ValueFieldNumber = 1; field in Google.Protobuf.WellKnownTypes.FloatValue
309 public const int ValueFieldNumber = 1; field in Google.Protobuf.WellKnownTypes.Int64Value
420 public const int ValueFieldNumber = 1; field in Google.Protobuf.WellKnownTypes.UInt64Value
531 public const int ValueFieldNumber = 1; field in Google.Protobuf.WellKnownTypes.Int32Value
642 public const int ValueFieldNumber = 1; field in Google.Protobuf.WellKnownTypes.UInt32Value
753 public const int ValueFieldNumber = 1; field in Google.Protobuf.WellKnownTypes.BoolValue
864 public const int ValueFieldNumber = 1; field in Google.Protobuf.WellKnownTypes.StringValue
975 public const int ValueFieldNumber = 1; field in Google.Protobuf.WellKnownTypes.BytesValue
DWrappersPartial.cs40 internal const int WrapperValueFieldNumber = Int32Value.ValueFieldNumber;
DAny.cs163 public const int ValueFieldNumber = 2; field in Google.Protobuf.WellKnownTypes.Any
DType.cs1243 public const int ValueFieldNumber = 2; field in Google.Protobuf.WellKnownTypes.Option
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs333 … var valueTag = WireFormat.MakeTag(Int32Value.ValueFieldNumber, WireFormat.WireType.Varint); in MergingStreamExplicitValue()
395 … var valueTag = WireFormat.MakeTag(Int32Value.ValueFieldNumber, WireFormat.WireType.Varint); in UnknownFieldInWrapper()
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs569 …ByteString data = (ByteString) value.Descriptor.Fields[Any.ValueFieldNumber].Accessor.GetValue(val… in WriteAny()
599 …ByteString data = (ByteString) value.Descriptor.Fields[Any.ValueFieldNumber].Accessor.GetValue(val… in WriteDiagnosticOnlyAny()
DJsonParser.cs540 message.Descriptor.Fields[Any.ValueFieldNumber].Accessor.SetValue(message, data); in MergeAny()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs358 public const int ValueFieldNumber = 1; field in UnitTest.Issues.TestProtos.NegativeEnumMessage
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMessages.cs132 public const int ValueFieldNumber = 1; field in Grpc.Testing.BoolValue
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1835 public const int ValueFieldNumber = 2; field in Google.Protobuf.Reflection.EnumDescriptorProto