/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | WrappersTest.cs | 47 Assert.IsNull(message.StringField); in NullIsDefault() 63 StringField = "x", in NonDefaultSingleValues() 77 Assert.AreEqual("x", parsed.StringField); in NonDefaultSingleValues() 93 StringField = "", in NonNullDefaultIsPreservedThroughSerialization() 107 Assert.AreEqual("", parsed.StringField); in NonNullDefaultIsPreservedThroughSerialization() 124 Assert.Throws<ArgumentNullException>(() => message.StringField.Add((string) null)); in RepeatedWrappersProhibitNullItems() 139 StringField = { "First", "Second", "" }, in RepeatedWrappersSerializeDeserialize() 148 Assert.AreEqual("Second", message.StringField[1]); in RepeatedWrappersSerializeDeserialize() 192 StringField = { { 11, "First" }, { 12, "Second" }, { 13, "" } }, in MapWrappersSerializeDeserialize() 202 Assert.AreEqual("Second", message.StringField[12]); in MapWrappersSerializeDeserialize() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestWellKnownTypes.cs | 220 StringField = other.StringField; in TestWellKnownTypes() 418 public string StringField { property in Google.Protobuf.TestProtos.TestWellKnownTypes 480 if (StringField != other.StringField) return false; in Equals() 505 if (stringField_ != null) hash ^= StringField.GetHashCode(); in GetHashCode() 576 _single_stringField_codec.WriteTagAndValue(output, StringField); in WriteTo() 639 size += _single_stringField_codec.CalculateSizeWithTag(StringField); in CalculateSize() 745 if (stringField_ == null || other.StringField != "") { in MergeFrom() 746 StringField = other.StringField; in MergeFrom() 885 StringField = value; in MergeFrom() 1130 public pbc::RepeatedField<string> StringField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes [all …]
|
D | UnittestProto3.cs | 3000 public string StringField { property in Google.Protobuf.TestProtos.TestCamelCaseFieldNames 3083 if (StringField != other.StringField) return false; in Equals() 3097 if (StringField.Length != 0) hash ^= StringField.GetHashCode(); in GetHashCode() 3118 if (StringField.Length != 0) { in WriteTo() 3120 output.WriteString(StringField); in WriteTo() 3142 if (StringField.Length != 0) { in CalculateSize() 3143 size += 1 + pb::CodedOutputStream.ComputeStringSize(StringField); in CalculateSize() 3166 if (other.StringField.Length != 0) { in MergeFrom() 3167 StringField = other.StringField; in MergeFrom() 3197 StringField = input.ReadString(); in MergeFrom()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | descriptor_pool_test.py | 477 class StringField(object): class 701 ('nested_field', StringField(2, 'theta')), 705 ('nested_field', StringField(2, 'beta')), 721 ('nested_field', StringField(2, 'lambda')), 725 ('nested_field', StringField(2, 'delta')), 747 ('nested_field', StringField(2, 'sigma')), 751 ('nested_field', StringField(2, 'nu')),
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | JsonParserTest.cs | 93 StringField = "", in SingularWrappers_DefaultNonNullValues() 111 StringField = "x", in SingularWrappers_NonDefaultValues() 187 StringField = { "First", "Second", "" }, in RepeatedWrappers()
|
D | JsonFormatterTest.cs | 267 StringField = "" in WrapperFormatting_Single()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/ |
D | test_bad_identifiers.proto | 144 repeated string StringField = 23; // NO_PROTO3 field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | unittest_proto3.proto | 233 string StringField = 2; field
|
D | unittest.proto | 494 optional string StringField = 2; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest.proto | 460 optional string StringField = 2; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest.proto | 460 optional string StringField = 2; field
|