Searched defs:create_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dwinping.h82 PIcmpCreateFile create_; member in class:talk_base::WinPing
/external/chromium/testing/gtest/test/
H A Dgtest-death-test_test.cc790 bool create_; member in class:MockDeathTestFactory
852 : create_(true),
867 create_ = create;
879 // Sets test to NULL (if create_ is false) or to the address of a new
881 // to SetParameters (if create_ is true). Always returns true.
888 if (create_) {
/external/gtest/test/
H A Dgtest-death-test_test.cc790 bool create_; member in class:MockDeathTestFactory
852 : create_(true),
867 create_ = create;
879 // Sets test to NULL (if create_ is false) or to the address of a new
881 // to SetParameters (if create_ is true). Always returns true.
888 if (create_) {
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc744 bool create_; member in class:MockDeathTestFactory
806 : create_(true),
821 create_ = create;
833 // Sets test to NULL (if create_ is false) or to the address of a new
835 // to SetParameters (if create_ is true). Always returns true.
842 if (create_) {

Completed in 99 milliseconds