Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/flatbuffers/python/flatbuffers/reflection/
H A DObject.py149 def ObjectAddIsStruct(builder, isStruct): builder.PrependBoolSlot(2, isStruct, 0) argument
150 def AddIsStruct(builder, isStruct): argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h106 bool isStruct() const { return CurTy.is<StructType *>(); } in isStruct() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h111 bool isStruct() const { return CurTy.is<StructType *>(); } in isStruct() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DGetElementPtrTypeIterator.h110 bool isStruct() const { return isa<StructType *>(CurTy); } in isStruct() function
/aosp_15_r20/build/blueprint/proptools/
H A Dproptools.go132 func isStruct(t reflect.Type) bool { func
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DGetElementPtrTypeIterator.h145 bool isStruct() const { return isa<StructType *>(CurTy); } in isStruct() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DGetElementPtrTypeIterator.h145 bool isStruct() const { return isa<StructType *>(CurTy); } in isStruct() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DGetElementPtrTypeIterator.h145 bool isStruct() const { return isa<StructType *>(CurTy); } in isStruct() function
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DPropertyOptions.java176 public boolean isStruct() in isStruct() method in PropertyOptions
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dstgdict.c320 PyCStructUnionType_update_stgdict(PyObject *type, PyObject *fields, int isStruct) in PyCStructUnionType_update_stgdict()
/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgVariableType.hpp176 bool isStruct(void) const in isStruct() function in rsg::VariableType
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLType.cpp132 bool isStruct() const override { in isStruct() function in SkSL::AliasType
655 bool isStruct() const override { in isStruct() function in SkSL::StructType
H A DSkSLType.h540 virtual bool isStruct() const { in isStruct() function
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
Dstgdict.c348 PyCStructUnionType_update_stgdict(PyObject *type, PyObject *fields, int isStruct) in PyCStructUnionType_update_stgdict()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DSymbol.h52 bool isStruct() const { return mSymbolClass == SymbolClass::Struct; } in isStruct() function
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/
Dreader.go159 isStruct bool // true if this type is a struct member
/aosp_15_r20/prebuilts/go/linux-x86/src/go/printer/
Dnodes.go495 func (p *printer) fieldList(fields *ast.FieldList, isStruct, isIncomplete bool) { argument
/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderVars.h109 bool isStruct() const { return !fields.empty(); } in isStruct() function
/aosp_15_r20/external/clang/include/clang/AST/
H A DAPValue.h189 bool isStruct() const { return Kind == Struct; } in isStruct() function
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dgen_vulkan.go3960 func isStruct(typе cpp_types.Type) bool { func
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp1043 bool isStruct = var.fieldsCount > 0; in sRecursiveLocInitalize() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cExplicitUniformLocationTest.cpp324 bool isStruct() const in isStruct() function in glcts::__anon3223d5810111::UniformType
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp196 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f; in generateRandomType() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
DTypes.h1840 virtual bool isStruct() const { return basicType == EbtStruct || basicType == EbtBlock; } in isStruct() function
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A DTypes.h1844 virtual bool isStruct() const { return basicType == EbtStruct || basicType == EbtBlock; } in isStruct() function

123