Lines Matching refs:vals
529 std::vector<std::string> vals; variable
535 status = MultiGet(options, cf, user_keys, &vals);
537 for (auto& value : vals) {
551 std::vector<std::string> vals; variable
558 status = MultiGet(options, cf, user_keys, &vals, &tss);
561 for (auto& value : vals) {
593 std::vector<std::string> vals; variable
599 status = MultiGet(options, cf, user_keys, &vals);
601 for (auto& value : vals) {
613 std::vector<std::string> vals; variable
620 status = MultiGet(options, cf, user_keys, &vals, &tss);
623 for (auto& value : vals) {