HomeSort by relevance Sort by last modified time
    Searched refs:failure_message_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 169 operator bool() const { return failure_message_.c_str() == NULL; } // NOLINT
172 const char* failure_message() const { return failure_message_.c_str(); }
182 internal::String failure_message_; member in class:testing::AssertionResult
    [all...]
gtest.cc 833 : failure_message_(failure_message) {
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 217 operator bool() const { return failure_message_.c_str() == NULL; } // NOLINT
220 const char* failure_message() const { return failure_message_.c_str(); }
230 internal::String failure_message_; member in class:testing::AssertionResult
    [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]

Completed in 74 milliseconds