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

/external/lldb/source/API/
H A DSBCommandReturnObject.cpp247 strm.PutCString ("Started");
249 strm.PutCString ("Invalid");
251 strm.PutCString ("Success");
253 strm.PutCString ("Fail");
262 strm.PutCString ("No value");
282 SBCommandReturnObject::PutCString(const char* string, int len) function in class:SBCommandReturnObject
/external/lldb/source/Core/
H A DDataEncoder.cpp330 DataEncoder::PutCString (uint32_t offset, const char *cstr) function in class:DataEncoder
H A DLog.cpp131 Log::PutCString (const char *cstr) function in class:Log
447 strm->PutCString ("No logging channels are currently registered.\n");
H A DStream.cpp131 Stream::PutCString (const char *cstr) function in class:Stream
174 PutCString (prefix);
178 PutCString (suffix);
534 PutCString("0x");
768 s->PutCString (hola);

Completed in 1673 milliseconds