HomeSort by relevance Sort by last modified time
    Searched defs:spawned_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc 367 spawned_(false),
381 bool spawned() const { return spawned_; }
382 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
406 bool spawned_; member in class:testing::internal::DeathTestImpl
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc 327 spawned_(false),
341 bool spawned() const { return spawned_; }
342 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
366 bool spawned_; member in class:testing::internal::DeathTestImpl
    [all...]
  /external/gtest/src/
gtest-death-test.cc 367 spawned_(false),
381 bool spawned() const { return spawned_; }
382 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
406 bool spawned_; member in class:testing::internal::DeathTestImpl
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 330 spawned_(false),
344 bool spawned() const { return spawned_; }
345 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
369 bool spawned_; member in class:testing::internal::DeathTestImpl
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 327 spawned_(false),
341 bool spawned() const { return spawned_; }
342 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
366 bool spawned_; member in class:testing::internal::DeathTestImpl
    [all...]

Completed in 75 milliseconds