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

  /external/chromium_org/third_party/cld/base/
template_util.h 49 // Abbreviations: true_type and false_type are structs that represent boolean
52 typedef integral_constant<bool, true> true_type; typedef in namespace:base
54 typedef true_type true_;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
template_util.h 86 // Abbreviations: true_type and false_type are structs that represent boolean
89 typedef integral_constant<bool, true> true_type; typedef in namespace:google::protobuf::internal
91 typedef true_type true_;
  /external/chromium_org/base/
template_util.h 25 typedef integral_constant<bool, true> true_type; typedef in namespace:base
29 template <class T> struct is_pointer<T*> : true_type {};
37 struct is_member_function_pointer<R(Z::*)(A...)> : true_type {};
39 struct is_member_function_pointer<R(Z::*)(A...) const> : true_type {};
43 template <class T> struct is_same<T,T> : true_type {};
46 template<class T, size_t n> struct is_array<T[n]> : public true_type {};
47 template<class T> struct is_array<T[]> : public true_type {};
50 template <class T> struct is_non_const_reference<T&> : true_type {};
54 template <class T> struct is_const<const T> : true_type {};
57 template <> struct is_void<void> : true_type {};
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
template_util.h 27 typedef integral_constant<bool, true> true_type; typedef in namespace:i18n::addressinput
31 template <class T> struct is_pointer<T*> : true_type {};
34 template <class T> struct is_same<T,T> : true_type {};
37 template<class T, size_t n> struct is_array<T[n]> : public true_type {};
38 template<class T> struct is_array<T[]> : public true_type {};
41 template <class T> struct is_non_const_reference<T&> : true_type {};
45 template <> struct is_void<void> : true_type {};
89 // Inherits from true_type if From is convertible to To, false_type otherwise.
91 // Note that if the type is convertible, this will be a true_type REGARDLESS
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
template_util.h 24 typedef integral_constant<bool, true> true_type; typedef in namespace:i18n::phonenumbers
28 template <class T> struct is_pointer<T*> : true_type {};
31 template <class T> struct is_same<T,T> : true_type {};
34 template<class T, size_t n> struct is_array<T[n]> : public true_type {};
35 template<class T> struct is_array<T[]> : public true_type {};
38 template <class T> struct is_non_const_reference<T&> : true_type {};
42 template <> struct is_void<void> : true_type {};
86 // Inherits from true_type if From is convertible to To, false_type otherwise.
88 // Note that if the type is convertible, this will be a true_type REGARDLESS
  /external/chromium_org/third_party/webrtc/base/
template_util.h 29 typedef integral_constant<bool, true> true_type; typedef in namespace:rtc
33 template <class T> struct is_pointer<T*> : true_type {};
36 template <class T> struct is_same<T,T> : true_type {};
39 template<class T, size_t n> struct is_array<T[n]> : public true_type {};
40 template<class T> struct is_array<T[]> : public true_type {};
43 template <class T> struct is_non_const_reference<T&> : true_type {};
47 template <> struct is_void<void> : true_type {};
91 // Inherits from true_type if From is convertible to To, false_type otherwise.
93 // Note that if the type is convertible, this will be a true_type REGARDLESS
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
template_util.h 31 typedef integral_constant<bool, true> true_type; typedef in namespace:webrtc
35 template <class T> struct is_pointer<T*> : true_type {};
38 template <class T> struct is_same<T, T> : true_type {};
41 template<class T, size_t n> struct is_array<T[n]> : public true_type {};
42 template<class T> struct is_array<T[]> : public true_type {};
45 template <class T> struct is_non_const_reference<T&> : true_type {};
49 template <> struct is_void<void> : true_type {};
93 // Inherits from true_type if From is convertible to To, false_type otherwise.
95 // Note that if the type is convertible, this will be a true_type REGARDLESS
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 622 LLVMTypeRef true_type; local
626 true_type = LLVMIntTypeInContext(bld->gallivm->context,
637 val = LLVMBuildTrunc(builder, val, true_type, "");
640 val, LLVMConstNull(true_type), "");
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 89 typedef integral_constant<bool, true> true_type; typedef in namespace:std
  /external/eigen/Eigen/src/Core/util/
Meta.h 25 struct true_type { enum { value = 1 }; }; struct in namespace:Eigen::internal
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 622 LLVMTypeRef true_type; local
626 true_type = LLVMIntTypeInContext(bld->gallivm->context,
637 val = LLVMBuildTrunc(builder, val, true_type, "");
640 val, LLVMConstNull(true_type), "");
  /external/chromium_org/v8/src/base/
safe_math_impl.h 36 typedef integral_constant<bool, true> true_type; typedef in namespace:v8::base::internal
40 template <class T> struct is_same<T, T> : true_type {};
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h 1470 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 1618 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1480 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 1470 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 2108 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2725 typedef bool_constant<true> true_type; typedef in namespace:std::tr1
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2725 typedef bool_constant<true> true_type; typedef in namespace:std::tr1
    [all...]

Completed in 1052 milliseconds