Searched refs:type_ (Results 1 - 4 of 4) sorted by relevance

/openjdk10/test/fmw/gtest/include/gtest/
H A Dgtest-test-part.h64 : type_(a_type),
72 Type type() const { return type_; }
91 bool passed() const { return type_ == kSuccess; }
94 bool failed() const { return type_ != kSuccess; }
97 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
100 bool fatally_failed() const { return type_ == kFatalFailure; }
103 Type type_; member in class:testing::TestPartResult
H A Dgtest-spi.h105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
/openjdk10/hotspot/src/share/vm/code/
H A Dlocation.hpp77 Location(Where where_, Type type_, unsigned offset_) { argument
78 set(where_, type_, offset_);
80 assert( type () == type_ , "" );
84 inline void set(Where where_, Type type_, unsigned offset_) { argument
86 (type_ << TYPE_SHIFT) |
/openjdk10/test/fmw/gtest/src/
H A Dgtest.cc653 type_(type),
661 EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_);

Completed in 189 milliseconds