Searched defs:type_ (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp346 void set_type(uint64 type) { type_ = type; }
347 uint64 type() const { return type_; }
370 uint64 type_; member in class:mkvmuxer::Track
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc178 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
2137 type_(type),
2145 EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17107 : type_(a_type),
17115 Type type() const { return type_; }
17134 bool passed() const { return type_ == kSuccess; }
17137 bool failed() const { return type_ != kSuccess; }
17140 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
17143 bool fatally_failed() const { return type_ == kFatalFailure; }
17146 Type type_; member in class:testing::TestPartResult

Completed in 169 milliseconds