RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
CoalescingOutputIteratorTest.cpp File Reference
#include "adt/CoalescingOutputIterator.h"
#include "adt/Array1DRef.h"
#include "adt/Casts.h"
#include "common/Common.h"
#include <algorithm>
#include <concepts>
#include <cstddef>
#include <cstdint>
#include <iterator>
#include <numeric>
#include <ostream>
#include <vector>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
Include dependency graph for CoalescingOutputIteratorTest.cpp:

Go to the source code of this file.

Classes

struct  rawspeed::rawpeed_test::anonymous_namespace{CoalescingOutputIteratorTest.cpp}::TypeSpec< T, U >
class  rawspeed::rawpeed_test::anonymous_namespace{CoalescingOutputIteratorTest.cpp}::CoalescingOutputIteratorTest< T >

Namespaces

namespace  rawspeed
namespace  rawspeed::rawpeed_test
namespace  rawspeed::rawpeed_test::anonymous_namespace{CoalescingOutputIteratorTest.cpp}

Typedefs

using rawspeed::rawpeed_test::anonymous_namespace{CoalescingOutputIteratorTest.cpp}::CoalescedPairTypes

Functions

template<typename T>
static bool rawspeed::operator== (const Array1DRef< T > a, const Array1DRef< T > b)
template<typename T>
requires std::same_as<T, std::byte>
static inline ::std::ostream & rawspeed::operator<< (::std::ostream &os, const T &b)
template<typename T>
::std::ostream & rawspeed::operator<< (::std::ostream &os, const Array1DRef< T > &r)
template<typename CoalescedType, typename PartType>
auto rawspeed::rawpeed_test::anonymous_namespace{CoalescingOutputIteratorTest.cpp}::coalesceElts (Array1DRef< const PartType > input)
 rawspeed::rawpeed_test::anonymous_namespace{CoalescingOutputIteratorTest.cpp}::TYPED_TEST_SUITE_P (CoalescingOutputIteratorTest)
 rawspeed::rawpeed_test::anonymous_namespace{CoalescingOutputIteratorTest.cpp}::TYPED_TEST_P (CoalescingOutputIteratorTest, Exhaustive)
 rawspeed::rawpeed_test::anonymous_namespace{CoalescingOutputIteratorTest.cpp}::REGISTER_TYPED_TEST_SUITE_P (CoalescingOutputIteratorTest, Exhaustive)
 rawspeed::rawpeed_test::anonymous_namespace{CoalescingOutputIteratorTest.cpp}::INSTANTIATE_TYPED_TEST_SUITE_P (CoalescedTo, CoalescingOutputIteratorTest, CoalescedPairTypes)