|
RawSpeed
fast raw decoding library
|
Classes | |
| class | RoundDownTest |
| class | RoundUpTest |
| class | roundUpDivisionSafeTest |
| class | IsAlignedTest |
| class | IsInTest |
| class | TrimSpacesTest |
| class | SplitStringTest |
| class | CopyPixelsTest |
Typedefs | |
| using | RoundDownType = std::tuple<uint64_t, uint64_t, uint64_t> |
| using | RoundUpType = std::tuple<uint64_t, uint64_t, uint64_t> |
| using | roundUpDivisionSafeType = std::tuple<uint64_t, uint64_t, uint64_t> |
| using | IsAlignedType = std::tuple<int, int> |
| using | IsInType = std::tuple<string, bool> |
| using | TrimSpacesType = std::tuple<string, string> |
| using | splitStringType = std::tuple<string, char, vector<string>> |
| using | copyPixelsType = std::tuple<int, int, int, int> |
Variables | |
| const RoundDownType | RoundDownValues [] |
| const RoundUpType | RoundUpValues [] |
| const roundUpDivisionSafeType | roundUpDivisionSafeValues [] |
| const IsInType | IsInValues [] |
| const TrimSpacesType | TrimSpacesValues [] |
| const splitStringType | splitStringValues [] |
| using rawspeed_test::anonymous_namespace{CommonTest.cpp}::copyPixelsType = std::tuple<int, int, int, int> |
Definition at line 283 of file CommonTest.cpp.
| using rawspeed_test::anonymous_namespace{CommonTest.cpp}::IsAlignedType = std::tuple<int, int> |
Definition at line 159 of file CommonTest.cpp.
| using rawspeed_test::anonymous_namespace{CommonTest.cpp}::IsInType = std::tuple<string, bool> |
Definition at line 178 of file CommonTest.cpp.
| using rawspeed_test::anonymous_namespace{CommonTest.cpp}::RoundDownType = std::tuple<uint64_t, uint64_t, uint64_t> |
Definition at line 52 of file CommonTest.cpp.
| using rawspeed_test::anonymous_namespace{CommonTest.cpp}::roundUpDivisionSafeType = std::tuple<uint64_t, uint64_t, uint64_t> |
Definition at line 106 of file CommonTest.cpp.
| using rawspeed_test::anonymous_namespace{CommonTest.cpp}::RoundUpType = std::tuple<uint64_t, uint64_t, uint64_t> |
Definition at line 80 of file CommonTest.cpp.
| using rawspeed_test::anonymous_namespace{CommonTest.cpp}::splitStringType = std::tuple<string, char, vector<string>> |
Definition at line 239 of file CommonTest.cpp.
| using rawspeed_test::anonymous_namespace{CommonTest.cpp}::TrimSpacesType = std::tuple<string, string> |
Definition at line 203 of file CommonTest.cpp.
| rawspeed_test::anonymous_namespace{CommonTest.cpp}::INSTANTIATE_TEST_SUITE_P | ( | CopyPixelsTest | , |
| CopyPixelsTest | , | ||
| testing::Combine(testing::Range(1, 4, 1), testing::Range(1, 4, 1), testing::Range(1, 4, 1), testing::Range(1, 4, 1)) | ) |
| rawspeed_test::anonymous_namespace{CommonTest.cpp}::INSTANTIATE_TEST_SUITE_P | ( | IsAlignedTest | , |
| IsAlignedTest | , | ||
| ::testing::Combine(::testing::Range(0, 32), ::testing::Range(0, 32)) | ) |
| rawspeed_test::anonymous_namespace{CommonTest.cpp}::INSTANTIATE_TEST_SUITE_P | ( | IsInTest | , |
| IsInTest | , | ||
| ::testing::ValuesIn(IsInValues) | ) |
References IsInValues.
| rawspeed_test::anonymous_namespace{CommonTest.cpp}::INSTANTIATE_TEST_SUITE_P | ( | RoundDownTest | , |
| RoundDownTest | , | ||
| ::testing::ValuesIn(RoundDownValues) | ) |
References RoundDownValues.
| rawspeed_test::anonymous_namespace{CommonTest.cpp}::INSTANTIATE_TEST_SUITE_P | ( | roundUpDivisionSafeTest | , |
| roundUpDivisionSafeTest | , | ||
| ::testing::ValuesIn(roundUpDivisionSafeValues) | ) |
References roundUpDivisionSafeValues.
| rawspeed_test::anonymous_namespace{CommonTest.cpp}::INSTANTIATE_TEST_SUITE_P | ( | RoundUpTest | , |
| RoundUpTest | , | ||
| ::testing::ValuesIn(RoundUpValues) | ) |
References RoundUpValues.
| rawspeed_test::anonymous_namespace{CommonTest.cpp}::INSTANTIATE_TEST_SUITE_P | ( | SplitStringTest | , |
| SplitStringTest | , | ||
| ::testing::ValuesIn(splitStringValues) | ) |
References splitStringValues.
| rawspeed_test::anonymous_namespace{CommonTest.cpp}::INSTANTIATE_TEST_SUITE_P | ( | TrimSpacesTest | , |
| TrimSpacesTest | , | ||
| ::testing::ValuesIn(TrimSpacesValues) | ) |
References TrimSpacesValues.
| rawspeed_test::anonymous_namespace{CommonTest.cpp}::TEST | ( | MakeUniqueTest | , |
| Test | ) |
Definition at line 272 of file CommonTest.cpp.
Referenced by TEST().
| rawspeed_test::anonymous_namespace{CommonTest.cpp}::TEST_P | ( | CopyPixelsTest | , |
| CopyPixelsTest | ) |
Definition at line 330 of file CommonTest.cpp.
| rawspeed_test::anonymous_namespace{CommonTest.cpp}::TEST_P | ( | IsAlignedTest | , |
| IsAlignedAfterRoundUpTest | ) |
Definition at line 174 of file CommonTest.cpp.
References isAligned(), and roundUp().
Definition at line 199 of file CommonTest.cpp.
References isIn().
| rawspeed_test::anonymous_namespace{CommonTest.cpp}::TEST_P | ( | RoundDownTest | , |
| RoundDownTest | ) |
Definition at line 76 of file CommonTest.cpp.
References roundDown().
| rawspeed_test::anonymous_namespace{CommonTest.cpp}::TEST_P | ( | roundUpDivisionSafeTest | , |
| roundUpDivisionSafeTest | ) |
Definition at line 155 of file CommonTest.cpp.
References roundUpDivisionSafe().
| rawspeed_test::anonymous_namespace{CommonTest.cpp}::TEST_P | ( | RoundUpTest | , |
| RoundUpTest | ) |
Definition at line 104 of file CommonTest.cpp.
References roundUp().
| rawspeed_test::anonymous_namespace{CommonTest.cpp}::TEST_P | ( | SplitStringTest | , |
| SplitStringTest | ) |
Definition at line 266 of file CommonTest.cpp.
References splitString().
| rawspeed_test::anonymous_namespace{CommonTest.cpp}::TEST_P | ( | TrimSpacesTest | , |
| TrimSpacesTest | ) |
Definition at line 237 of file CommonTest.cpp.
References trimSpaces().
| const IsInType rawspeed_test::anonymous_namespace{CommonTest.cpp}::IsInValues[] |
Definition at line 191 of file CommonTest.cpp.
Referenced by INSTANTIATE_TEST_SUITE_P().
| const RoundDownType rawspeed_test::anonymous_namespace{CommonTest.cpp}::RoundDownValues[] |
Definition at line 66 of file CommonTest.cpp.
Referenced by INSTANTIATE_TEST_SUITE_P().
| const roundUpDivisionSafeType rawspeed_test::anonymous_namespace{CommonTest.cpp}::roundUpDivisionSafeValues[] |
Definition at line 121 of file CommonTest.cpp.
Referenced by INSTANTIATE_TEST_SUITE_P().
| const RoundUpType rawspeed_test::anonymous_namespace{CommonTest.cpp}::RoundUpValues[] |
Definition at line 94 of file CommonTest.cpp.
Referenced by INSTANTIATE_TEST_SUITE_P().
| const splitStringType rawspeed_test::anonymous_namespace{CommonTest.cpp}::splitStringValues[] |
Definition at line 253 of file CommonTest.cpp.
Referenced by INSTANTIATE_TEST_SUITE_P().
| const TrimSpacesType rawspeed_test::anonymous_namespace{CommonTest.cpp}::TrimSpacesValues[] |
Definition at line 216 of file CommonTest.cpp.
Referenced by INSTANTIATE_TEST_SUITE_P().