OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_fake_string
(Results
1 - 1
of
1
) sorted by null
/system/update_engine/update_manager/
evaluation_context_unittest.cc
189
const string*
p_fake_string
;
local
196
p_fake_string
= eval_ctx_->GetValue(&fake_poll_var_);
201
ASSERT_NE(nullptr,
p_fake_string
);
202
EXPECT_EQ("Hello world!", *
p_fake_string
);
Completed in 73 milliseconds