Searched refs:GetChar (Results 1 – 13 of 13) sorted by relevance
/external/lzma/CPP/Common/ |
D | StdInStream.cpp | 55 int intChar = GetChar(); in ScanStringUntilNewLine() 90 while ((c = GetChar()) != EOF) in ReadToString() 99 int CStdInStream::GetChar() in GetChar() function in CStdInStream
|
D | StdInStream.h | 27 int GetChar();
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServer.cpp | 330 if (packet.GetChar() == ':') in Handle_qfProcessInfo() 588 if (packet.GetChar() != ',') in Handle_A() 600 if (packet.GetChar() != ',') in Handle_A() 615 if (packet.GetChar() != ',') in Handle_A()
|
D | GDBRemoteCommunicationClient.cpp | 569 const char stop_type = response.GetChar(); in SendContinuePacketAndWaitForResponse() 622 switch (extra_stop_reply_packet.GetChar()) in SendContinuePacketAndWaitForResponse() 912 if (response.GetChar() == 'Q') in GetCurrentProcessID() 913 if (response.GetChar() == 'C') in GetCurrentProcessID() 928 if (response.GetChar() == 'E') in GetLaunchSuccess() 2302 char ch = response.GetChar(); in GetCurrentThreadIDs() 2315 ch = response.GetChar(); // Skip the command separator in GetCurrentThreadIDs()
|
D | GDBRemoteCommunication.cpp | 261 return packet.GetChar(); in GetAck()
|
D | ProcessGDBRemote.cpp | 1420 const char stop_type = stop_packet.GetChar(); in SetThreadStopInfo() 1931 char packet_cmd = response.GetChar(0); in DoDestroy()
|
/external/lldb/source/Utility/ |
D | StringExtractor.h | 96 GetChar (char fail_value = '\0');
|
D | StringExtractor.cpp | 129 StringExtractor::GetChar (char fail_value) in GetChar() function in StringExtractor
|
/external/lldb/tools/debugserver/source/ |
D | RNBRemote.cpp | 2106 char ch = packet.GetChar(); in HandlePacket_QSetSTDIO() 2107 while (packet.GetChar() != ':') in HandlePacket_QSetSTDIO() 2950 if (packet.GetChar() == ',') in HandlePacket_AllocateMemory() 2955 while (success && (ch = packet.GetChar()) != '\0') in HandlePacket_AllocateMemory() 3480 const char cmd_char = packet.GetChar(); in HandlePacket_P() 3483 const char equal_char = packet.GetChar(); in HandlePacket_P()
|
/external/tinyxml/ |
D | tinyxmlparser.cpp | 571 p = GetChar( p, cArr, &len, encoding ); in ReadText() 605 p = GetChar( p, cArr, &len, encoding ); in ReadText()
|
D | tinyxml.h | 280 …inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encodin… in GetChar() function
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxmlparser.cpp | 592 p = GetChar( p, cArr, &len, encoding ); in ReadText() 626 p = GetChar( p, cArr, &len, encoding ); in ReadText()
|
D | tinyxml.h | 327 …inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encodin… in GetChar() function
|