Home
last modified time | relevance | path

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

/external/chromium/base/
Dpickle_unittest.cc20 const bool testbool1 = false; variable
41 EXPECT_EQ(testbool1, outbool); in VerifyResult()
67 EXPECT_TRUE(pickle.WriteBool(testbool1)); in TEST()