Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A Dhpack_block_collector.h105 bool IsClear() const { return IsNotPending() && entries_.empty(); } in IsClear() function
H A Dhpack_string_collector.cc48 bool HpackStringCollector::IsClear() const { in IsClear() function in http2::test::HpackStringCollector
H A Dhpack_entry_collector.cc126 bool HpackEntryCollector::IsClear() const { in IsClear() function in http2::test::HpackEntryCollector
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DFlags.h111 bool IsClear(ValueType bit) const { return (m_flags & bit) == 0; } in IsClear() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DFlags.h111 bool IsClear(ValueType bit) const { return (m_flags & bit) == 0; } in IsClear() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DFlags.h111 bool IsClear(ValueType bit) const { return (m_flags & bit) == 0; } in IsClear() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DFlags.h111 bool IsClear(ValueType bit) const { return (m_flags & bit) == 0; } in IsClear() function
/aosp_15_r20/external/deqp-deps/amber/src/
Dcommand.h88 bool IsClear() const { return command_type_ == Type::kClear; } in IsClear() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp1121 bool IsClear(UpdateSource updateSource) in IsClear() function