HomeSort by relevance Sort by last modified time
    Searched refs:false_type (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
find_no_store_hash_fn_imps.hpp 45 find_key_pointer(const_key_reference r_key, false_type)
constructor_destructor_no_store_hash_fn_imps.hpp 46 false_type)
debug_no_store_hash_fn_imps.hpp 46 assert_entry_array_valid(const entry_array a_entries, false_type) const
resize_no_store_hash_fn_imps.hpp 46 false_type)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
find_no_store_hash_fn_imps.hpp 45 find_key_pointer(const_key_reference r_key, false_type)
constructor_destructor_no_store_hash_fn_imps.hpp 46 false_type)
debug_no_store_hash_fn_imps.hpp 46 assert_entry_array_valid(const entry_array a_entries, false_type) const
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
find_no_store_hash_fn_imps.hpp 45 find_key_pointer(const_key_reference r_key, false_type)
constructor_destructor_no_store_hash_fn_imps.hpp 46 false_type)
debug_no_store_hash_fn_imps.hpp 46 assert_entry_array_valid(const entry_array a_entries, false_type) const
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
debug_no_store_hash_fn_imps.hpp 46 assert_entry_pointer_valid(const entry_pointer p, false_type) const
constructor_destructor_no_store_hash_fn_imps.hpp 46 false_type)
resize_no_store_hash_fn_imps.hpp 45 resize_imp_no_exceptions_reassign_pointer(entry_pointer p_e, entry_pointer_array a_p_entries_resized, false_type)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
debug_no_store_hash_fn_imps.hpp 46 assert_entry_pointer_valid(const entry_pointer p, false_type) const
constructor_destructor_no_store_hash_fn_imps.hpp 46 false_type)
resize_no_store_hash_fn_imps.hpp 45 resize_imp_no_exceptions_reassign_pointer(entry_pointer p_e, entry_pointer_array a_p_entries_resized, false_type)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
debug_no_store_hash_fn_imps.hpp 46 assert_entry_pointer_valid(const entry_pointer p, false_type) const
constructor_destructor_no_store_hash_fn_imps.hpp 46 false_type)
resize_no_store_hash_fn_imps.hpp 45 resize_imp_no_exceptions_reassign_pointer(entry_pointer p_e, entry_pointer_array a_p_entries_resized, false_type)
  /external/chromium/base/
template_util.h 27 typedef integral_constant<bool, false> false_type; typedef in namespace:base
29 template <class T> struct is_pointer : false_type {};
32 template<class> struct is_array : public false_type {};
36 template <class T> struct is_non_const_reference : false_type {};
38 template <class T> struct is_non_const_reference<const T&> : false_type {};
82 // Inherits from true_type if From is convertible to To, false_type otherwise.
bind_internal_win.h 28 typedef false_type IsMethod;
35 typedef false_type IsMethod;
42 typedef false_type IsMethod;
51 typedef false_type IsMethod;
60 typedef false_type IsMethod;
70 typedef false_type IsMethod;
80 typedef false_type IsMethod;
91 typedef false_type IsMethod;
102 typedef false_type IsMethod;
114 typedef false_type IsMethod
    [all...]
bind_helpers.h 164 struct UnsafeBindtoRefCountedArgHelper : false_type {
173 struct UnsafeBindtoRefCountedArg : false_type {
220 struct MaybeRefcount<base::false_type, T> {
226 struct MaybeRefcount<base::false_type, T[n]> {
  /external/astl/tests/
test_type_traits.cpp 39 using std::false_type;
44 EXPECT_TRUE(false_type::value == false);
46 EXPECT_TRUE(false_type::type::value == false);
53 typedef false_type::value_type false_value_type;
54 typedef false_type::type false_type; typedef
55 typedef false_type::type::value_type false_type_value_type;
56 typedef false_type::type::type false_type_type;
  /external/astl/include/
type_traits.h 81 typedef integral_constant<bool, false> false_type; typedef in namespace:std
85 template<typename> struct is_integral : public false_type { };
109 template<typename> struct is_floating_point : public false_type { };
122 template<typename> struct is_pointer : public false_type { };
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
find_fn_imps.hpp 63 top_imp(false_type) const

Completed in 1135 milliseconds

1 2 3 4 5