Home
last modified time | relevance | path

Searched defs:getStruct (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h232 const TStructure *getStruct() const { return mStructure; } in getStruct() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h258 const TStructure *getStruct() const { return mStructure; } in getStruct() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DTypes.h452 TStructure* getStruct() const { return structure; } in getStruct() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp68 static T getStruct(const MachOObjectFile &O, const char *P) { in getStruct() function