OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lengths_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/brotli/src/brotli/enc/
block_splitter.h
34
std::vector<int>
lengths_
;
member in struct:brotli::BlockSplit
40
if (!split.
lengths_
.empty()) {
41
length_ = split.
lengths_
[0];
49
length_ = split_.
lengths_
[idx_];
block_splitter.cc
283
split->
lengths_
.push_back(cur_length);
291
split->
lengths_
.push_back(cur_length);
309
split->
lengths_
.push_back(data.size());
encode.cc
670
for (int i = 0; i < split.
lengths_
.size(); ++i) {
671
length_histo.Add(BlockLengthPrefix(split.
lengths_
[i]));
679
EncodeBlockLength(code->block_len_code, split.
lengths_
[0],
689
it->length_ = it->split_.
lengths_
[it->idx_];
[
all
...]
/external/chromium_org/net/dns/
dns_transaction_unittest.cc
50
lengths_
.push_back(length.release());
70
lengths_
.push_back(length.release());
132
ScopedVector<uint16>
lengths_
;
member in class:net::__anon13221::DnsSocketData
[
all
...]
Completed in 182 milliseconds