Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/concurrent/
Dhashtriemap.go43 type equalFunc func(unsafe.Pointer, unsafe.Pointer) bool type
356 func (e *entry[K, V]) lookup(key K, equal equalFunc) (V, bool) {
370 func (head *entry[K, V]) compareAndDelete(key K, value V, keyEqual, valEqual equalFunc) (*entry[K, …