Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DDisplay.h103 using SyncMap = angle::HashMap<GLuint, std::unique_ptr<Sync>>; variable
/aosp_15_r20/build/soong/android/
H A Dutil.go636 type SyncMap[K comparable, V any] struct { type