Searched defs:IsClear (Results 1 – 9 of 9) sorted by relevance
105 bool IsClear() const { return IsNotPending() && entries_.empty(); } in IsClear() function
48 bool HpackStringCollector::IsClear() const { in IsClear() function in http2::test::HpackStringCollector
126 bool HpackEntryCollector::IsClear() const { in IsClear() function in http2::test::HpackEntryCollector
111 bool IsClear(ValueType bit) const { return (m_flags & bit) == 0; } in IsClear() function
88 bool IsClear() const { return command_type_ == Type::kClear; } in IsClear() function
1121 bool IsClear(UpdateSource updateSource) in IsClear() function