Home
last modified time | relevance | path

Searched defs:expect_value (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/spdy/
Dspdy_headers_block_parser_test.cc128 std::string expect_value = kBaseValue + IntToString(0); in TEST_P() local
146 std::string expect_value = kBaseValue + string("\0", 1) + IntToString(0); in TEST_P() local
200 string expect_value = kBaseValue + IntToString(0); in TEST_P() local
250 string expect_value = kBaseValue + IntToString(0); in TEST_P() local
/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h96 #define expect_value(function, parameter, value) \ macro