Searched refs:type_ (Results 1 – 6 of 6) sorted by relevance
16 if (type_ == TYPE_SYSTEM) { in ~LibraryView()20 if (type_ == TYPE_CRAZY) { in ~LibraryView()24 type_ = TYPE_NONE; in ~LibraryView()28 if (type_ == TYPE_SYSTEM) in LookupSymbol()31 if (type_ == TYPE_CRAZY) { in LookupSymbol()44 if (type_ != TYPE_CRAZY) { in GetInfo()
30 : type_(TYPE_NONE), crazy_(NULL), system_(NULL), name_(), ref_count_(1) {} in LibraryView()34 bool IsSystem() const { return type_ == TYPE_SYSTEM; } in IsSystem()36 bool IsCrazy() const { return type_ == TYPE_CRAZY; } in IsCrazy()39 type_ = TYPE_SYSTEM; in SetSystem()45 type_ = TYPE_CRAZY; in SetCrazy()78 uint32_t type_;
64 : type_(a_type), in TestPartResult()72 Type type() const { return type_; } in type()91 bool passed() const { return type_ == kSuccess; } in passed()94 bool failed() const { return type_ != kSuccess; } in failed()97 bool nonfatally_failed() const { return type_ == kNonFatalFailure; } in nonfatally_failed()100 bool fatally_failed() const { return type_ == kFatalFailure; } in fatally_failed()103 Type type_;
105 const TestPartResult::Type type_; variable
56 detail::sp_typeinfo const * type_; member60 type_(&type) in type_info_()68 return 0!=(a.type_->before(*b.type_)); in operator <()
649 type_(type), in SingleFailureChecker()657 EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_); in ~SingleFailureChecker()