Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dissue48602.go13 type IteratorFunc[T any] func(fn T) type
Dissue48598.go13 type IteratorFunc[T any] func(fn func(T) bool) type
Dissue48645b.go13 type IteratorFunc[T any] func(fn func(T) bool) type
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/containers/
DEntityManager.h44 using IteratorFunc = std::function<void(bool live, EntityHandle h, Item& item)>; variable