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

  /sdk/emulator/opengl/shared/emugl/common/
pod_vector.cpp 24 static inline void swapPointers(char** p1, char** p2) {
145 swapPointers(&mBegin, &other->mBegin);
146 swapPointers(&mEnd, &other->mEnd);
147 swapPointers(&mLimit, &other->mLimit);
  /external/qemu/android/base/containers/
PodVector.cpp 23 static inline void swapPointers(char** p1, char** p2) {
165 swapPointers(&mBegin, &other->mBegin);
166 swapPointers(&mEnd, &other->mEnd);
167 swapPointers(&mLimit, &other->mLimit);
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 55 template<typename MatrixTypeA, typename MatrixTypeB, bool SwapPointers> struct matrix_swap_impl;
640 template<typename MatrixTypeA, typename MatrixTypeB, bool SwapPointers>
649 enum { SwapPointers = internal::is_same<Derived, OtherDerived>::value && Base::SizeAtCompileTime==Dynamic };
650 internal::matrix_swap_impl<Derived, OtherDerived, bool(SwapPointers)>::run(this->derived(), other.const_cast_derived());
    [all...]
Array.h 233 template<typename MatrixType, typename OtherDerived, bool SwapPointers>

Completed in 719 milliseconds