Home
last modified time | relevance | path

Searched refs:my_last_block (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena.cc118 Arena::Block* Arena::NewBlock(void* me, Block* my_last_block, size_t n, in NewBlock() argument
121 if (my_last_block != NULL) { in NewBlock()
123 size = 2 * (my_last_block->size); in NewBlock()
Darena.h904 Block* NewBlock(void* me, Block* my_last_block, size_t n,