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