Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Darena_unittest.cc291 uintptr_t arena_end = arena_start + arena_block.size(); in TEST() local
292 EXPECT_FALSE(allocation >= arena_start && allocation < arena_end); in TEST()