Searched defs:getStruct (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp91 const StructType& getStruct (void) const { return *m_data.structPtr; } function in class:deqp::gls::ub::VarType
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DTypes.h373 TStructure *getStruct() const function in class:TType
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp239 T getStruct(const MachOObjectFile *O, const char *P) { function in namespace:llvm::object
280 return getStruct<nlist_base>(O, P);
1376 getStruct<MachO::dylib_command>(this, Libraries[Index]);
1385 getStruct<MachO::dylib_command>(this, Libraries[i]);
1760 Load.C = getStruct<MachO::load_command>(this, Load.Ptr);
1768 Next.C = getStruct<MachO::load_command>(this, Next.Ptr);
1773 return getStruct<MachO::section>(this, Sections[DRI.d.a]);
1777 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]);
1783 return getStruct<MachO::section>(this, Sec);
1789 return getStruct<Mach
[all...]

Completed in 355 milliseconds