Searched refs:uniNameLoc (Results 1 – 1 of 1) sorted by relevance
365 const std::pair<std::string, int>& uniNameLoc) { in onSave() argument366 stream->putString(uniNameLoc.first); in onSave()367 stream->putBe32(uniNameLoc.second); in onSave()