Home
last modified time | relevance | path

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

/external/flatbuffers/tests/ts/reflection/
Dobject.js35 isStruct() { method in Object_
113 static addIsStruct(builder, isStruct) { argument
157 …static createObject(builder, nameOffset, fieldsOffset, isStruct, minalign, bytesize, attributesOff… argument
184 …constructor(name = null, fields = [], isStruct = false, minalign = 0, bytesize = 0, attributes = [… argument
/external/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/
DObject.java40 public boolean isStruct() { int o = __offset(8); return o != 0 ? 0!=bb.get(o + bb_pos) : false; } in isStruct() method in Object
64 boolean isStruct, in createObject()
87 …public static void addIsStruct(FlatBufferBuilder builder, boolean isStruct) { builder.addBoolean(2… in addIsStruct()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h111 bool isStruct() const { return CurTy.is<StructType *>(); } in isStruct() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h106 bool isStruct() const { return CurTy.is<StructType *>(); } in isStruct() function
/external/flatbuffers/python/flatbuffers/reflection/
DObject.py161 def ObjectAddIsStruct(builder, isStruct): argument
164 def AddIsStruct(builder, isStruct): argument
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
DPropertyOptions.java176 public boolean isStruct() in isStruct() method in PropertyOptions
/external/deqp/framework/randomshaders/
DrsgVariableType.hpp176 bool isStruct(void) const in isStruct() function in rsg::VariableType
/external/python/cpython3/Modules/_ctypes/
Dstgdict.c241 PyCStructUnionType_update_stginfo(PyObject *type, PyObject *fields, int isStruct) in PyCStructUnionType_update_stginfo()
D_ctypes.c641 StructUnionType_init(PyObject *self, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_init()
/external/angle/src/compiler/translator/
DSymbol.h52 bool isStruct() const { return mSymbolClass == SymbolClass::Struct; } in isStruct() function
/external/skia/src/sksl/ir/
DSkSLType.h540 virtual bool isStruct() const { in isStruct() function
DSkSLType.cpp132 bool isStruct() const override { in isStruct() function in SkSL::AliasType
655 bool isStruct() const override { in isStruct() function in SkSL::StructType
/external/angle/include/GLSLANG/
DShaderVars.h109 bool isStruct() const { return !fields.empty(); } in isStruct() function
/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/deqp/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp324 bool isStruct() const in isStruct() function in glcts::__anon00b130010111::UniformType
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp196 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f; in generateRandomType() local
/external/angle/third_party/glslang/src/glslang/Include/
DTypes.h1856 virtual bool isStruct() const { return basicType == EbtStruct || basicType == EbtBlock; } in isStruct() function
Dintermediate.h1098 virtual bool isStruct() const { return type.isStruct(); } in isStruct() function
/external/deqp-deps/glslang/glslang/Include/
DTypes.h1844 virtual bool isStruct() const { return basicType == EbtStruct || basicType == EbtBlock; } in isStruct() function
Dintermediate.h1066 virtual bool isStruct() const { return type.isStruct(); } in isStruct() function
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp250 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