Searched refs:FormaterManipFunc (Results 1 – 2 of 2) sorted by relevance
47 typedef Formatter& (*FormaterManipFunc)(Formatter&); typedef in android::renderengine::gl::Formatter67 friend inline Formatter& operator<<(Formatter& to, FormaterManipFunc func) { in operator <<()