Searched defs:StringField (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_pool_test.py476 class StringField(object): class in inherits:object
683 ('nested_field', StringField(2, 'theta')),
687 ('nested_field', StringField(2, 'beta')),
703 ('nested_field', StringField(2, 'lambda')),
707 ('nested_field', StringField(2, 'delta')),
729 ('nested_field', StringField(2, 'sigma')),
733 ('nested_field', StringField(2, 'nu')),
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
H A DUnittestWellKnownTypes.cs166 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestWellKnownTypes), global::Google.Protobuf.TestProtos.TestWellKnownTypes.Parser, new[]{ "AnyField", "ApiField", "DurationField", "EmptyField", "FieldMaskField", "SourceContextField", "StructField", "TimestampField", "TypeField", "DoubleField", "FloatField", "Int64Field", "Uint64Field", "Int32Field", "Uint32Field", "BoolField", "StringField", "BytesField", "ValueField" }, null, null, null),
167 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.RepeatedWellKnownTypes), global::Google.Protobuf.TestProtos.RepeatedWellKnownTypes.Parser, new[]{ "AnyField", "ApiField", "DurationField", "EmptyField", "FieldMaskField", "SourceContextField", "StructField", "TimestampField", "TypeField", "DoubleField", "FloatField", "Int64Field", "Uint64Field", "Int32Field", "Uint32Field", "BoolField", "StringField", "BytesField" }, null, null, null),
168 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.OneofWellKnownTypes), global::Google.Protobuf.TestProtos.OneofWellKnownTypes.Parser, new[]{ "AnyField", "ApiField", "DurationField", "EmptyField", "FieldMaskField", "SourceContextField", "StructField", "TimestampField", "TypeField", "DoubleField", "FloatField", "Int64Field", "Uint64Field", "Int32Field", "Uint32Field", "BoolField", "StringField", "BytesField" }, new[]{ "OneofField" }, null, null),
169 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.MapWellKnownTypes), global::Google.Protobuf.TestProtos.MapWellKnownTypes.Parser, new[]{ "AnyField", "ApiField", "DurationField", "EmptyField", "FieldMaskField", "SourceContextField", "StructField", "TimestampField", "TypeField", "DoubleField", "FloatField", "Int64Field", "Uint64Field", "Int32Field", "Uint32Field", "BoolField", "StringField", "BytesField" }, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, })
217 StringField = other.StringField;
397 public string StringField { property in class:Google.Protobuf.TestProtos.TestWellKnownTypes
455 if (StringField != other.StringField) return false;
479 if (stringField_ != null) hash ^= StringField
1077 public pbc::RepeatedField<string> StringField { property in class:Google.Protobuf.TestProtos.RepeatedWellKnownTypes
1555 public string StringField { property in class:Google.Protobuf.TestProtos.OneofWellKnownTypes
1594 StringField = 17, enumerator in enum:Google.Protobuf.TestProtos.OneofWellKnownTypes.OneofFieldOneofCase
2184 public pbc::MapField<int, string> StringField { property in class:Google.Protobuf.TestProtos.MapWellKnownTypes
[all...]
H A DUnittestProto3.cs166 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestCamelCaseFieldNames), global::Google.Protobuf.TestProtos.TestCamelCaseFieldNames.Parser, new[]{ "PrimitiveField", "StringField", "EnumField", "MessageField", "RepeatedPrimitiveField", "RepeatedStringField", "RepeatedEnumField", "RepeatedMessageField" }, null, null, null),
2784 /// <summary>Field number for the "StringField" field.</summary>
2787 public string StringField { property in class:Google.Protobuf.TestProtos.TestCamelCaseFieldNames
2862 if (StringField != other.StringField) return false;
2875 if (StringField.Length != 0) hash ^= StringField.GetHashCode();
2894 if (StringField.Length != 0) {
2896 output.WriteString(StringField);
2917 if (StringField
[all...]

Completed in 160 milliseconds