Searched refs:mLastKey (Results 1 – 1 of 1) sorted by relevance
549 auto savedKey = mLastKey; in encodeMap()550 mLastKey = std::span<uint8_t>{}; in encodeMap()554 mLastKey = savedKey; in encodeMap()726 std::optional<std::span<const uint8_t>> mLastKey = std::nullopt; variable747 if (mState != State::kEncoding || !mLastKey.has_value()) { in encodeKeyCanonicalOrder()770 if (mComparer.keyLess(mLastKey.value(), newKey)) { in encodeKeyCanonicalOrder()771 mLastKey = newKey; in encodeKeyCanonicalOrder()