Home | History | Annotate | Download | only in tests

Lines Matching refs:int32Value

2270         C2Int32Value int32Value(INT32_MIN);
2271 static_assert(std::is_same<decltype(int32Value.value), int32_t>::value, "should be int32_t");
2272 EXPECT_EQ(INT32_MIN, int32Value.value);
2273 std::vector<C2FieldDescriptor> fields = int32Value.FieldList();