Home
last modified time | relevance | path

Searched refs:testint64 (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/
Dpickle_unittest.cc28 const int64_t testint64 = -0x7E8CA9253104BDFCLL; variable
70 EXPECT_EQ(testint64, outint64); in VerifyResult()
126 EXPECT_TRUE(pickle.WriteInt64(testint64)); in TEST()