OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STRUCT_MEMBER
(Results
1 - 2
of
2
) sorted by null
/external/libunwind/src/coredump/
_UCD_internal.h
103
#define
STRUCT_MEMBER
(member_type, struct_p, struct_offset) (*(member_type*) STRUCT_MEMBER_P ((struct_p), (struct_offset)))
/external/deqp/framework/opengl/
gluVarTypeUtil.hpp
77
STRUCT_MEMBER
= 0,
130
SubTypeAccess& member (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::
STRUCT_MEMBER
, ndx)); DE_ASSERT(isValid()); return *this; } //!< Access struct element.
263
else if (curComp.type == VarTypeComponent::
STRUCT_MEMBER
)
306
m_path.push_back(VarTypeComponent(VarTypeComponent::
STRUCT_MEMBER
, 0));
321
if (pathIter->type == VarTypeComponent::
STRUCT_MEMBER
)
384
if (pathIter->type == VarTypeComponent::
STRUCT_MEMBER
)
Completed in 56 milliseconds