Searched refs:dictionaryStructureWithBufferPolicy (Results 1 – 3 of 3) sorted by relevance
61 if (!dictionaryStructureWithBufferPolicy) { in latinime_BinaryDictionary_open()66 new Dictionary(env, std::move(dictionaryStructureWithBufferPolicy)); in latinime_BinaryDictionary_open()91 if (!dictionaryStructureWithBufferPolicy) { in latinime_BinaryDictionary_createOnMemory()95 new Dictionary(env, std::move(dictionaryStructureWithBufferPolicy)); in latinime_BinaryDictionary_createOnMemory()561 if (!dictionaryStructureWithBufferPolicy) { in latinime_BinaryDictionary_migrateNative()579 dictionaryStructureWithBufferPolicy = runGCAndGetNewStructurePolicy( in latinime_BinaryDictionary_migrateNative()581 if (!dictionaryStructureWithBufferPolicy) { in latinime_BinaryDictionary_migrateNative()586 if (!dictionaryStructureWithBufferPolicy->addUnigramEntry( in latinime_BinaryDictionary_migrateNative()600 dictionaryStructureWithBufferPolicy = runGCAndGetNewStructurePolicy( in latinime_BinaryDictionary_migrateNative()602 if (!dictionaryStructureWithBufferPolicy) { in latinime_BinaryDictionary_migrateNative()[all …]
40 dictionaryStructureWithBufferPolicy) in Dictionary()41 : mDictionaryStructureWithBufferPolicy(std::move(dictionaryStructureWithBufferPolicy)), in Dictionary()
66 dictionaryStructureWithBufferPolicy);