Home
last modified time | relevance | path

Searched refs:InRange (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Tools.Tests/
DDepFileUtilTest.cs124 Assert.That(deps, Has.Length.InRange(4, 5)); // foo.proto may or may not be listed. in ReadDependencyInput_FullFile1()
136 Assert.That(deps, Has.Length.InRange(1, 2)); in ReadDependencyInput_FullFile2()
/third_party/boost/libs/graph/test/
Dtest_direction.hpp74 typedef std::pair< InIter, InIter > InRange; in test_indirected_graph() typedef
75 typedef std::vector< InRange > InSet; in test_indirected_graph()
/third_party/jsoncpp/src/lib_json/
Djson_value.cpp79 static inline bool InRange(double d, T min, U max) { in InRange() function
95 static inline bool InRange(double d, T min, U max) { in InRange() function
661 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), in asInt()
683 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt), in asUInt()
706 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt64, maxInt64), in asInt64()
727 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64), in asUInt64()
834 (type() == realValue && InRange(value_.real_, minInt, maxInt)) || in isConvertibleTo()
838 (type() == realValue && InRange(value_.real_, 0, maxUInt)) || in isConvertibleTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMicroMipsSizeReduction.cpp327 static bool InRange(int64_t Value, unsigned short Shift, int LBound, in InRange() function
344 if (!InRange(offset, Entry.Shift(), Entry.LBound(), Entry.HBound())) in ImmInRange()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2435 static inline bool InRange(double d, T min, U max) { in InRange() function
2448 static inline bool InRange(double d, T min, U max) { in InRange() function
3040 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), in asInt()
3062 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt), in asUInt()
3085 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt64, maxInt64), in asInt64()
3106 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64), in asUInt64()
3209 (type_ == realValue && InRange(value_.real_, minInt, maxInt)) || in isConvertibleTo()
3213 (type_ == realValue && InRange(value_.real_, 0, maxUInt)) || in isConvertibleTo()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2435 static inline bool InRange(double d, T min, U max) { in InRange() function
2448 static inline bool InRange(double d, T min, U max) { in InRange() function
3040 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), in asInt()
3062 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt), in asUInt()
3085 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt64, maxInt64), in asInt64()
3106 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64), in asUInt64()
3209 (type_ == realValue && InRange(value_.real_, minInt, maxInt)) || in isConvertibleTo()
3213 (type_ == realValue && InRange(value_.real_, 0, maxUInt)) || in isConvertibleTo()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2435 static inline bool InRange(double d, T min, U max) { in InRange() function
2448 static inline bool InRange(double d, T min, U max) { in InRange() function
3040 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), in asInt()
3062 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt), in asUInt()
3085 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt64, maxInt64), in asInt64()
3106 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64), in asUInt64()
3209 (type_ == realValue && InRange(value_.real_, minInt, maxInt)) || in isConvertibleTo()
3213 (type_ == realValue && InRange(value_.real_, 0, maxUInt)) || in isConvertibleTo()
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2471 static inline bool InRange(double d, T min, U max) { in InRange() function
2484 static inline bool InRange(double d, T min, U max) { in InRange() function
3072 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), in asInt()
3094 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt), in asUInt()
3117 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt64, maxInt64), in asInt64()
3138 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64), in asUInt64()
3242 (type_ == realValue && InRange(value_.real_, minInt, maxInt)) || in isConvertibleTo()
3246 (type_ == realValue && InRange(value_.real_, 0, maxUInt)) || in isConvertibleTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp2399 bool InRange = true; in ConstantFoldGetElementPtr() local
2402 InRange &= isIndexInRangeOfArrayType(STy->getNumElements(), CI); in ConstantFoldGetElementPtr()
2408 if (InRange || Unknown) in ConstantFoldGetElementPtr()
/third_party/googletest/docs/
Dgmock_cook_book.md1060 EXPECT_CALL(foo, InRange(Ne(0), _))
1064 says that the first argument of `InRange()` must not be 0, and must be less than