OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:overflow_blocks_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/util/
arena.h
68
// or Reset (i.e. anything that might affect
overflow_blocks_
).
81
// if the first_blocks_ aren't enough, expand into
overflow_blocks_
.
82
vector<AllocatedBlock>*
overflow_blocks_
;
member in class:re2::UnsafeArena
/external/regex-re2/util/
arena.h
68
// or Reset (i.e. anything that might affect
overflow_blocks_
).
81
// if the first_blocks_ aren't enough, expand into
overflow_blocks_
.
82
vector<AllocatedBlock>*
overflow_blocks_
;
member in class:re2::UnsafeArena
Completed in 415 milliseconds