Home
last modified time | relevance | path

Searched refs:CopyHelper (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/sandbox/win/src/
Dcrosscall_client.h56 class CopyHelper {
58 CopyHelper(const T& t) : t_(t) {} in CopyHelper() function
93 class CopyHelper<void*> {
95 CopyHelper(void* t) : t_(t) {} in CopyHelper() function
129 class CopyHelper<const wchar_t*> {
131 CopyHelper(const wchar_t* t) in CopyHelper() function
184 class CopyHelper<wchar_t*> : public CopyHelper<const wchar_t*> {
186 typedef CopyHelper<const wchar_t*> Base;
187 CopyHelper(wchar_t* t) : Base(t) {} in CopyHelper() function
211 class CopyHelper<const wchar_t[n]> : public CopyHelper<const wchar_t*> {
[all …]
/external/icu/icu4c/source/i18n/
Dcollationdatabuilder.h36 class CopyHelper; variable
168 friend class CopyHelper;
Dcollationdatabuilder.cpp896 class CopyHelper { class
898 CopyHelper(const CollationDataBuilder &s, CollationDataBuilder &d, in CopyHelper() function in CopyHelper
1021 ((CopyHelper *)context)->copyRangeCE32(start, end, value); in enumRangeForCopy()
1034 CopyHelper helper(src, *this, modifier, errorCode); in copyFrom()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataBuilder.java256 CopyHelper helper = new CopyHelper(src, this, modifier); in copyFrom()
667 private static final class CopyHelper { class in CollationDataBuilder
668 CopyHelper(CollationDataBuilder s, CollationDataBuilder d, in CopyHelper() method in CollationDataBuilder.CopyHelper
785 enumRangeForCopy(int start, int end, int value, CopyHelper helper) { in enumRangeForCopy()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataBuilder.java257 CopyHelper helper = new CopyHelper(src, this, modifier); in copyFrom()
668 private static final class CopyHelper { class in CollationDataBuilder
669 CopyHelper(CollationDataBuilder s, CollationDataBuilder d, in CopyHelper() method in CollationDataBuilder.CopyHelper
786 enumRangeForCopy(int start, int end, int value, CopyHelper helper) { in enumRangeForCopy()
/external/clang/lib/CodeGen/
DCodeGenModule.h214 llvm::Constant *CopyHelper;
DCGBlocks.cpp1929 generator.CopyHelper = buildByrefCopyHelper(CGM, byrefInfo, generator); in buildByrefHelpers()
2238 storeHeaderField(helpers->CopyHelper, getPointerSize(), in emitByrefStructureInit()