HomeSort by relevance Sort by last modified time
    Searched refs:InType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/google_apis/drive/
test_util.h 140 // InType is const T& if |UseConstRef| is true, otherwise |T|.
142 typedef const T& InType;
145 typedef T InType;
165 // |InType| is const T&.
177 typename CopyResultCallbackHelper<T1>::InType in) {
186 typename CopyResultCallbackHelper<T1>::InType in1,
187 typename CopyResultCallbackHelper<T2>::InType in2) {
198 typename CopyResultCallbackHelper<T1>::InType in1,
199 typename CopyResultCallbackHelper<T2>::InType in2,
200 typename CopyResultCallbackHelper<T3>::InType in3)
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 581 llvm::Type *InType = ArgIter->getType();
592 if (!InType->isPointerTy()) {
593 InType = InType->getPointerTo();
599 llvm::Value *InStep = getStepValue(&DL, InType, Arg_instep);
610 InTypes.push_back(InType);
632 llvm::Type *InType = ArgIter->getType();
643 if (!InType->isPointerTy()) {
644 InType = InType->getPointerTo()
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 222 InType,
245 state = InType;
258 case InType:
310 state = InType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tdh.h 73 USHORT InType;

Completed in 389 milliseconds