Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/threading/
H A Dsequence_local_storage_map.h48 struct BASE_EXPORT ExternalValue { struct
51 RAW_PTR_EXCLUSION void* value;
54 void emplace(T* ptr) { in emplace()
59 void Destroy() { in Destroy()
64 T& value_as() { in value_as()
69 const T& value_as() const { in value_as()