Home
last modified time | relevance | path

Searched refs:SkipSpaces (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp107 line_extractor.SkipSpaces(); // Skip the separator in ParseMemoryRegionInfoFromProcMapsLine()
112 line_extractor.SkipSpaces(); // Skip the separator in ParseMemoryRegionInfoFromProcMapsLine()
115 line_extractor.SkipSpaces(); in ParseMemoryRegionInfoFromProcMapsLine()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-typed-test.cc43 static const char* SkipSpaces(const char* str) { in SkipSpaces() function
50 src = SkipSpaces(src); in SplitIntoTestNames()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp59 SkipSpaces(); in DecodeHexU8()
158 SkipSpaces(); in GetHexMaxU32()
209 SkipSpaces(); in GetHexMaxU64()
365 void StringExtractor::SkipSpaces() { in SkipSpaces() function in StringExtractor
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractor.h46 void SkipSpaces();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3722 packet.SkipSpaces(); in Handle_QPassSignals()