Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestIssues.cs1869 get { return o2Case_ == O2OneofCase.O2Int32 ? (int) o2_ : 0; }
1871 o2_ = value;
1880 get { return o2Case_ == O2OneofCase.O2String ? (string) o2_ : ""; }
1882 o2_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
1906 private object o2_; field in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1922 o2_ = null; in ClearO2()

Completed in 6 milliseconds