HomeSort by relevance Sort by last modified time
    Searched defs:success_ (Results 51 - 59 of 59) sorted by null

1 23

  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 272 explicit AssertionResult(bool success) : success_(success) {}
275 operator bool() const { return success_; } // NOLINT
314 bool success_; member in class:testing::AssertionResult
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h 271 explicit AssertionResult(bool success) : success_(success) {}
274 operator bool() const { return success_; } // NOLINT
313 bool success_; member in class:testing::AssertionResult
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_storage_impl.cc 484 success_(false) {}
495 bool success_; member in class:appcache::AppCacheStorageImpl::CacheLoadTask
499 success_ =
504 if (success_)
513 if (success_ && !storage_->is_disabled()) {
526 success_(false) {}
537 bool success_; member in class:appcache::AppCacheStorageImpl::GroupLoadTask
541 success_ =
546 if (success_)
556 if (success_) {
592 bool success_; member in class:appcache::AppCacheStorageImpl::StoreGroupAndCacheTask
1126 bool success_; member in class:appcache::AppCacheStorageImpl::MakeGroupObsoleteTask
    [all...]
  /external/gtest/include/gtest/
gtest.h 271 explicit AssertionResult(bool success) : success_(success) {}
274 operator bool() const { return success_; } // NOLINT
313 bool success_; member in class:testing::AssertionResult
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 271 explicit AssertionResult(bool success) : success_(success) {}
274 operator bool() const { return success_; } // NOLINT
313 bool success_; member in class:testing::AssertionResult
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 271 explicit AssertionResult(bool success) : success_(success) {}
274 operator bool() const { return success_; } // NOLINT
313 bool success_; member in class:testing::AssertionResult
    [all...]
  /external/open-vcdiff/gtest/include/gtest/
gtest.h 263 explicit AssertionResult(bool success) : success_(success) {}
266 operator bool() const { return success_; } // NOLINT
292 bool success_; member in class:testing::AssertionResult
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 262 explicit AssertionResult(bool success) : success_(success) {}
265 operator bool() const { return success_; } // NOLINT
304 bool success_; member in class:testing::AssertionResult
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 17717 bool success_; member in class:testing::AssertionResult
    [all...]

Completed in 565 milliseconds

1 23