Searched refs:OfType (Results 1 - 9 of 9) sorted by relevance
/third_party/json/include/nlohmann/detail/meta/ |
H A D | type_traits.hpp | 606 template<typename OfType, typename T> 608 (std::is_signed<OfType>::value && (sizeof(T) < sizeof(OfType))) 609 || (same_sign<OfType, T>::value && sizeof(OfType) == sizeof(T)) >; 611 template<typename OfType, typename T, 612 bool OfTypeSigned = std::is_signed<OfType>::value, 616 template<typename OfType, typename T> 617 struct value_in_range_of_impl2<OfType, T, false, false> 621 using CommonType = typename std::common_type<OfType, in test() [all...] |
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-containers_test.cc | 54 std::string OfType(const std::string& type_name) { in OfType() function 118 OfType("unsigned short")); in TEST() 124 OfType("unsigned short")); in TEST() 140 "Actual: 0" + OfType("int") + ", which is located @"); in TEST() 161 OfType("int")); in TEST() 328 EXPECT_EQ("which points to 3" + OfType("long") + ", which is 2 more than 1", in TEST_P() 335 EXPECT_EQ("which points to 42" + OfType("int"), Explain(m, &n)); in TEST() 490 EXPECT_EQ("whose given field is 1" + OfType("int"), Explain(m, a)); in TEST_P() 494 "whose given field is 1" + OfType("int") + ", which is 1 more than 0", in TEST_P() 503 EXPECT_EQ("whose field `field_name` is 1" + OfType("in in TEST_P() [all...] |
/third_party/json/tests/src/ |
H A D | unit-32bit.cpp | 18 template <typename OfType, typename T, bool MinInRange, bool MaxInRange> 21 using of_type = OfType;
|
H A D | unit-bjdata.cpp | 103 template <typename OfType, typename T, bool MinInRange, bool MaxInRange> 106 using of_type = OfType;
|
/third_party/skia/third_party/externals/spirv-tools/test/link/ |
H A D | type_match_test.cpp | 82 MatchF(T##OfType##A, MatchPart1(A, a) MatchPart2(T, type, a))
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/ |
H A D | type_match_test.cpp | 82 MatchF(T##OfType##A, MatchPart1(A, a) MatchPart2(T, type, a))
|
/third_party/spirv-tools/test/link/ |
H A D | type_match_test.cpp | 83 MatchF(T##OfType##A, MatchPart1(A, a) MatchPart2(T, type, a))
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 4002 template<typename OfType, typename T> 4004 (std::is_signed<OfType>::value && (sizeof(T) < sizeof(OfType))) 4005 || (same_sign<OfType, T>::value && sizeof(OfType) == sizeof(T)) >; 4007 template<typename OfType, typename T, 4008 bool OfTypeSigned = std::is_signed<OfType>::value, 4012 template<typename OfType, typename T> 4013 struct value_in_range_of_impl2<OfType, T, false, false> 4017 using CommonType = typename std::common_type<OfType, in test() [all...] |
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 1353 // ResultWas::OfType enum 1354 struct ResultWas { enum OfType { 1374 bool isOk( ResultWas::OfType resultType ); 2490 ResultWas::OfType resultType, 2504 ResultWas::OfType resultType, 2573 void handleMessage(ResultWas::OfType resultType, StringRef const& message); 2603 ResultWas::OfType _type ); 2608 ResultWas::OfType type; 2631 ResultWas::OfType type ); 2658 Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultTyp [all...] |
Completed in 25 milliseconds