Searched refs:FixedSortKeyByteSink (Results 1 – 1 of 1) sorted by relevance
62 class FixedSortKeyByteSink : public SortKeyByteSink { class64 FixedSortKeyByteSink(char *dest, int32_t destCapacity) in FixedSortKeyByteSink() function in __anon9205d4c80111::FixedSortKeyByteSink66 virtual ~FixedSortKeyByteSink();73 FixedSortKeyByteSink::~FixedSortKeyByteSink() {} in ~FixedSortKeyByteSink()76 FixedSortKeyByteSink::AppendBeyondCapacity(const char *bytes, int32_t /*n*/, int32_t length) { in AppendBeyondCapacity()86 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) { in Resize()1325 FixedSortKeyByteSink sink(reinterpret_cast<char *>(dest), capacity); in getSortKey()1432 FixedSortKeyByteSink sink(reinterpret_cast<char *>(dest), count); in internalNextSortKeyPart()