Home
last modified time | relevance | path

Searched refs:total_length_ (Results 1 – 3 of 3) sorted by relevance

/external/marisa-trie/lib/marisa/
Dkeyset.cc11 ptr_(NULL), avail_(0), size_(0), total_length_(0) {} in Keyset()
25 total_length_ += new_key.length(); in push_back()
45 total_length_ += new_key.length(); in push_back()
73 total_length_ += length; in push_back()
82 total_length_ = 0; in reset()
102 marisa::swap(total_length_, rhs.total_length_); in swap()
/external/marisa-trie/include/marisa/
Dkeyset.h44 return total_length_; in total_length()
65 std::size_t total_length_; variable
/external/webrtc/video/
Dvideo_send_stream_tests.cc1551 total_length_(0), in TEST_F()
1565 total_length_ += length; in TEST_F()
1602 EXPECT_LT(padding_length_, .1 * total_length_); in TEST_F()
1609 size_t total_length_ RTC_GUARDED_BY(mutex_); in TEST_F()