Home
last modified time | relevance | path

Searched refs:NegativeEnum (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DTestCornerCases.cs45 Value = NegativeEnum.MinusOne, in TestRoundTripNegativeEnums()
46 Values = { NegativeEnum.Zero, NegativeEnum.MinusOne, NegativeEnum.FiveBelow }, in TestRoundTripNegativeEnums()
47 PackedValues = { NegativeEnum.Zero, NegativeEnum.MinusOne, NegativeEnum.FiveBelow } in TestRoundTripNegativeEnums()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/protos/
Dunittest_issues.proto45 enum NegativeEnum { enum
52 NegativeEnum value = 1;
53 repeated NegativeEnum values = 2 [packed = false];
54 repeated NegativeEnum packed_values = 3 [packed=true];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs52 …GeneratedClrTypeInfo(new[] {typeof(global::UnitTest.Issues.TestProtos.NegativeEnum), typeof(global… in UnittestIssuesReflection()
67 public enum NegativeEnum { enum
402 private global::UnitTest.Issues.TestProtos.NegativeEnum value_ = 0;
404 public global::UnitTest.Issues.TestProtos.NegativeEnum Value {
413 …private static readonly pb::FieldCodec<global::UnitTest.Issues.TestProtos.NegativeEnum> _repeated_…
414 …pb::FieldCodec.ForEnum(16, x => (int) x, x => (global::UnitTest.Issues.TestProtos.NegativeEnum) x);
415 …::UnitTest.Issues.TestProtos.NegativeEnum> values_ = new pbc::RepeatedField<global::UnitTest.Issue…
417 public pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> Values {
423 …private static readonly pb::FieldCodec<global::UnitTest.Issues.TestProtos.NegativeEnum> _repeated_…
424 …pb::FieldCodec.ForEnum(26, x => (int) x, x => (global::UnitTest.Issues.TestProtos.NegativeEnum) x);
[all …]