Searched refs:bIsOk (Results 1 – 7 of 7) sorted by relevance
59 : bIsOk(true) in CommandLine()74 bIsOk = false; in CommandLine()90 bIsOk = false; in CommandLine()95 bIsOk = false; in CommandLine()103 bIsOk = false; in CommandLine()142 bIsOk = GetParameter( in ParseIndexCommand()147 if (bIsOk) in ParseIndexCommand()148 bIsOk = GetParameter( in ParseIndexCommand()154 bIsOk = GetParameter( in ParseIndexCommand()183 bIsOk = GetParameter( in ParseSingleFileCommand()[all …]
39 bool IsOk() const { return bIsOk; } in IsOk()75 bool bIsOk; member in CommandLine
129 itOptPts != itOptPtsEnd AND bIsOk; in Interpret()143 return bIsOk; in Interpret()149 bIsOk(false) in CommandLine()176 bIsOk = true; in Get_Arguments()231 it != i_end AND bIsOk; in Handle_FreeArguments()
150 bool bIsOk; member in csv::CommandLine163 return bIsOk; in IsOk()169 bIsOk = false; in Set_Error()
623 bool bIsOk = myClientThread.isOk(); // check if the values are right. in write_read() local626 printf(" bIsOk:=%d\n", bIsOk); in write_read()628 …ASSERT_TRUE(nLength == _nBufferSize && bIsOk == true) << " test for write/read values with two thr… in write_read()1328 bool bIsOk = myReadThread.isOk(); // check if the values are right. in TEST_F() local1331 printf(" bIsOk:=%d\n", bIsOk); in TEST_F()
2545 bool bIsOk = myClientThread.isOk(); // check if the values are right. in write_read() local2548 printf(" bIsOk:=%d\n", bIsOk); in write_read()2550 …ASSERT_TRUE(nLength == _nBufferSize && bIsOk == true) << " test for write/read values with two thr… in write_read()
991 BOOL bIsOk = LPtoDP( hdc, &aOldOffset, 1 ); in resizeWin() local996 bIsOk = LPtoDP( hdc, &aNewOffset, 1 ); in resizeWin()
Completed in 50 milliseconds