Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/amber/src/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
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc1344 bool ProtoStreamObjectWriter::IsStruct(const google::protobuf::Field& field) { in IsStruct() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp3891 bool Variable::IsStruct() const in IsStruct() function in gl4cts::EnhancedLayouts::Utils::Variable