HomeSort by relevance Sort by last modified time
    Searched defs:RawType (Results 1 - 8 of 8) sorted by null

  /external/libcxx/test/libcxx/utilities/function.objects/func.require/
invoke_helpers.h 54 typedef typename std::remove_reference<T>::type RawType;
55 typedef typename QualTag::template apply<RawType>::type CVType;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
invoke_helpers.h 54 typedef typename std::remove_reference<T>::type RawType;
55 typedef typename QualTag::template apply<RawType>::type CVType;
  /external/gemmlowp/fixedpoint/
fixedpoint.h 371 typedef tRawType RawType;
373 typedef FixedPointRawTypeTraits<RawType> RawTypeTraits;
400 static FixedPoint FromRaw(RawType x) {
408 retval.raw() = Dup<RawType>(x);
442 RawType raw() const { return i_; }
443 RawType& raw() { return i_; }
446 RawType i_;
586 typedef typename FixedPointType::RawType RawType;
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3/
kotlin-reflect-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3-2/
kotlin-reflect-1.1.3-2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 

Completed in 129 milliseconds