HomeSort by relevance Sort by last modified time
    Searched full:is_placeholder (Results 1 - 25 of 26) sorted by null

1 2

  /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
bind.hpp 28 #include <boost/is_placeholder.hpp>
    [all...]
  /external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
is_placeholder.pass.cpp 12 // struct is_placeholder
20 static_assert(std::is_placeholder<T>::value == Expected, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/
is_placeholder.pass.cpp 12 // struct is_placeholder
20 static_assert(std::is_placeholder<T>::value == Expected, "");
  /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
  /external/libcxx/include/experimental/
functional 27 = is_placeholder<T>::value;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
functional 849 struct is_placeholder
853 const int is_placeholder<_Tp>::value;
907 * Partial specialization of is_placeholder that provides the placeholder
911 struct is_placeholder<_Placeholder<_Num> >
915 const int is_placeholder<_Placeholder<_Num> >::value;
919 struct is_placeholder<std::_Placeholder<_Num>>
924 struct is_placeholder<const std::_Placeholder<_Num>>
1003 bool _IsPlaceholder = (is_placeholder<_Arg>::value > 0)>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
functional 849 struct is_placeholder
853 const int is_placeholder<_Tp>::value;
907 * Partial specialization of is_placeholder that provides the placeholder
911 struct is_placeholder<_Placeholder<_Num> >
915 const int is_placeholder<_Placeholder<_Num> >::value;
919 struct is_placeholder<std::_Placeholder<_Num>>
924 struct is_placeholder<const std::_Placeholder<_Num>>
1003 bool _IsPlaceholder = (is_placeholder<_Arg>::value > 0)>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
functional 849 struct is_placeholder
853 const int is_placeholder<_Tp>::value;
907 * Partial specialization of is_placeholder that provides the placeholder
911 struct is_placeholder<_Placeholder<_Num> >
915 const int is_placeholder<_Placeholder<_Num> >::value;
919 struct is_placeholder<std::_Placeholder<_Num>>
924 struct is_placeholder<const std::_Placeholder<_Num>>
1003 bool _IsPlaceholder = (is_placeholder<_Arg>::value > 0)>
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
functional 849 struct is_placeholder
853 const int is_placeholder<_Tp>::value;
907 * Partial specialization of is_placeholder that provides the placeholder
911 struct is_placeholder<_Placeholder<_Num> >
915 const int is_placeholder<_Placeholder<_Num> >::value;
919 struct is_placeholder<std::_Placeholder<_Num>>
924 struct is_placeholder<const std::_Placeholder<_Num>>
1003 bool _IsPlaceholder = (is_placeholder<_Arg>::value > 0)>
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
functional 211 template<class T> struct is_placeholder;
    [all...]
__functional_03     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
functional 211 template<class T> struct is_placeholder;
    [all...]
__functional_03     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 168 bool is_placeholder() const;
729 bool is_placeholder() const;
    [all...]
descriptor_unittest.cc     [all...]
  /external/libcxx/include/
functional 211 template<class T> struct is_placeholder;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
functional 982 struct is_placeholder
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
functional 982 struct is_placeholder
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
functional 982 struct is_placeholder
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
functional 950 struct is_placeholder
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 218 bool is_placeholder() const;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
target-reloc.h 183 if (!sym->is_undefined() && !sym->is_placeholder())
resolve.cc 467 && !to->is_placeholder())
    [all...]

Completed in 1087 milliseconds

1 2