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

  /external/clang/test/SemaCXX/
typo-correction-delayed.cpp 124 struct AssertionResult { ~AssertionResult(); };
125 AssertionResult Overload(const char *a);
126 AssertionResult Overload(int a);
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h 188 // the assertion wasn't successful, the AssertionResult object
202 // testing::AssertionResult IsEven(int n) {
229 // testing::AssertionResult IsEven(int n) {
253 // testing::AssertionResult IsEven(const char* expr, int n) {
266 class GTEST_API_ AssertionResult {
270 AssertionResult(const AssertionResult& other);
272 explicit AssertionResult(bool success) : success_(success) {}
278 AssertionResult operator!() const;
280 // Returns the text streamed into this AssertionResult. Test assertion
    [all...]
  /external/gtest/include/gtest/
gtest.h 178 // the assertion wasn't successful, the AssertionResult object
192 // testing::AssertionResult IsEven(int n) {
219 // testing::AssertionResult IsEven(int n) {
243 // testing::AssertionResult IsEven(const char* expr, int n) {
256 class GTEST_API_ AssertionResult {
260 AssertionResult(const AssertionResult& other);
262 explicit AssertionResult(bool success) : success_(success) {}
268 AssertionResult operator!() const;
270 // Returns the text streamed into this AssertionResult. Test assertion
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 187 // the assertion wasn't successful, the AssertionResult object
201 // testing::AssertionResult IsEven(int n) {
228 // testing::AssertionResult IsEven(int n) {
252 // testing::AssertionResult IsEven(const char* expr, int n) {
265 class GTEST_API_ AssertionResult {
269 AssertionResult(const AssertionResult& other);
271 explicit AssertionResult(bool success) : success_(success) {}
277 AssertionResult operator!() const;
279 // Returns the text streamed into this AssertionResult. Test assertion
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 187 // the assertion wasn't successful, the AssertionResult object
201 // testing::AssertionResult IsEven(int n) {
228 // testing::AssertionResult IsEven(int n) {
252 // testing::AssertionResult IsEven(const char* expr, int n) {
265 class GTEST_API_ AssertionResult {
269 AssertionResult(const AssertionResult& other);
271 explicit AssertionResult(bool success) : success_(success) {}
277 AssertionResult operator!() const;
279 // Returns the text streamed into this AssertionResult. Test assertion
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 176 // the assertion wasn't successful, the AssertionResult object
190 // testing::AssertionResult IsEven(int n) {
217 // testing::AssertionResult IsEven(int n) {
241 // testing::AssertionResult IsEven(const char* expr, int n) {
254 class GTEST_API_ AssertionResult {
258 AssertionResult(const AssertionResult& other);
260 explicit AssertionResult(bool success) : success_(success) {}
266 AssertionResult operator!() const;
268 // Returns the text streamed into this AssertionResult. Test assertion
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 178 // the assertion wasn't successful, the AssertionResult object
192 // testing::AssertionResult IsEven(int n) {
219 // testing::AssertionResult IsEven(int n) {
243 // testing::AssertionResult IsEven(const char* expr, int n) {
256 class GTEST_API_ AssertionResult {
260 AssertionResult(const AssertionResult& other);
262 explicit AssertionResult(bool success) : success_(success) {}
268 AssertionResult operator!() const;
270 // Returns the text streamed into this AssertionResult. Test assertion
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 109 using testing::AssertionResult;
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 606 AssertionResult HasOneFailure(const char* /* results_expr */,
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 112 using testing::AssertionResult;
    [all...]
  /external/gtest/src/
gtest.cc 609 AssertionResult HasOneFailure(const char* /* results_expr */,
    [all...]
  /external/gtest/test/
gtest_unittest.cc 199 using testing::AssertionResult;
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 605 AssertionResult HasOneFailure(const char* /* results_expr */,
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 605 AssertionResult HasOneFailure(const char* /* results_expr */,
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 581 AssertionResult HasOneFailure(const char* /* results_expr */,
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 605 AssertionResult HasOneFailure(const char* /* results_expr */,
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 199 using testing::AssertionResult;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 897 milliseconds