Searched defs:split (Results 1 – 3 of 3) sorted by relevance
52 std::string split; in getStateResidencies() local61 for (std::string split; std::getline(ssLine, split, ' ');) { in getStateResidencies() local
62 auto split = android::base::Split(buf, ":"); in main() local
11074 hidl_vec<hidl_string> split(hidl_string str) { in split() function