Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Darena.h539 PROTOBUF_ALWAYS_INLINE void* AllocateInternal(bool skip_explicit_ownership) { in AllocateInternal() function
611 return new (AllocateInternal<T>(skip_explicit_ownership)) in DoCreate()
617 AllocateInternal<T>(InternalHelper<T>::is_destructor_skippable::value), in DoCreateMessage()