Home
last modified time | relevance | path

Searched defs:IsClear (Results 1 – 8 of 8) sorted by relevance

/external/cronet/tot/net/third_party/quiche/src/quiche/http2/test_tools/
Dhpack_block_collector.h105 bool IsClear() const { return IsNotPending() && entries_.empty(); } in IsClear() function
Dhpack_string_collector.cc49 bool HpackStringCollector::IsClear() const { in IsClear() function in http2::test::HpackStringCollector
Dhpack_entry_collector.cc129 bool HpackEntryCollector::IsClear() const { in IsClear() function in http2::test::HpackEntryCollector
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/test_tools/
Dhpack_block_collector.h105 bool IsClear() const { return IsNotPending() && entries_.empty(); } in IsClear() function
Dhpack_string_collector.cc49 bool HpackStringCollector::IsClear() const { in IsClear() function in http2::test::HpackStringCollector
Dhpack_entry_collector.cc129 bool HpackEntryCollector::IsClear() const { in IsClear() function in http2::test::HpackEntryCollector
/external/deqp-deps/amber/src/
Dcommand.h96 bool IsClear() const { return command_type_ == Type::kClear; } in IsClear() function
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp1149 bool IsClear(UpdateSource updateSource) in IsClear() function