OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSetCapacity
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe.cc
29
const int
kSetCapacity
= 1000;
33
received_packets_(
kSetCapacity
),
40
received_packets_(
kSetCapacity
),
47
if (received_packets_.size() ==
kSetCapacity
) {
152
// This function considers at most
kSetCapacity
= 1000 packets.
bwe_unittest.cc
22
const int
kSetCapacity
= 1000;
26
LinkedSetTest() : linked_set_(
kSetCapacity
) {}
Completed in 51 milliseconds