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

  /external/gtest/include/gtest/
gtest-test-part.h 45 TPRT_SUCCESS, // Succeeded.
88 bool passed() const { return type_ == TPRT_SUCCESS; }
91 bool failed() const { return type_ != TPRT_SUCCESS; }
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 107 TPRT_SUCCESS, // Succeeded.
    [all...]

Completed in 159 milliseconds