OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testrawstring
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/base/
pickle_unittest.cc
36
const char
testrawstring
[] = "Hello new world"; // Test raw string writing
member in namespace:base::__anon15771
98
EXPECT_EQ(
testrawstring
, outstringpiece);
133
EXPECT_TRUE(pickle.WriteString(
testrawstring
));
Completed in 226 milliseconds