Searched refs:str_to_int (Results 1 – 3 of 3) sorted by relevance
163 base::flat_map<std::string, int> str_to_int({{"a", 1}, {"c", 2},{"b", 2}},167 str_to_int.find("c")->second = 3;168 str_to_int.erase("c");169 EXPECT_EQ(str_to_int.end(), str_to_int.find("c")->second);174 str_to_int["c"] = 3;
98 static int str_to_int();120 parse_func = str_to_int; in parse_ranges()221 static int str_to_int(char *str, int *ip) in str_to_int() function
1387 int str_to_int(); in parse_cmdline()