Home
last modified time | relevance | path

Searched defs:IsGroup (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_transparency.h14 bool IsGroup() const { return m_bGroup; } in IsGroup() function
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawConstants.h88 IsGroup = 1 << 10 // If set, descriptor represents a group. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawConstants.h109 IsGroup = 1 << 10, // If set, descriptor represents a group. enumerator
/external/perfetto/include/perfetto/tracing/
Dtrack_event_category_registry.h66 constexpr bool IsGroup() const { return GetNameSize(1) > 0; } in IsGroup() function