Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/maps/
Dmaps.go69 func DeleteFunc[M ~map[K]V, K comparable, V any](m M, del func(K, V) bool) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/slices/
Dslices.go236 func DeleteFunc[S ~[]E, E any](s S, del func(E) bool) S { func
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp60 typedef void (CallLogWrapper::*DeleteFunc)(GLsizei n, const GLuint *names); typedef