Searched refs:o_put (Results 1 – 2 of 2) sorted by relevance
297 std::vector<uint8_t> o_put; in Update() local299 {} /* timestampToken */, &o_put); in Update()301 if (result.isOk() && output) *output = {o_put.begin(), o_put.end()}; in Update()
512 std::vector<uint8_t> o_put; in Update() local513 result = op_->update(vector<uint8_t>(input.begin(), input.end()), {}, {}, &o_put); in Update()515 if (result.isOk()) output->append(o_put.begin(), o_put.end()); in Update()