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

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1174 Notification() : notified_(false) {
1185 notified_ = true;
1194 const bool notified = notified_;
1204 bool notified_; member in class:testing::internal::Notification

Completed in 24 milliseconds