Searched refs:expectedValue (Results 1 – 5 of 5) sorted by relevance
63 size_t expectedValue; member80 .expectedValue = j, in TEST()99 allocations[deallocateIndex].expectedValue); in TEST()
86 List<DebugEntryProto> entries, String entryKey, String expectedValue) { in assertEntryValue() argument92 expectedValue, matchingEntry.get().getStringValue()); in assertEntryValue()
221 bool checkIntValue(Label label, int expectedValue) { in checkIntValue() argument223 return value && value->asInt() && value->asInt()->value() == expectedValue; in checkIntValue()
244 void expectUidPermissionMapValues(const std::vector<uid_t>& appUids, uint8_t expectedValue) { in expectUidPermissionMapValues() argument248 EXPECT_EQ(expectedValue, value.value()) in expectUidPermissionMapValues()249 << "Expected value for UID " << uid << " to be " << expectedValue in expectUidPermissionMapValues()
1037 const char* expectedValue; in TEST_F() member1060 EXPECT_EQ(td.expectedValue, value); in TEST_F()