Searched defs:IsClear (Results 1 – 5 of 5) 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
89 bool IsClear() const { return command_type_ == Type::kClear; } in IsClear() function
928 bool IsClear(UpdateSource updateSource) in IsClear() function