Home
last modified time | relevance | path

Searched defs:IsStruct (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/deqp-deps/amber/src/
Dtype.h100 virtual bool IsStruct() const { return false; } in IsStruct() function
248 bool IsStruct() const override { return true; } in IsStruct() function
Dtype_test.cc43 TEST_F(TypeTest, IsStruct) { in TEST_F() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBTFDebug.cpp218 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct()
448 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType()
/aosp_15_r20/external/flatbuffers/python/flatbuffers/reflection/
H A DObject.py64 def IsStruct(self): member in Object
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBTFDebug.cpp278 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct()
660 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconvert_to_half_pass.cpp42 bool ConvertToHalfPass::IsStruct(Instruction* inst) { in IsStruct() function in spvtools::opt::ConvertToHalfPass
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dconvert_to_half_pass.cpp42 bool ConvertToHalfPass::IsStruct(Instruction* inst) { in IsStruct() function in spvtools::opt::ConvertToHalfPass
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp42 bool ConvertToHalfPass::IsStruct(Instruction* inst) { in IsStruct() function in spvtools::opt::ConvertToHalfPass
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc1384 bool ProtoStreamObjectWriter::IsStruct(const google::protobuf::Field& field) { in IsStruct() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc1384 bool ProtoStreamObjectWriter::IsStruct(const google::protobuf::Field& field) { in IsStruct() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Didl.h436 inline bool IsStruct(const Type &type) { in IsStruct() function
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Didl.h463 inline bool IsStruct(const Type &type) { in IsStruct() function
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Didl.h463 inline bool IsStruct(const Type &type) { in IsStruct() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go1431 func (t *Type) IsStruct() bool { func
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4640 bool IsStruct = CurTy->isStructTy(); in parseFunctionBody() local
4682 bool IsStruct = CurTy->isStructTy(); in parseFunctionBody() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4013 bool IsStruct = FullTy->isStructTy(); in parseFunctionBody() local
4055 bool IsStruct = CurTy->isStructTy(); in parseFunctionBody() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5009 bool IsStruct = Ty->isStructTy(); in parseFunctionBody() local
5056 bool IsStruct = CurTy->isStructTy(); in parseFunctionBody() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp3894 bool Variable::IsStruct() const in IsStruct() function in gl4cts::EnhancedLayouts::Utils::Variable