Home
last modified time | relevance | path

Searched defs:IsTrue (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/gtest/src/
Dgtest.cc4315 bool IsTrue(bool condition) { return condition; } in UnitTestImpl() function
/external/gtest/src/
Dgtest.cc4531 bool IsTrue(bool condition) { return condition; } in IsTrue() function
/external/llvm/utils/unittest/googletest/
Dgtest.cc4499 bool IsTrue(bool condition) { return condition; } in IsTrue() function
/external/chromium/testing/gtest/src/
Dgtest.cc4531 bool IsTrue(bool condition) { return condition; } in IsTrue() function
/external/v8/src/
Dast.h1235 bool IsTrue() const { in IsTrue() function
Dobjects-inl.h790 bool Object::IsTrue() { in IsTrue() function
Dapi.cc2108 bool Value::IsTrue() const { in IsTrue() function in v8::Value