HomeSort by relevance Sort by last modified time
    Searched refs:is_placeholder (Results 1 - 14 of 14) 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
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/protobuf/src/google/protobuf/
descriptor.h 168 bool is_placeholder() const;
729 bool is_placeholder() const;
    [all...]
descriptor_unittest.cc     [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...]
symtab.h 507 is_placeholder() const function in class:gold::Symbol
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 365 milliseconds