Searched refs:SortKeyByteSink (Results 1 – 2 of 2) sorted by relevance
535 class SortKeyByteSink; variable550 icu::SortKeyByteSink &result,559 icu::SortKeyByteSink &result,567 icu::SortKeyByteSink &result,
4294 class SortKeyByteSink : public ByteSink { class4296 SortKeyByteSink(char *dest, int32_t destCapacity) in SortKeyByteSink() function in SortKeyByteSink4306 virtual ~SortKeyByteSink();4347 SortKeyByteSink(const SortKeyByteSink &); // copy constructor not implemented4348 SortKeyByteSink &operator=(const SortKeyByteSink &); // assignment operator not implemented4351 SortKeyByteSink::~SortKeyByteSink() {} in ~SortKeyByteSink()4354 SortKeyByteSink::Append(const char *bytes, int32_t n) { in Append()4372 SortKeyByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer()4394 class FixedSortKeyByteSink : public SortKeyByteSink {4397 : SortKeyByteSink(dest, destCapacity) {} in FixedSortKeyByteSink()[all …]