Searched refs:o_put (Results 1 – 2 of 2) sorted by relevance
474 std::vector<uint8_t> o_put; in Update() local476 {} /* timestampToken */, &o_put); in Update()478 if (result.isOk() && output) *output = {o_put.begin(), o_put.end()}; in Update()
625 std::vector<uint8_t> o_put; in Update() local626 result = op_->update(vector<uint8_t>(input.begin(), input.end()), {}, {}, &o_put); in Update()629 output->append(o_put.begin(), o_put.end()); in Update()