Searched refs:tmpVector (Results 1 – 1 of 1) sorted by relevance
221 auto tmpVector = AnyCast<std::vector<uint8_t>>(value); in PutBuffer() local222 …FALSE_RETURN_V_MSG_E(tmpVector != nullptr, false, "Any value is invalid. Key: " PUBLIC_LOG_S, key.… in PutBuffer()224 tmpVector->resize(size); in PutBuffer()225 uint8_t *anyAddr = tmpVector->data(); in PutBuffer()