Searched refs:default_map (Results 1 – 2 of 2) sorted by relevance
60 map<string,string> *default_map = new map<string,string>; in Input() local64 build_map(default_map, default_text); in Input()67 map<string,string>::const_iterator iter = default_map->begin(); in Input()68 for ( ; iter != default_map->end(); ++iter ) { in Input()77 delete default_map; in Input()
37 map<string,string> *default_map; variable