/external/tensorflow/tensorflow/core/framework/ |
D | type_traits.h | 28 struct true_type { struct 41 struct is_quantized<qint8> : true_type {}; argument
|
/external/libcxx/test/support/ |
D | charconv_test_helpers.h | 44 _fits_in(T, true_type /* non-narrowing*/, ...) in _fits_in() argument 51 _fits_in(T v, false_type, true_type /* T signed*/, true_type /* X signed */) in _fits_in() argument 58 _fits_in(T v, false_type, true_type /* T signed */, false_type /* X unsigned*/) in _fits_in() argument
|
/external/clang/test/Headers/ |
D | arm64-apple-ios-types.cpp | 4 struct true_type { struct 13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
|
D | x86_64-apple-macosx-types.cpp | 4 struct true_type { struct 13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
|
D | thumbv7-apple-ios-types.cpp | 4 struct true_type { struct 13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
|
/external/eigen/Eigen/src/Core/util/ |
D | Meta.h | 54 struct true_type { enum { value = 1 }; }; struct
|
/external/clang/test/Modules/Inputs/PR27754/ |
D | RConversionRuleParser.h | 2 typedef integral_constant<bool, true> true_type; typedef
|
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | quiet_NaN.pass.cpp | 23 test_imp(std::true_type) in test_imp()
|
D | signaling_NaN.pass.cpp | 23 test_imp(std::true_type) in test_imp()
|
/external/webrtc/webrtc/base/ |
D | template_util.h | 31 typedef integral_constant<bool, true> true_type; typedef
|
/external/v8/src/base/ |
D | safe_math_impl.h | 36 typedef integral_constant<bool, true> true_type; typedef
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest-message.h | 209 inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) { in StreamHelper()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-message.h | 207 inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) { in StreamHelper()
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-message.h | 206 inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) { in StreamHelper()
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest-message.h | 206 inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) { in StreamHelper()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/ |
D | gtest-message.h | 202 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { in StreamHelper()
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-message.h | 202 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { in StreamHelper()
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest-message.h | 202 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { in StreamHelper()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | template_util.h | 89 typedef integral_constant<bool, true> true_type; typedef
|
/external/libxcam/xcore/ |
D | smartptr.h | 67 RefObj* generate_ref_count (Obj *obj, std::true_type) in generate_ref_count()
|
/external/clang/test/SemaTemplate/ |
D | overload-candidates.cpp | 91 typedef integral_constant<bool, true> true_type; typedef
|
/external/clang/test/SemaCXX/ |
D | warn-comma-operator.cpp | 175 typedef B<true> true_type; typedef
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_logic.c | 491 LLVMTypeRef true_type; in lp_build_any_true_range() local
|
/external/protobuf/src/google/protobuf/ |
D | arena.h | 798 T* ptr, Arena* arena, google::protobuf::internal::true_type) { in CreateInArenaStorageInternal() 809 T*, Arena*, google::protobuf::internal::true_type) {} in RegisterDestructorInternal() 822 void OwnInternal(T* object, google::protobuf::internal::true_type) { in OwnInternal()
|
/external/eigen/Eigen/src/Jacobi/ |
D | Jacobi.h | 157 …acobiRotation<Scalar>::makeGivens(const Scalar& p, const Scalar& q, Scalar* r, internal::true_type) in makeGivens()
|