Home
last modified time | relevance | path

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

/third_party/libunwind/libunwind/src/
Dos-linux.h30 struct map_iterator struct
32 off_t offset;
33 int fd;
34 size_t buf_size;
35 char *buf;
36 char *buf_end;
37 char *path;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h185 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) { in map_iterator() function