|
RawSpeed
fast raw decoding library
|
Classes | |
| class | PointTest |
| class | HasPositiveAreaTest |
| class | AreaTest |
| class | OperatorsTest |
| class | SmallestTest |
Typedefs | |
| using | IntPair = pair<int, int> |
| using | Six = std::tuple<IntPair, IntPair, IntPair> |
| using | hasPositiveAreaType = std::tuple<int, int> |
| using | areaType = tuple<IntPair, iPoint2D::area_type> |
| using | operatorsType |
Variables | |
| constexpr iPoint2D::area_type | maxVal |
| constexpr iPoint2D::area_type | minVal |
| constexpr iPoint2D::area_type | absMinVal = -minVal |
| constexpr iPoint2D::area_type | maxAreaVal = maxVal * maxVal |
| constexpr iPoint2D::area_type | minAreaVal = absMinVal * absMinVal |
| constexpr iPoint2D::area_type | mixAreaVal = maxVal * absMinVal |
| const Six | valueSum [] |
| const iPoint2D | PositiveAreaData [] |
| const areaType | valueArea [] |
| const operatorsType | operatorsValues [] |
| const Six | smallestValues [] |
| using rawspeed_test::anonymous_namespace{PointTest.cpp}::areaType = tuple<IntPair, iPoint2D::area_type> |
Definition at line 358 of file PointTest.cpp.
| using rawspeed_test::anonymous_namespace{PointTest.cpp}::hasPositiveAreaType = std::tuple<int, int> |
Definition at line 327 of file PointTest.cpp.
| using rawspeed_test::anonymous_namespace{PointTest.cpp}::IntPair = pair<int, int> |
Definition at line 152 of file PointTest.cpp.
| using rawspeed_test::anonymous_namespace{PointTest.cpp}::operatorsType |
Definition at line 426 of file PointTest.cpp.
| using rawspeed_test::anonymous_namespace{PointTest.cpp}::Six = std::tuple<IntPair, IntPair, IntPair> |
Definition at line 153 of file PointTest.cpp.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::INSTANTIATE_TEST_SUITE_P | ( | AreaTest | , |
| AreaTest | , | ||
| ::testing::ValuesIn(valueArea) | ) |
References valueArea.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::INSTANTIATE_TEST_SUITE_P | ( | GetSmallestTest | , |
| SmallestTest | , | ||
| ::testing::ValuesIn(smallestValues) | ) |
References smallestValues.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::INSTANTIATE_TEST_SUITE_P | ( | HasPositiveAreaTest | , |
| HasPositiveAreaTest | , | ||
| ::testing::Combine(::testing::Range(-2, 3), ::testing::Range(-2, 3)) | ) |
| rawspeed_test::anonymous_namespace{PointTest.cpp}::INSTANTIATE_TEST_SUITE_P | ( | OperatorsTests | , |
| OperatorsTest | , | ||
| ::testing::ValuesIn(operatorsValues) | ) |
References operatorsValues.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::INSTANTIATE_TEST_SUITE_P | ( | SumTest | , |
| PointTest | , | ||
| ::testing::ValuesIn(valueSum) | ) |
References valueSum.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST | ( | PointTest | , |
| AssignmentConstructor | ) |
Definition at line 97 of file PointTest.cpp.
References TEST(), rawspeed::iPoint2D::x, x, rawspeed::iPoint2D::y, and y.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST | ( | PointTest | , |
| Constructor | ) |
Definition at line 59 of file PointTest.cpp.
References TEST(), rawspeed::iPoint2D::x, x, rawspeed::iPoint2D::y, and y.
Referenced by TEST(), TEST(), TEST(), and TEST().
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST | ( | PointTest | , |
| EqualityOperator | ) |
Definition at line 129 of file PointTest.cpp.
References TEST().
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST | ( | PointTest | , |
| NonEqualityOperator | ) |
Definition at line 138 of file PointTest.cpp.
References TEST().
Definition at line 422 of file PointTest.cpp.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST_P | ( | HasPositiveAreaTest | , |
| HasPositiveAreaTest | ) |
Definition at line 348 of file PointTest.cpp.
References PositiveAreaData.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST_P | ( | OperatorsTest | , |
| OperatorEQTest | ) |
Definition at line 676 of file PointTest.cpp.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST_P | ( | OperatorsTest | , |
| OperatorGEest | ) |
Definition at line 698 of file PointTest.cpp.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST_P | ( | OperatorsTest | , |
| OperatorGTest | ) |
Definition at line 689 of file PointTest.cpp.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST_P | ( | OperatorsTest | , |
| OperatorLETest | ) |
Definition at line 694 of file PointTest.cpp.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST_P | ( | OperatorsTest | , |
| OperatorLTTest | ) |
Definition at line 685 of file PointTest.cpp.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST_P | ( | OperatorsTest | , |
| OperatorNETest | ) |
Definition at line 680 of file PointTest.cpp.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST_P | ( | OperatorsTest | , |
| OperatorsTest | ) |
Definition at line 703 of file PointTest.cpp.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST_P | ( | PointTest | , |
| AddTest1 | ) |
Definition at line 289 of file PointTest.cpp.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST_P | ( | PointTest | , |
| AddTest2 | ) |
Definition at line 295 of file PointTest.cpp.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST_P | ( | PointTest | , |
| InPlaceAddTest1 | ) |
Definition at line 277 of file PointTest.cpp.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST_P | ( | PointTest | , |
| InPlaceAddTest2 | ) |
Definition at line 283 of file PointTest.cpp.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST_P | ( | PointTest | , |
| InPlaceSubTest1 | ) |
Definition at line 302 of file PointTest.cpp.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST_P | ( | PointTest | , |
| InPlaceSubTest2 | ) |
Definition at line 308 of file PointTest.cpp.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST_P | ( | PointTest | , |
| SubTest1 | ) |
Definition at line 314 of file PointTest.cpp.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST_P | ( | PointTest | , |
| SubTest2 | ) |
Definition at line 320 of file PointTest.cpp.
| rawspeed_test::anonymous_namespace{PointTest.cpp}::TEST_P | ( | SmallestTest | , |
| GetSmallestTest | ) |
Definition at line 812 of file PointTest.cpp.
|
constexpr |
Definition at line 54 of file PointTest.cpp.
|
constexpr |
Definition at line 55 of file PointTest.cpp.
|
constexpr |
Definition at line 50 of file PointTest.cpp.
|
constexpr |
Definition at line 56 of file PointTest.cpp.
|
constexpr |
Definition at line 52 of file PointTest.cpp.
|
constexpr |
Definition at line 57 of file PointTest.cpp.
| const operatorsType rawspeed_test::anonymous_namespace{PointTest.cpp}::operatorsValues[] |
Definition at line 509 of file PointTest.cpp.
Referenced by INSTANTIATE_TEST_SUITE_P().
| const iPoint2D rawspeed_test::anonymous_namespace{PointTest.cpp}::PositiveAreaData[] |
Definition at line 342 of file PointTest.cpp.
Referenced by TEST_P().
| const Six rawspeed_test::anonymous_namespace{PointTest.cpp}::smallestValues[] |
Definition at line 724 of file PointTest.cpp.
Referenced by INSTANTIATE_TEST_SUITE_P().
| const areaType rawspeed_test::anonymous_namespace{PointTest.cpp}::valueArea[] |
Definition at line 390 of file PointTest.cpp.
Referenced by INSTANTIATE_TEST_SUITE_P().
| const Six rawspeed_test::anonymous_namespace{PointTest.cpp}::valueSum[] |
Definition at line 192 of file PointTest.cpp.
Referenced by INSTANTIATE_TEST_SUITE_P().