Lines Matching defs:ret
474 int32_t ret = 0;
477 ret = strcmp(testData, "hello world from B");
479 ret = strcmp(testData, "hello world from A");
484 ret = strcmp(testData, "hello world from A");
486 ret = strcmp(testData, "hello world from B");
489 EXPECT_EQ(ret, 0);
509 int32_t ret = 0;
511 ret = strcmp(testData, "hello world from A");
513 ret = strcmp(testData, "hello world from B");
515 ret = strcmp(testData, "hello world from C");
517 ret = strcmp(testData, "hello world from D");
519 EXPECT_EQ(ret, 0);