true_type 489 base/bind_helpers.h struct IsWeakMethod<true, WeakPtr<T> > : public true_type {}; true_type 492 base/bind_helpers.h struct IsWeakMethod<true, ConstRefWrapper<WeakPtr<T> > > : public true_type {}; true_type 127 base/bind_internal.h typedef true_type IsMethod; true_type 146 base/bind_internal.h typedef true_type IsMethod; true_type 183 base/bind_internal.h typedef true_type IsMethod; true_type 202 base/bind_internal.h typedef true_type IsMethod; true_type 240 base/bind_internal.h typedef true_type IsMethod; true_type 260 base/bind_internal.h typedef true_type IsMethod; true_type 301 base/bind_internal.h typedef true_type IsMethod; true_type 323 base/bind_internal.h typedef true_type IsMethod; true_type 368 base/bind_internal.h typedef true_type IsMethod; true_type 392 base/bind_internal.h typedef true_type IsMethod; true_type 440 base/bind_internal.h typedef true_type IsMethod; true_type 465 base/bind_internal.h typedef true_type IsMethod; true_type 516 base/bind_internal.h typedef true_type IsMethod; true_type 543 base/bind_internal.h typedef true_type IsMethod; true_type 597 base/bind_internal.h typedef true_type IsMethod; true_type 625 base/bind_internal.h typedef true_type IsMethod; true_type 29 base/template_util.h template <class T> struct is_pointer<T*> : true_type {}; true_type 37 base/template_util.h struct is_member_function_pointer<R(Z::*)()> : true_type {}; true_type 39 base/template_util.h struct is_member_function_pointer<R(Z::*)() const> : true_type {}; true_type 42 base/template_util.h struct is_member_function_pointer<R(Z::*)(A)> : true_type {}; true_type 44 base/template_util.h struct is_member_function_pointer<R(Z::*)(A) const> : true_type {}; true_type 47 base/template_util.h struct is_member_function_pointer<R(Z::*)(A, B)> : true_type {}; true_type 49 base/template_util.h struct is_member_function_pointer<R(Z::*)(A, B) const> : true_type {}; true_type 52 base/template_util.h struct is_member_function_pointer<R(Z::*)(A, B, C)> : true_type {}; true_type 54 base/template_util.h struct is_member_function_pointer<R(Z::*)(A, B, C) const> : true_type {}; true_type 58 base/template_util.h struct is_member_function_pointer<R(Z::*)(A, B, C, D)> : true_type {}; true_type 61 base/template_util.h struct is_member_function_pointer<R(Z::*)(A, B, C, D) const> : true_type {}; true_type 65 base/template_util.h template <class T> struct is_same<T,T> : true_type {}; true_type 68 base/template_util.h template<class T, size_t n> struct is_array<T[n]> : public true_type {}; true_type 69 base/template_util.h template<class T> struct is_array<T[]> : public true_type {}; true_type 72 base/template_util.h template <class T> struct is_non_const_reference<T&> : true_type {}; true_type 76 base/template_util.h template <class T> struct is_const<const T> : true_type {}; true_type 79 base/template_util.h template <> struct is_void<void> : true_type {}; true_type 138 google_apis/drive/test_util.h struct IsMovable<scoped_ptr<T, D> > : base::true_type {}; true_type 208 third_party/cld/base/macros.h template<> struct is_pod<TypeName> : true_type { }; \ true_type 237 third_party/cld/base/macros.h template <> struct ERROR_TYPE_MUST_BE_POD<base::true_type> { }; true_type 54 third_party/cld/base/template_util.h typedef true_type true_; true_type 38 third_party/cld/base/type_traits.h template<> struct is_integral<bool> : true_type { }; true_type 39 third_party/cld/base/type_traits.h template<> struct is_integral<char> : true_type { }; true_type 40 third_party/cld/base/type_traits.h template<> struct is_integral<unsigned char> : true_type { }; true_type 41 third_party/cld/base/type_traits.h template<> struct is_integral<signed char> : true_type { }; true_type 46 third_party/cld/base/type_traits.h template<> struct is_integral<__wchar_t> : true_type { }; true_type 48 third_party/cld/base/type_traits.h template<> struct is_integral<wchar_t> : true_type { }; true_type 50 third_party/cld/base/type_traits.h template<> struct is_integral<short> : true_type { }; true_type 51 third_party/cld/base/type_traits.h template<> struct is_integral<unsigned short> : true_type { }; true_type 52 third_party/cld/base/type_traits.h template<> struct is_integral<int> : true_type { }; true_type 53 third_party/cld/base/type_traits.h template<> struct is_integral<unsigned int> : true_type { }; true_type 54 third_party/cld/base/type_traits.h template<> struct is_integral<long> : true_type { }; true_type 55 third_party/cld/base/type_traits.h template<> struct is_integral<unsigned long> : true_type { }; true_type 56 third_party/cld/base/type_traits.h template<> struct is_integral<long long> : true_type { }; true_type 57 third_party/cld/base/type_traits.h template<> struct is_integral<unsigned long long> : true_type { }; true_type 62 third_party/cld/base/type_traits.h template<> struct is_floating_point<float> : true_type { }; true_type 63 third_party/cld/base/type_traits.h template<> struct is_floating_point<double> : true_type { }; true_type 64 third_party/cld/base/type_traits.h template<> struct is_floating_point<long double> : true_type { }; true_type 69 third_party/cld/base/type_traits.h template <class T> struct is_pointer<T*> : true_type { }; true_type 74 third_party/cld/base/type_traits.h template<typename T> struct is_reference<T&> : true_type {}; true_type 28 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/template_util.h template <class T> struct is_pointer<T*> : true_type {}; true_type 31 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/template_util.h template <class T> struct is_same<T,T> : true_type {}; true_type 34 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/template_util.h template<class T, size_t n> struct is_array<T[n]> : public true_type {}; true_type 35 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/template_util.h template<class T> struct is_array<T[]> : public true_type {}; true_type 38 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/template_util.h template <class T> struct is_non_const_reference<T&> : true_type {}; true_type 42 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/template_util.h template <> struct is_void<void> : true_type {}; true_type 91 third_party/protobuf/src/google/protobuf/stubs/template_util.h typedef true_type true_; true_type 56 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc EXPECT_TRUE(true_type::value); true_type 97 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<> struct is_integral<bool> : true_type { }; true_type 98 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<> struct is_integral<char> : true_type { }; true_type 99 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<> struct is_integral<unsigned char> : true_type { }; true_type 100 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<> struct is_integral<signed char> : true_type { }; true_type 105 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<> struct is_integral<__wchar_t> : true_type { }; true_type 107 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<> struct is_integral<wchar_t> : true_type { }; true_type 109 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<> struct is_integral<short> : true_type { }; true_type 110 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<> struct is_integral<unsigned short> : true_type { }; true_type 111 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<> struct is_integral<int> : true_type { }; true_type 112 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<> struct is_integral<unsigned int> : true_type { }; true_type 113 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<> struct is_integral<long> : true_type { }; true_type 114 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<> struct is_integral<unsigned long> : true_type { }; true_type 116 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<> struct is_integral<long long> : true_type { }; true_type 117 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<> struct is_integral<unsigned long long> : true_type { }; true_type 126 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<> struct is_floating_point<float> : true_type { }; true_type 127 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<> struct is_floating_point<double> : true_type { }; true_type 128 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<> struct is_floating_point<long double> : true_type { }; true_type 140 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template <class T> struct is_pointer<T*> : true_type { }; true_type 196 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<typename T> struct is_reference<T&> : true_type {}; true_type 299 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<typename T> struct is_same<T, T> : public true_type { }; true_type 84 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc template<> struct has_trivial_copy<C> : true_type { }; true_type 102 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc template<> struct has_trivial_assign<D> : true_type { }; true_type 118 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc template<> struct has_trivial_constructor<E> : true_type { }; true_type 136 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc template<> struct has_trivial_destructor<F> : true_type { };