OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextOutputManipFunc
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/binder/include/binder/
TextOutput.h
62
typedef TextOutput& (*
TextOutputManipFunc
)(TextOutput&);
78
TextOutput& operator<<(TextOutput& to,
TextOutputManipFunc
func);
170
inline TextOutput& operator<<(TextOutput& to,
TextOutputManipFunc
func)
/system/libhwbinder/include/hwbinder/
TextOutput.h
63
typedef TextOutput& (*
TextOutputManipFunc
)(TextOutput&);
79
TextOutput& operator<<(TextOutput& to,
TextOutputManipFunc
func);
171
inline TextOutput& operator<<(TextOutput& to,
TextOutputManipFunc
func)
Completed in 45 milliseconds