Home
last modified time | relevance | path

Searched refs:field1_ (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DBenchmarkMessage1Proto3.cs96 field1_ = other.field1_; in GoogleMessage1()
147 private string field1_ = ""; field in Benchmarks.Proto3.GoogleMessage1
150 get { return field1_; }
152 field1_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
1708 field1_ = other.field1_; in GoogleMessage1SubMessage()
1738 private int field1_; field in Benchmarks.Proto3.GoogleMessage1SubMessage
1741 get { return field1_; }
1743 field1_
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittest.cs25395 field1_ = other.field1_.Clone(); in RepeatedFieldsGenerator()
25414 private readonly pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.TestAllTypes> field1_ = new pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.TestAllTypes>(); field in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator
25417 get { return field1_; }
25493 if(!field1_.Equals(other.field1_)) return false; in Equals()
25506 hash ^= field1_.GetHashCode(); in GetHashCode()
25529 field1_.WriteTo(output, _repeated_field1_codec); in WriteTo()
25545 field1_.WriteTo(ref output, _repeated_field1_codec); in IBufferMessage.InternalWriteTo()
25561 size += field1_ in CalculateSize()
25719 private global::Google.Protobuf.TestProtos.Proto2.TestAllTypes field1_; global() field in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Types.Group1
25904 private global::Google.Protobuf.TestProtos.Proto2.TestAllTypes field1_; global() field in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Types.Group2
28968 private int field1_; global() field in Google.Protobuf.TestProtos.Proto2.TestExtensionInsideTable
[all...]
H A DUnittestCustomOptionsProto3.cs289 field1_ = other.field1_; in TestMessageWithCustomOptions()
306 private string field1_ = ""; field in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
309 get { return field1_; }
311 field1_ = pb::ProtoPreconditions.CheckNotNull(value, "value");

Completed in 62 milliseconds