HomeSort by: relevance | last modified time | path
    Searched defs:type_ (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 109 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
gtest-test-part.h 65 : type_(a_type),
72 Type type() const { return type_; }
91 bool skipped() const { return type_ == kSkip; }
94 bool passed() const { return type_ == kSuccess; }
97 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
100 bool fatally_failed() const { return type_ == kFatalFailure; }
106 Type type_; member in class:testing::TestPartResult
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mutex.h 59 MutexType type_; member in class:__tsan::Mutex
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util.h 61 const Type type_; member in class:Mutex
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.h 128 : type_(type)
155 const MutexType type_; member in class:__sanitizer::CheckedMutex
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.h 126 : type_(type)
153 const MutexType type_; member in class:__sanitizer::CheckedMutex
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1369 // type_ in static mutexes. critical_section_ will be initialized lazily
1373 // This constructor intentionally does nothing. It relies on type_ being
1399 MutexType type_; member in class:testing::internal::Mutex

Completed in 116 milliseconds