Lines Matching +defs:temp +defs:file
13 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in build() local
23 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in mmap() local
35 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in map() local
47 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in load() local
59 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in read() local
179 static void fread(std::FILE *file, Trie *trie) { in fread()
182 scoped_ptr<grimoire::LoudsTrie> temp( in fread() local
191 static void fwrite(std::FILE *file, const Trie &trie) { in fwrite()
202 scoped_ptr<grimoire::LoudsTrie> temp( in read() local
221 void fread(std::FILE *file, Trie *trie) { in fread()
227 void fwrite(std::FILE *file, const Trie &trie) { in fwrite()