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

  /external/eigen/unsupported/test/
alignedvector3.cpp 18 typedef Matrix<Scalar,3,1> RefType;
21 RefType r1(RefType::Random()), r2(RefType::Random()), r3(RefType::Random()),
22 r4(RefType::Random()), r5(RefType::Random()), r6(RefType::Random());
  /external/chromium_org/base/threading/
platform_thread.h 44 typedef DWORD RefType;
46 typedef pthread_t RefType;
52 explicit PlatformThreadRef(RefType id)
64 RefType id_;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
foreach.hpp 184 template<class RefType,typename C>
185 inline RefType
186 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ )
193 template<class RefType,typename C>
194 inline RefType
195 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ )
239 #define BOOST_TEST_FE_DEREF( COL, RefType ) \
243 ::boost::type<RefType >(), \
257 #define BOOST_TEST_FOREACH( RefType, var, COL ) \
265 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType );
    [all...]
named_params.hpp 40 template<typename T, typename unique_id,typename RefType> struct named_parameter;