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

  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 365 spawned_(false),
379 bool spawned() const { return spawned_; }
380 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
404 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...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 314 spawned_(false),
328 bool spawned() const { return spawned_; }
329 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
353 bool spawned_; member in class:testing::internal::DeathTestImpl
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /ndk/sources/third_party/googletest/googletest/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...]

Completed in 614 milliseconds