Searched refs:Uint64Value (Results 1 – 2 of 2) sorted by relevance
187 EXPECT_EQ(e.Uint64Value(), a.Uint64Value()); \ in TestParseDouble()188 if (e.Uint64Value() != a.Uint64Value()) \ in TestParseDouble()328 EXPECT_EQ(d.Uint64Value(), a.Uint64Value()); in TestParseDouble()329 if (d.Uint64Value() != a.Uint64Value()) in TestParseDouble()355 EXPECT_EQ(d.Uint64Value(), a.Uint64Value()); in TestParseDouble()356 if (d.Uint64Value() != a.Uint64Value()) in TestParseDouble()
30 uint64_t Uint64Value() const { return u_; } in Uint64Value() function