Searched defs:EntryWrapper (Results 1 – 3 of 3) sorted by relevance
96 struct QUICHE_NO_EXPORT EntryWrapper : T { struct102 EntryWrapper() : present(false) {} in EntryWrapper() argument105 explicit EntryWrapper(Args&&... args) in EntryWrapper() argument
14 data class EntryWrapper(val e: Map.Entry<Int, Int>) class in kotlinx.serialization.json.JsonNumericKeysTest
124 class EntryWrapper { class126 EntryWrapper() { in EntryWrapper() function in EntryWrapper