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

  /external/chromium_org/net/quic/crypto/
strike_register.h 152 // DropNode removes the oldest node in the tree and updates |horizon_|
154 void DropNode();
strike_register.cc 319 DropNode();
330 DropNode();
338 void StrikeRegister::DropNode() {
339 // DropNode should never be called on an empty tree.

Completed in 65 milliseconds