Home | History | Annotate | Download | only in sync

Lines Matching defs:values1

927   std::vector<string16> values1;
928 profile1.GetRawMultiInfo(field_type, &values1);
933 for (size_t i = 0; i < values1.size(); ++i)
934 values_set.insert(values1[i]);