Searched refs:expectedValue (Results 1 – 4 of 4) sorted by relevance
91 size_t expectedValue; member108 .expectedValue = j, in TEST()127 allocations[deallocateIndex].expectedValue); in TEST()
83 List<DebugEntryProto> entries, String entryKey, String expectedValue) { in assertEntryValue() argument89 expectedValue, matchingEntry.get().getStringValue()); in assertEntryValue()
265 bool checkIntValue(Label label, int expectedValue) { in checkIntValue() argument267 return value && value->asInt() && value->asInt()->value() == expectedValue; in checkIntValue()
1267 const char* expectedValue; in TEST_F() member1290 EXPECT_EQ(td.expectedValue, value); in TEST_F()