OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:should_run
(Results
1 - 3
of
3
) sorted by null
/external/gtest/src/
gtest-internal-inl.h
607
bool
should_run
() const { return should_run_; }
function in class:testing::internal::TestInfoImpl
609
// Sets the
should_run
member.
705
bool
should_run
() const { return should_run_; }
function in class:testing::TestCase
707
// Sets the
should_run
member.
767
return impl->
should_run
() && impl->result()->Passed();
773
return impl->
should_run
() && impl->result()->Failed();
783
return test_info->impl()->
should_run
();
[
all
...]
gtest.cc
278
return test_case->
should_run
() && test_case->Passed();
283
return test_case->
should_run
() && test_case->Failed();
289
return test_case->
should_run
();
2182
bool TestInfo::
should_run
() const { return impl_->
should_run
(); }
function in class:testing::TestInfo
[
all
...]
/external/gtest/include/gtest/
gtest.h
393
bool
should_run
() const;
[
all
...]
Completed in 81 milliseconds