Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Darena.h156 on_arena_allocation(NULL) {} in ArenaOptions()
178 void (*on_arena_allocation)(const std::type_info* allocated_type, member
276 on_arena_allocation_ = options.on_arena_allocation; in Init()
Darena_unittest.cc1428 options->on_arena_allocation = ArenaHooksTestUtil::on_allocation; in Set()