Searched refs:NextWord (Results 1 – 9 of 9) sorted by relevance
202 EXPECT_TRUE(totalbuffer.NextWord(' '));223 EXPECT_TRUE(totalbuffer.NextWord(' '));243 EXPECT_TRUE(totalbuffer.NextWord('\0'));262 EXPECT_FALSE(totalbuffer.NextWord('e'));283 EXPECT_TRUE(totalbuffer.NextWord(' '));308 EXPECT_TRUE(totalbuffer.NextWord(' '));311 EXPECT_FALSE(totalbuffer.NextWord('#'));337 EXPECT_FALSE(totalbuffer.NextWord('#'));340 EXPECT_TRUE(totalbuffer.NextWord(' '));429 if (!totalbuffer.NextWord(':')) {[all …]
148 totalbuffer.NextWord(' '); in SetDiskioData()151 if (!totalbuffer.NextWord('\n')) { in SetDiskioData()158 if (!totalbuffer.NextWord('\n')) { in SetDiskioData()
41 bool NextWord(char delimiter);
186 totalbuffer.NextWord(':'); in WriteProcess()192 totalbuffer.NextWord('\n'); in WriteProcess()198 totalbuffer.NextWord('\n'); in WriteProcess()209 totalbuffer.NextWord('\n'); in WriteProcess()220 totalbuffer.NextWord('\n'); in WriteProcess()234 totalbuffer.NextWord('\n'); in WriteProcess()
68 bool BufferSplitter::NextWord(char delimiter) in NextWord() function in BufferSplitter
188 if (!totalbuffer.NextWord(':')) { in WriteMeminfo()198 if (!totalbuffer.NextWord(' ')) { in WriteMeminfo()247 if (!totalbuffer.NextWord(' ')) { in WriteVmstat()689 totalbuffer.NextWord(':'); in WriteProcess()695 totalbuffer.NextWord('\n'); in WriteProcess()
243 totalbuffer.NextWord(' '); in WriteProcessCpuUsage()386 totalbuffer.NextWord(' '); in WriteSystemCpuUsage()397 totalbuffer.NextWord(' '); in WriteSystemCpuUsage()556 totalbuffer.NextWord(')'); in WriteThread()558 totalbuffer.NextWord(' '); in WriteThread()
220 while (totalbuffer.NextWord(' ')) { in ReadTxRxBytes()288 while (totalbuffer.NextWord(' ')) { in ReadSystemTxRxBytes()
364 totalbuffer.NextWord(delimiter); in Getdata()