OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:should_be_ok
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ipc/mojo/
ipc_channel_mojo_unittest.cc
34
std::string
should_be_ok
;
variable
35
EXPECT_TRUE(iter.ReadString(&
should_be_ok
));
36
EXPECT_EQ(
should_be_ok
, "OK");
Completed in 42 milliseconds