Symbol: EntryType
src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/exresnte.c
199
ACPI_OBJECT_TYPE EntryType;
src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/exresnte.c
211
EntryType = AcpiNsGetType ((ACPI_HANDLE) Node);
src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/exresnte.c
214
Node, SourceDesc, AcpiUtGetTypeName (EntryType)));
src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/exresnte.c
216
if ((EntryType == ACPI_TYPE_LOCAL_ALIAS) ||
src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/exresnte.c
217
(EntryType == ACPI_TYPE_LOCAL_METHOD_ALIAS))
src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/exresnte.c
223
EntryType = AcpiNsGetType ((ACPI_HANDLE) Node);
src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/exresnte.c
233
if ((EntryType == ACPI_TYPE_DEVICE) ||
src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/exresnte.c
234
(EntryType == ACPI_TYPE_THERMAL) ||
src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/exresnte.c
235
(EntryType == ACPI_TYPE_METHOD) ||
src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/exresnte.c
252
switch (EntryType)
src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/exresnte.c
329
Node, SourceDesc, EntryType));
src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/exresnte.c
389
Node, EntryType));
src/add-ons/kernel/bus_managers/acpi/acpica/include/actbl1.h
1141
UINT8 EntryType;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
71
template<typename EntryType>
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
73
inline bool operator()(EntryType* entry) const
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
355
template<typename EntryType>
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
357
DwarfStackFrameDebugInfo::_GetDIEType(EntryType* entry)
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
362
if (EntryType* abstractOrigin = dynamic_cast<EntryType*>(
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
369
if (EntryType* specification = dynamic_cast<EntryType*>(
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.h
79
template<typename EntryType>
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.h
80
static DIEType* _GetDIEType(EntryType* entry);
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
119
template<typename EntryType>
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
121
inline bool operator()(EntryType* entry) const
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
40
template<typename EntryType>
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
42
inline bool operator()(EntryType* entry) const
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
52
template<typename EntryType>
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
54
inline bool operator()(EntryType* entry) const
src/kits/debugger/debug_info/DwarfTypes.cpp
31
template<typename EntryType>
src/kits/debugger/debug_info/DwarfTypes.cpp
33
inline bool operator()(EntryType* entry) const
src/kits/debugger/debug_info/DwarfTypes.cpp
43
template<typename EntryType>
src/kits/debugger/debug_info/DwarfTypes.cpp
45
inline bool operator()(EntryType* entry) const
src/kits/debugger/dwarf/DwarfUtils.h
39
template<typename EntryType, typename Predicate>
src/kits/debugger/dwarf/DwarfUtils.h
40
static EntryType* GetDIEByPredicate(EntryType* entry,
src/kits/debugger/dwarf/DwarfUtils.h
45
template<typename EntryType, typename Predicate>
src/kits/debugger/dwarf/DwarfUtils.h
46
/*static*/ EntryType*
src/kits/debugger/dwarf/DwarfUtils.h
47
DwarfUtils::GetDIEByPredicate(EntryType* entry, const Predicate& predicate)
src/kits/debugger/dwarf/DwarfUtils.h
53
if (EntryType* abstractOrigin = dynamic_cast<EntryType*>(
src/kits/debugger/dwarf/DwarfUtils.h
61
if (EntryType* specification = dynamic_cast<EntryType*>(
src/kits/debugger/dwarf/DwarfUtils.h
69
if (EntryType* signature = dynamic_cast<EntryType*>(