Searched refs:res_with_blobs (Results 1 – 1 of 1) sorted by relevance
1658 std::vector<std::tuple<std::map<std::string, std::vector<uint8_t>>, json>> res_with_blobs; in GetNext() local1680 res_with_blobs.emplace_back(std::move(key_with_blob_fields), std::move(std::get<1>(*iter))); in GetNext()1683 return res_with_blobs; in GetNext()