Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_transparency.h15 bool IsGroup() const { return m_bGroup; } in IsGroup() function
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DRawConstants.h88 IsGroup = 1 << 10 // If set, descriptor represents a group. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/Native/
DRawConstants.h109 IsGroup = 1 << 10, // If set, descriptor represents a group. enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h109 IsGroup = 1 << 10, // If set, descriptor represents a group. enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h109 IsGroup = 1 << 10, // If set, descriptor represents a group. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/Native/
DRawConstants.h109 IsGroup = 1 << 10, // If set, descriptor represents a group. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/Native/
DRawConstants.h109 IsGroup = 1 << 10, // If set, descriptor represents a group. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/Native/
DRawConstants.h109 IsGroup = 1 << 10, // If set, descriptor represents a group. enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/internal/language/
Dlanguage.go539 func (r Region) IsGroup() bool { func
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/
H A Dtrack_event_category_registry.h66 constexpr bool IsGroup() const { return GetNameSize(1) > 0; } in IsGroup() function
/aosp_15_r20/external/perfetto/include/perfetto/tracing/
H A Dtrack_event_category_registry.h66 constexpr bool IsGroup() const { return GetNameSize(1) > 0; } in IsGroup() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/language/
Dlanguage.go561 func (r Region) IsGroup() bool { func
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_types.hpp147 bool IsGroup(void) const { return (m8[0] & kGroupFlag) != 0; } in IsGroup() function in ot::Mac::ExtAddress