Home
last modified time | relevance | path

Searched refs:LogIsVisible (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/utils/unittest/googlemock/src/
Dgmock-internal-utils.cc110 GTEST_API_ bool LogIsVisible(LogSeverity severity) { in LogIsVisible() function
134 if (!LogIsVisible(severity)) in Log()
Dgmock-spec-builders.cc358 reaction == kAllow ? LogIsVisible(kInfo) : in UntypedInvokeWith()
361 reaction == kWarn ? LogIsVisible(kWarning) : in UntypedInvokeWith()
405 !found || is_excessive || LogIsVisible(kInfo); in UntypedInvokeWith()
/external/googletest/googlemock/src/
Dgmock-internal-utils.cc128 GTEST_API_ bool LogIsVisible(LogSeverity severity) { in LogIsVisible() function
151 if (!LogIsVisible(severity)) in Log()
Dgmock-spec-builders.cc397 reaction == kAllow ? LogIsVisible(kInfo) : in UntypedInvokeWith()
401 ? LogIsVisible(kWarning) in UntypedInvokeWith()
447 !found || is_excessive || LogIsVisible(kInfo); in UntypedInvokeWith()
/external/googletest/googlemock/test/
Dgmock-internal-utils_test.cc373 EXPECT_TRUE(LogIsVisible(kInfo)); in TEST_F()
374 EXPECT_TRUE(LogIsVisible(kWarning)); in TEST_F()
379 EXPECT_FALSE(LogIsVisible(kInfo)); in TEST_F()
380 EXPECT_FALSE(LogIsVisible(kWarning)); in TEST_F()
385 EXPECT_FALSE(LogIsVisible(kInfo)); in TEST_F()
386 EXPECT_TRUE(LogIsVisible(kWarning)); in TEST_F()
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h324 GTEST_API_ bool LogIsVisible(LogSeverity severity);
/external/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h256 GTEST_API_ bool LogIsVisible(LogSeverity severity);
/external/fmtlib/test/
Dgmock-gtest-all.cc9716 GTEST_API_ bool LogIsVisible(LogSeverity severity) { in LogIsVisible() function
9739 if (!LogIsVisible(severity)) return; in Log()
10606 reaction == kAllow ? LogIsVisible(kInfo) : in UntypedInvokeWith()
10610 ? LogIsVisible(kWarning) in UntypedInvokeWith()
10653 !found || is_excessive || LogIsVisible(kInfo); in UntypedInvokeWith()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc10704 GTEST_API_ bool LogIsVisible(LogSeverity severity) { in LogIsVisible() function
10728 if (!LogIsVisible(severity)) in Log()
11619 reaction == kAllow ? LogIsVisible(kInfo) : in UntypedInvokeWith()
11622 reaction == kWarn ? LogIsVisible(kWarning) : in UntypedInvokeWith()
11666 !found || is_excessive || LogIsVisible(kInfo); in UntypedInvokeWith()
/external/fmtlib/test/gmock/
Dgmock.h780 GTEST_API_ bool LogIsVisible(LogSeverity severity);
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/
Dgmock.h834 GTEST_API_ bool LogIsVisible(LogSeverity severity);