Searched defs:QuicRandomBoolSource (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_packet_creator.cc35 class QuicRandomBoolSource { class in namespace:net
38 explicit QuicRandomBoolSource(QuicRandom* random) function in class:net::QuicRandomBoolSource
43 ~QuicRandomBoolSource() {}
64 DISALLOW_COPY_AND_ASSIGN(QuicRandomBoolSource);
73 random_bool_source_(new QuicRandomBoolSource(random_generator)),

Completed in 45 milliseconds