Home
last modified time | relevance | path

Searched defs:EntryWrapper (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dpacket_number_indexed_queue.h96 struct QUICHE_NO_EXPORT EntryWrapper : T { struct
102 EntryWrapper() : present(false) {} in EntryWrapper() argument
105 explicit EntryWrapper(Args&&... args) in EntryWrapper() argument
/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/
DJsonNumericKeysTest.kt14 data class EntryWrapper(val e: Map.Entry<Int, Int>) class in kotlinx.serialization.json.JsonNumericKeysTest
/external/cronet/net/tools/stress_cache/
Dstress_cache.cc124 class EntryWrapper { class
126 EntryWrapper() { in EntryWrapper() function in EntryWrapper