Searched defs:CopyHelper (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dcrosscall_client.h53 class CopyHelper { class in namespace:sandbox
55 CopyHelper(const T& t) : t_(t) {} function in class:sandbox::CopyHelper
92 class CopyHelper<void*> { class in namespace:sandbox
94 CopyHelper(void* t) : t_(t) {} function in class:sandbox::CopyHelper
130 class CopyHelper<const wchar_t*> { class in namespace:sandbox
132 CopyHelper(const wchar_t* t) function in class:sandbox::CopyHelper
184 class CopyHelper<wchar_t*> : public CopyHelper<const wchar_t*> { class in namespace:sandbox
186 typedef CopyHelper<const wchar_t*> Base;
187 CopyHelper(wchar_ function in class:sandbox::CopyHelper
213 class CopyHelper<const wchar_t[n]> : public CopyHelper<const wchar_t*> { class in namespace:sandbox
217 CopyHelper(array t) : Base(t) {} function in class:sandbox::CopyHelper
251 class CopyHelper<InOutCountedBuffer> { class in namespace:sandbox
253 CopyHelper(const InOutCountedBuffer t) : t_(t) {} function in class:sandbox::CopyHelper
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenModule.h646 llvm::Constant *CopyHelper; member in class:clang::CodeGen::CodeGenModule::ByrefHelpers

Completed in 64 milliseconds