Searched refs:is_empty_ (Results 1 – 1 of 1) sorted by relevance
40 …constexpr AssertionInfoMatcher() : is_empty_(true), msg_(any_msg, __builtin_strlen(any_msg)), file… in AssertionInfoMatcher()42 …: is_empty_(false), msg_(msg, __builtin_strlen(msg)), file_(file, __builtin_strlen(file)), line_(l… in is_empty_() function62 bool empty() const { return is_empty_; } in empty()99 bool is_empty_;