/aosp_15_r20/external/flatbuffers/python/flatbuffers/reflection/ |
H A D | Object.py | 149 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 D | GetElementPtrTypeIterator.h | 106 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 D | GetElementPtrTypeIterator.h | 111 bool isStruct() const { return CurTy.is<StructType *>(); } in isStruct() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | GetElementPtrTypeIterator.h | 110 bool isStruct() const { return isa<StructType *>(CurTy); } in isStruct() function
|
/aosp_15_r20/build/blueprint/proptools/ |
H A D | proptools.go | 132 func isStruct(t reflect.Type) bool { func
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | GetElementPtrTypeIterator.h | 145 bool isStruct() const { return isa<StructType *>(CurTy); } in isStruct() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | GetElementPtrTypeIterator.h | 145 bool isStruct() const { return isa<StructType *>(CurTy); } in isStruct() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | GetElementPtrTypeIterator.h | 145 bool isStruct() const { return isa<StructType *>(CurTy); } in isStruct() function
|
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
H A D | PropertyOptions.java | 176 public boolean isStruct() in isStruct() method in PropertyOptions
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/ |
D | stgdict.c | 320 PyCStructUnionType_update_stgdict(PyObject *type, PyObject *fields, int isStruct) in PyCStructUnionType_update_stgdict()
|
/aosp_15_r20/external/deqp/framework/randomshaders/ |
H A D | rsgVariableType.hpp | 176 bool isStruct(void) const in isStruct() function in rsg::VariableType
|
/aosp_15_r20/external/skia/src/sksl/ir/ |
H A D | SkSLType.cpp | 132 bool isStruct() const override { in isStruct() function in SkSL::AliasType 655 bool isStruct() const override { in isStruct() function in SkSL::StructType
|
H A D | SkSLType.h | 540 virtual bool isStruct() const { in isStruct() function
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/ |
D | stgdict.c | 348 PyCStructUnionType_update_stgdict(PyObject *type, PyObject *fields, int isStruct) in PyCStructUnionType_update_stgdict()
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | Symbol.h | 52 bool isStruct() const { return mSymbolClass == SymbolClass::Struct; } in isStruct() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/ |
D | reader.go | 159 isStruct bool // true if this type is a struct member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/printer/ |
D | nodes.go | 495 func (p *printer) fieldList(fields *ast.FieldList, isStruct, isIncomplete bool) { argument
|
/aosp_15_r20/external/angle/include/GLSLANG/ |
H A D | ShaderVars.h | 109 bool isStruct() const { return !fields.empty(); } in isStruct() function
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | APValue.h | 189 bool isStruct() const { return Kind == Struct; } in isStruct() function
|
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | gen_vulkan.go | 3960 func isStruct(typе cpp_types.Type) bool { func
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | ProgramData.cpp | 1043 bool isStruct = var.fieldsCount > 0; in sRecursiveLocInitalize() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 324 bool isStruct() const in isStruct() function in glcts::__anon3223d5810111::UniformType
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fUniformApiTests.cpp | 196 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f; in generateRandomType() local
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/ |
D | Types.h | 1840 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 D | Types.h | 1844 virtual bool isStruct() const { return basicType == EbtStruct || basicType == EbtBlock; } in isStruct() function
|