OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testrawstring16
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/base/
pickle_unittest.cc
38
const char16
testrawstring16
[] = {'A', 'l', 'o', 'h', 'a', 0};
member in namespace:base::__anon15771
102
EXPECT_EQ(
testrawstring16
, outstringpiece16);
134
EXPECT_TRUE(pickle.WriteString16(
testrawstring16
));
Completed in 672 milliseconds