OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_reportable
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h
754
bool
is_reportable
() const {
function in class:testing::TestInfo
977
return test_info->
is_reportable
() && test_info->is_disabled_;
987
return test_info->
is_reportable
();
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc
3879
if (test_suite.GetTestInfo(i)->
is_reportable
())
4257
if (test_suite.GetTestInfo(i)->
is_reportable
()) {
Completed in 21 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026