Searched defs:header_cstr (Results 1 - 1 of 1) sorted by relevance

/external/lldb/include/lldb/Core/
H A DSTLUtils.h65 inline void PrintAllCollectionElements (std::ostream &s, const T& coll, const char* header_cstr=NULL, const char* separator_cstr=" ") argument
69 if (header_cstr)
70 s << header_cstr; local

Completed in 98 milliseconds