Home
last modified time | relevance | path

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

/external/cronet/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.cc48 bool HpackStringCollector::IsClear() const { in IsClear() function in http2::test::HpackStringCollector
Dhpack_entry_collector.cc126 bool HpackEntryCollector::IsClear() const { in IsClear() function in http2::test::HpackEntryCollector
/external/deqp-deps/amber/src/
Dcommand.h89 bool IsClear() const { return command_type_ == Type::kClear; } in IsClear() function
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp928 bool IsClear(UpdateSource updateSource) in IsClear() function