Searched refs:FixedSortKeyByteSink (Results 1 – 1 of 1) sorted by relevance
60 class FixedSortKeyByteSink : public SortKeyByteSink { class62 FixedSortKeyByteSink(char *dest, int32_t destCapacity) in FixedSortKeyByteSink() function in __anonf104eaff0111::FixedSortKeyByteSink64 virtual ~FixedSortKeyByteSink();71 FixedSortKeyByteSink::~FixedSortKeyByteSink() {} in ~FixedSortKeyByteSink()74 FixedSortKeyByteSink::AppendBeyondCapacity(const char *bytes, int32_t /*n*/, int32_t length) { in AppendBeyondCapacity()84 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) { in Resize()1323 FixedSortKeyByteSink sink(reinterpret_cast<char *>(dest), capacity); in getSortKey()1430 FixedSortKeyByteSink sink(reinterpret_cast<char *>(dest), count); in internalNextSortKeyPart()