Searched refs:ignore_ (Results 1 – 3 of 3) sorted by relevance
36 appended_(0), ignore_(0) {} in SortKeyByteSink()39 void IgnoreBytes(int32_t numIgnore) { ignore_ = numIgnore; } in IgnoreBytes()43 if (ignore_ > 0) { in Append()44 --ignore_; in Append()64 return ignore_ + capacity_ - appended_; in GetRemainingCapacity()83 int32_t ignore_; variable
34 if (ignore_ > 0) { in Append()35 int32_t ignoreRest = ignore_ - n; in Append()37 ignore_ = ignoreRest; in Append()40 bytes += ignore_; in Append()42 ignore_ = 0; in Append()68 if (ignore_ > 0) { in GetAppendBuffer()
754 functions. To do this, simply include the text "ignore_" in the766 before the "ignore_" text.