Home
last modified time | relevance | path

Searched refs:TimestampField (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestWellKnownTypes.cs167 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, null), in UnittestWellKnownTypesReflection()
168 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, null), in UnittestWellKnownTypesReflection()
169 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, null), in UnittestWellKnownTypesReflection()
170 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, null, new pbr::GeneratedClrTypeInfo[] { null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, }) in UnittestWellKnownTypesReflection()
319 public global::Google.Protobuf.WellKnownTypes.Timestamp TimestampField { property in Google.Protobuf.TestProtos.TestWellKnownTypes
488 if (!object.Equals(TimestampField, other.TimestampField)) return false; in Equals()
513 if (timestampField_ != null) hash ^= TimestampField.GetHashCode(); in GetHashCode()
571 output.WriteMessage(TimestampField); in WriteTo()
647 output.WriteMessage(TimestampField); in IBufferMessage.InternalWriteTo()
1301 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Timestamp> TimestampField { global() property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
1933 public global::Google.Protobuf.WellKnownTypes.Timestamp TimestampField { global() property in Google.Protobuf.TestProtos.OneofWellKnownTypes
2071 TimestampField = 8, global() enumerator
2866 public pbc::MapField<int, global::Google.Protobuf.WellKnownTypes.Timestamp> TimestampField { global() property in Google.Protobuf.TestProtos.MapWellKnownTypes
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonFormatterTest.cs463 public void TimestampField() in TimestampField() method in Google.Protobuf.JsonFormatterTest
465 var message = new TestWellKnownTypes { TimestampField = new Timestamp() }; in TimestampField()

Completed in 4 milliseconds