Searched refs:State (Results 1 – 5 of 5) sorted by relevance
488 enum class State { enum508 mState = State::kOverflowed; in encodeTag()525 mState = State::kOverflowed; in encodeArray()542 mState = State::kOverflowed; in encodeMap()643 if (CborOutOverflowed(&mOut) || mState == State::kOverflowed) { in copyBytes()647 if (mState != State::kEncoding) { in copyBytes()648 mState = State::kInvalid; in copyBytes()671 mState = State::kOverflowed; in copyBytes()676 assert(mState != State::kEmptied && "buffer was moved out of encoder"); in intoVec()677 assert(mState != State::kInvalid && "encoder is in an invalid state"); in intoVec()[all …]
213 EXPECT_EQ(canonical.state(), cbor::VectorCborEncoder::State::kEncoding); in TEST()228 cbor::VectorCborEncoder::State::kEncoding); in TEST()238 EXPECT_EQ(nonCanonical.state(), cbor::VectorCborEncoder::State::kInvalid); in TEST()255 cbor::VectorCborEncoder::State::kInvalid); in TEST()266 EXPECT_EQ(enc.state(), cbor::VectorCborEncoder::State::kInvalid); in TEST()371 EXPECT_EQ(enc.state(), cbor::VectorCborEncoder::State::kOverflowed);
20 ### Reading/Writing Verified Boot Lock State35 ### Locking Boot State
110 - State after completing transaction. The second super block is now the most
1694 minfo.State != MEM_COMMIT || minfo.RegionSize > size) in win32munmap()