Home
last modified time | relevance | path

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

/third_party/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
/third_party/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h106 bool isStruct() const { return CurTy.is<StructType *>(); } in isStruct() function
/third_party/flatbuffers/python/flatbuffers/reflection/
DObject.py161 def ObjectAddIsStruct(builder, isStruct): argument
164 def AddIsStruct(builder, isStruct): argument
/third_party/skia/src/sksl/dsl/
DDSLType.cpp225 bool DSLType::isStruct() const { in isStruct() function in SkSL::dsl::DSLType
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableType.hpp158 bool isStruct (void) const { return m_baseType == TYPE_STRUCT; } in isStruct() function in rsg::VariableType
/third_party/python/Modules/_ctypes/
Dstgdict.c348 PyCStructUnionType_update_stgdict(PyObject *type, PyObject *fields, int isStruct) in PyCStructUnionType_update_stgdict()
D_ctypes.c499 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_new()
/third_party/skia/src/sksl/ir/
DSkSLType.h459 virtual bool isStruct() const { in isStruct() function
DSkSLType.cpp350 bool isStruct() const override { in isStruct() function in SkSL::StructType
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.h52 bool isStruct() const { return mSymbolClass == SymbolClass::Struct; } in isStruct() function
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h108 bool isStruct() const { return !fields.empty(); } in isStruct() function
/third_party/skia/m133/src/sksl/ir/
DSkSLType.h542 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
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DTypes.h449 bool isStruct() const { return structure != 0; } in isStruct() function
Dintermediate.h327 bool isStruct() const { return type.isStruct(); } in isStruct() function
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts1036 export function isStruct(symbol: Symbol) { function
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts1363 export function isStruct(symbol: Symbol) { function
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp312 bool isStruct() const in isStruct() function in glcts::__anonc98c986c0111::UniformType
/third_party/glslang/glslang/Include/
DTypes.h1834 virtual bool isStruct() const { return basicType == EbtStruct || basicType == EbtBlock; } in isStruct() function
Dintermediate.h1211 virtual bool isStruct() const { return type.isStruct(); } in isStruct() function
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fUniformApiTests.cpp209 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f; in generateRandomType() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fUniformApiTests.cpp269 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f; in generateRandomType() local
/third_party/typescript/lib/
Dtsc.js11981 function isStruct(node) { function