Searched refs:static_ (Results 1 – 2 of 2) sorted by relevance
94 static_ = peer_.table()->GetByIndex(1); in SetUp()153 HpackEntry* static_; member in net::__anon85955e2d0111::HpackEncoderTest174 ExpectIndex(IndexOf(static_)); in TEST_F()177 headers[static_->name()] = static_->value(); in TEST_F()182 EXPECT_NE(static_, new_entry); in TEST_F()183 EXPECT_EQ(static_->name(), new_entry->name()); in TEST_F()184 EXPECT_EQ(static_->value(), new_entry->value()); in TEST_F()190 ExpectIndex(IndexOf(static_)); in TEST_F()193 headers[static_->name()] = static_->value(); in TEST_F()
56 void static_(typename enable_if< O <= static_cast<unsigned>(4) >::type* = 0) { in static_() function80 template void static_<4>(void*);