Home
last modified time | relevance | path

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

/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
/external/flatbuffers/python/flatbuffers/reflection/
DObject.py64 def IsStruct(self): member in Object
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc1384 bool ProtoStreamObjectWriter::IsStruct(const google::protobuf::Field& field) { in IsStruct() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc1384 bool ProtoStreamObjectWriter::IsStruct(const google::protobuf::Field& field) { in IsStruct() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc1384 bool ProtoStreamObjectWriter::IsStruct(const google::protobuf::Field& field) { in IsStruct() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp42 bool ConvertToHalfPass::IsStruct(Instruction* inst) { in IsStruct() function in spvtools::opt::ConvertToHalfPass
/external/angle/third_party/spirv-tools/src/source/opt/
Dconvert_to_half_pass.cpp42 bool ConvertToHalfPass::IsStruct(Instruction* inst) { in IsStruct() function in spvtools::opt::ConvertToHalfPass
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp42 bool ConvertToHalfPass::IsStruct(Instruction* inst) { in IsStruct() function in spvtools::opt::ConvertToHalfPass
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp218 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct()
448 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
DBTFDebug.cpp278 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct()
660 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType()
/external/flatbuffers/include/flatbuffers/
Didl.h521 inline bool IsStruct(const Type &type) { in IsStruct() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4013 bool IsStruct = FullTy->isStructTy(); in parseFunctionBody() local
4055 bool IsStruct = CurTy->isStructTy(); in parseFunctionBody() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4640 bool IsStruct = CurTy->isStructTy(); in parseFunctionBody() local
4682 bool IsStruct = CurTy->isStructTy(); in parseFunctionBody() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5009 bool IsStruct = Ty->isStructTy(); in parseFunctionBody() local
5056 bool IsStruct = CurTy->isStructTy(); in parseFunctionBody() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp3894 bool Variable::IsStruct() const in IsStruct() function in gl4cts::EnhancedLayouts::Utils::Variable