Searched defs:putImpl (Results 1 – 2 of 2) sorted by relevance
122 fun putImpl(key: K, value: V?, weakKey0: HashedWeakRef<K>? = null): Any? { in <lambda>() method in kotlinx.coroutines.debug.internal.Core
248 TextTrieMap::putImpl(const UnicodeString &key, void *value, UErrorCode &status) { in putImpl() function in TextTrieMap