Searched refs:separator_cstr (Results 1 - 3 of 3) sorted by last modified time

/external/lldb/include/lldb/Core/
H A DFileSpecList.h105 Dump (Stream *s, const char *separator_cstr = "\n") const;
H A DSTLUtils.h65 inline void PrintAllCollectionElements (std::ostream &s, const T& coll, const char* header_cstr=NULL, const char* separator_cstr=" ") argument
72 s << *pos << separator_cstr; local
/external/lldb/source/Core/
H A DFileSpecList.cpp91 FileSpecList::Dump(Stream *s, const char *separator_cstr) const
97 if (separator_cstr && ((pos + 1) != end))
98 s->PutCString(separator_cstr);

Completed in 81 milliseconds