OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:split_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/brotli/src/brotli/enc/
block_splitter.h
39
:
split_
(split), idx_(0), type_(0), length_(0) {
48
type_ =
split_
.types_[idx_];
49
length_ =
split_
.lengths_[idx_];
54
const BlockSplit&
split_
;
member in struct:brotli::BlockSplitIterator
encode.cc
688
it->type_ = it->
split_
.types_[it->idx_];
689
it->length_ = it->
split_
.lengths_[it->idx_];
690
int type_code = it->
split_
.type_codes_[it->idx_];
[
all
...]
Completed in 48 milliseconds