Searched defs:expect_value (Results 1 – 2 of 2) sorted by relevance
128 std::string expect_value = kBaseValue + IntToString(0); in TEST_P() local146 std::string expect_value = kBaseValue + string("\0", 1) + IntToString(0); in TEST_P() local200 string expect_value = kBaseValue + IntToString(0); in TEST_P() local250 string expect_value = kBaseValue + IntToString(0); in TEST_P() local
96 #define expect_value(function, parameter, value) \ macro