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

  /external/quake/quake/src/WinQuake/
server.h 81 qboolean spawned; // false = don't send datagrams member in struct:client_s
84 qboolean sendsignon; // only valid before spawned
  /external/gtest/src/
gtest-death-test.cc 344 bool spawned() const { return spawned_; } function in class:testing::internal::DeathTestImpl
345 void set_spawned(bool spawned) { spawned_ = spawned; }
358 // True if the death test child process has been successfully spawned.
437 if (!spawned())
735 if (!spawned())
806 if (!spawned())
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 328 bool spawned() const { return spawned_; } function in class:testing::internal::DeathTestImpl
329 void set_spawned(bool spawned) { spawned_ = spawned; }
352 // True if the death test child process has been successfully spawned.
448 if (!spawned())
552 if (!spawned())
716 if (!spawned())
    [all...]

Completed in 80 milliseconds