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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
is_placeholder.hpp 11 // is_placeholder.hpp - TR1 is_placeholder metafunction
24 template< class T > struct is_placeholder struct in namespace:boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
arg.hpp 23 #include <boost/is_placeholder.hpp>
36 // static assert I == is_placeholder<T>::value
37 typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
48 template< int I > struct is_placeholder< arg<I> > struct in namespace:boost
53 template< int I > struct is_placeholder< arg<I> (*) () > struct in namespace:boost
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 226 template<typename T> struct is_placeholder { struct
276 inline typename safe_tuple_element<is_placeholder<Bound>::value -1,
279 return get<is_placeholder<Bound>::value-1>(args);
313 && !is_placeholder<Bound>::value
335 struct is_placeholder<placeholder<N>> { struct
  /toolchain/binutils/binutils-2.25/gold/
symtab.h 507 is_placeholder() const function in class:gold::Symbol
    [all...]

Completed in 720 milliseconds