Home
last modified time | relevance | path

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

/external/angle/src/common/
Dframe_capture_utils.h385 struct FmtPointerIndex struct
387 FmtPointerIndex(const void *ptrIn) : ptr(ptrIn) {} in FmtPointerIndex() function
391 inline std::ostream &operator<<(std::ostream &os, const FmtPointerIndex &fmt) argument