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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
bounds.hpp 19 struct bounds : boundsdetail::get_impl<N>::type
  /external/chromium_org/third_party/boringssl/src/crypto/
ex_data.c 125 /* get_impl returns the current ex_data implementatation. */
126 static const CRYPTO_EX_DATA_IMPL *get_impl(void) { function
149 const CRYPTO_EX_DATA_IMPL *const impl = get_impl();
187 const CRYPTO_EX_DATA_IMPL *const impl = get_impl();
192 const CRYPTO_EX_DATA_IMPL *const impl = get_impl();
198 const CRYPTO_EX_DATA_IMPL *const impl = get_impl();
203 const CRYPTO_EX_DATA_IMPL *const impl = get_impl();
208 return get_impl();
225 const CRYPTO_EX_DATA_IMPL *const impl = get_impl();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
bounds.hpp 44 struct get_impl struct in namespace:boost::numeric::boundsdetail
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-tuple.cpp 177 template<int I, typename Tuple> class get_impl;
179 class get_impl<I, tuple<Head, Values...> > { class
183 typedef get_impl<I-1, tuple<Values...> > Next;
190 class get_impl<0, tuple<Head, Values...> > { class
201 return get_impl<I, tuple<Values...> >::get(t);
207 return get_impl<I, tuple<Values...> >::get(t);
example-bind.cpp 134 template<int I, typename Tuple> class get_impl;
136 class get_impl<I, tuple<Head, Values...> > { class
140 typedef get_impl<I-1, tuple<Values...> > Next;
147 class get_impl<0, tuple<Head, Values...> > { class
158 return get_impl<I, tuple<Values...> >::get(t);
164 return get_impl<I, tuple<Values...> >::get(t);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 250 construct(rhs.get_impl());
276 assign_value(rhs.get_impl(), is_reference_predicate() );
282 construct(rhs.get_impl());
433 void assign_value ( argument_type val, is_not_reference_tag ) { get_impl() = val; }
444 reference_const_type get_impl() const { return dereference(get_object(), is_reference_predicate() ) ; } function in class:boost::optional_detail::optional_base
445 reference_type get_impl() { return dereference(get_object(), is_reference_predicate() ) ; } function in class:boost::optional_detail::optional_base
630 reference_const_type get() const { BOOST_ASSERT(this->is_initialized()) ; return this->get_impl(); }
631 reference_type get() { BOOST_ASSERT(this->is_initialized()) ; return this->get_impl(); }
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspecutil.py 52 impl = spec.get_impl()
APIspec.py 63 def get_impl(self): member in class:Spec
607 impl = spec.get_impl()
  /external/mesa3d/src/mesa/main/
APIspecutil.py 52 impl = spec.get_impl()
APIspec.py 63 def get_impl(self): member in class:Spec
607 impl = spec.get_impl()

Completed in 209 milliseconds