Home
last modified time | relevance | path

Searched refs:DeprecatedEnum (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/protos/
Dunittest_issues.proto63 enum DeprecatedEnum { enum
75 DeprecatedEnum EnumValue = 5 [deprecated = true];
76 repeated DeprecatedEnum EnumArray = 6 [deprecated = true];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs52 ….TestProtos.NegativeEnum), typeof(global::UnitTest.Issues.TestProtos.DeprecatedEnum), }, new pbr::… in UnittestIssuesReflection()
73 public enum DeprecatedEnum { enum
699 private global::UnitTest.Issues.TestProtos.DeprecatedEnum enumValue_ = 0;
702 public global::UnitTest.Issues.TestProtos.DeprecatedEnum EnumValue {
711 …private static readonly pb::FieldCodec<global::UnitTest.Issues.TestProtos.DeprecatedEnum> _repeate…
712 …::FieldCodec.ForEnum(50, x => (int) x, x => (global::UnitTest.Issues.TestProtos.DeprecatedEnum) x);
713 …nitTest.Issues.TestProtos.DeprecatedEnum> enumArray_ = new pbc::RepeatedField<global::UnitTest.Iss…
716 public pbc::RepeatedField<global::UnitTest.Issues.TestProtos.DeprecatedEnum> EnumArray {
847 enumValue_ = (global::UnitTest.Issues.TestProtos.DeprecatedEnum) input.ReadEnum(); in MergeFrom()