Home
last modified time | relevance | path

Searched refs:MyFormat (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/utils/
Draw_ostream.h24 struct MyFormat { struct
27 extern MyFormat const fillformat(char const, // Fill character. argument
31 extern llvm::raw_ostream &operator<<(llvm::raw_ostream &, MyFormat const &);
Draw_ostream.cpp29 MyFormat const fillformat(char const fill_char, // Fill character. in fillformat()
34 struct MyFormat t_format; in fillformat()
47 llvm::raw_ostream &operator<<(llvm::raw_ostream &os, MyFormat const &mf) { in operator <<()