Searched defs:getStorage (Results 1 - 11 of 11) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariable.hpp58 Storage getStorage (void) const { return m_storage; } function in class:rsg::Variable
H A DrsgProgramExecutor.cpp78 VaryingStorage* getStorage (const VariableType& type, const char* name);
97 VaryingStorage* VaryingStore::getStorage (const VariableType& type, const char* name) function in class:rsg::VaryingStore
266 VaryingStorage* dst = varyingStore.getStorage(output->getType(), output->getName());
319 const VaryingStorage* src = varyingStore.getStorage(type, input->getVariable()->getName());
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DRenderbuffer.cpp44 RenderbufferStorage *Renderbuffer::getStorage() function in class:gl::Renderbuffer
/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h126 Storage *getStorage() const { function in class:clang::PartialDiagnostic
162 DiagStorage = getStorage();
172 DiagStorage = getStorage();
191 DiagStorage = getStorage();
234 DiagStorage = getStorage();
269 DiagStorage = getStorage();
279 DiagStorage = getStorage();
/external/llvm/include/llvm/Support/
H A DErrorOr.h110 new (getStorage()) storage_type(moveIfMoveConstructible<storage_type>(Val));
155 getStorage()->~storage_type();
163 reference get() { return *getStorage(); }
171 return toPointer(getStorage());
175 return *getStorage();
184 new (getStorage()) storage_type(*Other.getStorage());
216 new (getStorage()) storage_type(std::move(*Other.getStorage()));
241 storage_type *getStorage() { function in class:llvm::ErrorOr
246 const storage_type *getStorage() const { function in class:llvm::ErrorOr
[all...]
/external/clang/include/clang/AST/
H A DTemplateName.h98 NamedDecl **getStorage() { function in class:clang::OverloadedTemplateStorage
101 NamedDecl * const *getStorage() const { function in class:clang::OverloadedTemplateStorage
108 iterator begin() const { return getStorage(); }
109 iterator end() const { return getStorage() + size(); }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2828 milliseconds