Home
last modified time | relevance | path

Searched defs:isStruct (Results 1 – 12 of 12) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
DPropertyOptions.java176 public boolean isStruct() in isStruct() method in PropertyOptions
/external/valgrind/coregrind/m_debuginfo/
Dpriv_tytypes.h95 Bool isStruct; member
122 Bool isStruct; member
/external/python/cpython2/Modules/_ctypes/
Dstgdict.c312 PyCStructUnionType_update_stgdict(PyObject *type, PyObject *fields, int isStruct) in PyCStructUnionType_update_stgdict()
D_ctypes.c400 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_new()
/external/deqp/framework/randomshaders/
DrsgVariableType.hpp158 bool isStruct (void) const { return m_baseType == TYPE_STRUCT; } in isStruct() function in rsg::VariableType
/external/clang/include/clang/AST/
DAPValue.h189 bool isStruct() const { return Kind == Struct; } in isStruct() function
DDecl.h2936 bool isStruct() const { return getTagKind() == TTK_Struct; } in isStruct() function
/external/swiftshader/src/OpenGL/compiler/
DTypes.h402 bool isStruct() const { return structure != 0; } in isStruct() function
Dintermediate.h327 bool isStruct() const { return type.isStruct(); } in isStruct() function
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp209 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f; in generateRandomType() local
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp269 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f; in generateRandomType() local
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3729 AST_MATCHER(RecordDecl, isStruct) { in AST_MATCHER() argument