HomeSort by relevance Sort by last modified time
    Searched refs:static_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/spdy/
hpack_encoder_test.cc 94 static_ = peer_.table()->GetByIndex(1);
153 HpackEntry* static_; member in class:net::__anon13586::HpackEncoderTest
174 ExpectIndex(IndexOf(static_));
177 headers[static_->name()] = static_->value();
180 // A new entry copying |static_| was inserted and added to the reference set.
182 EXPECT_NE(static_, new_entry);
183 EXPECT_EQ(static_->name(), new_entry->name());
184 EXPECT_EQ(static_->value(), new_entry->value());
190 ExpectIndex(IndexOf(static_));
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-exprs.cpp 56 void static_(typename enable_if< O <= static_cast<unsigned>(4) >::type* = 0) { function in namespace:Casts
80 template void static_<4>(void*);

Completed in 470 milliseconds