Lines Matching refs:GetIntFromJson
58 EXPECT_TRUE(GetIntFromJson(in_sn, &out));
60 EXPECT_TRUE(GetIntFromJson(in_si, &out));
62 EXPECT_TRUE(GetIntFromJson(in_n, &out));
64 EXPECT_TRUE(GetIntFromJson(in_i, &out));
66 EXPECT_TRUE(GetIntFromJson(in_u, &out));
68 EXPECT_TRUE(GetIntFromJson(in_b, &out));
70 EXPECT_FALSE(GetIntFromJson(in_s, &out));
71 EXPECT_FALSE(GetIntFromJson(big_sn, &out));
72 EXPECT_FALSE(GetIntFromJson(big_si, &out));
73 EXPECT_FALSE(GetIntFromJson(big_u, &out));
74 EXPECT_FALSE(GetIntFromJson(bad_a, &out));
75 EXPECT_FALSE(GetIntFromJson(bad_o, &out));