Home
last modified time | relevance | path

Searched defs:CreateArenaCompatible (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Darena.h532 PROTOBUF_NDEBUG_INLINE static T* CreateArenaCompatible(Arena* arena, in CreateArenaCompatible() function
547 PROTOBUF_NDEBUG_INLINE static T* CreateArenaCompatible(Arena* arena) { in CreateArenaCompatible() function
Darena_unittest.cc550 DispatcherTestProto* Arena::CreateArenaCompatible<DispatcherTestProto, int>( in CreateArenaCompatible() function in google::protobuf::Arena