Searched refs:IsI32 (Results 1 – 4 of 4) sorted by relevance
44 bool IsI32() const;
50 bool Scalar::IsI32() const { in IsI32() function in tint::inspector::Scalar
1140 EXPECT_TRUE(result[20].IsI32()); in TEST_F()1144 EXPECT_TRUE(result[300].IsI32()); in TEST_F()
651 } else if (scalar.IsI32()) { in ReflectShaderUsingTint()