Searched refs:NegativeEnum (Results 1 - 5 of 5) sorted by relevance
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
H A D | TestCornerCases.cs | 45 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()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | TestCornerCases.cs | 45 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()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestIssues.cs | 64 new pbr::GeneratedClrTypeInfo(new[] {typeof(global::UnitTest.Issues.TestProtos.NegativeEnum), typeof(global::UnitTest.Issues.TestProtos.DeprecatedEnum), }, null, new pbr::GeneratedClrTypeInfo[] { in UnittestIssuesReflection() 83 public enum NegativeEnum { enum 565 private global::UnitTest.Issues.TestProtos.NegativeEnum value_ = global::UnitTest.Issues.TestProtos.NegativeEnum.Zero; 567 public global::UnitTest.Issues.TestProtos.NegativeEnum Value { 576 private static readonly pb::FieldCodec<global::UnitTest.Issues.TestProtos.NegativeEnum> _repeated_values_codec 577 = pb::FieldCodec.ForEnum(16, x => (int) x, x => (global::UnitTest.Issues.TestProtos.NegativeEnum) x); 578 private readonly pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> values_ = new pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum>(); 580 public pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> Value [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | TextureParameterTest.cpp | 68 TEST_P(TextureParameterTest, NegativeEnum) in TEST_P()
|
H A D | PointParameterTest.cpp | 73 TEST_P(PointParameterTest, NegativeEnum) in TEST_P()
|
Completed in 4 milliseconds