Searched refs:sid_to_mnos_ (Results 1 – 2 of 2) sorted by relevance
405 sid_to_mnos_.clear(); in PreprocessDatabase()421 InsertIntoStringToMNOListMap(&sid_to_mnos_, sid, &mno); in PreprocessDatabase()484 StringToMNOListMap::const_iterator cit = sid_to_mnos_.find(sid); in AppendToCandidatesBySID()485 if (cit == sid_to_mnos_.end()) { in AppendToCandidatesBySID()
172 StringToMNOListMap sid_to_mnos_; variable