Searched refs:CreateInternal (Results 1 – 3 of 3) sorted by relevance
306 return arena->CreateInternal<T>(google::protobuf::internal::has_trivial_destructor<T>::value); in Create()316 return arena->CreateInternal<T>(google::protobuf::internal::has_trivial_destructor<T>::value, in Create()327 return arena->CreateInternal<T>(google::protobuf::internal::has_trivial_destructor<T>::value, in Create()341 return arena->CreateInternal<T>(google::protobuf::internal::has_trivial_destructor<T>::value, in Create()356 return arena->CreateInternal<T>(google::protobuf::internal::has_trivial_destructor<T>::value, in Create()372 return arena->CreateInternal<T>(google::protobuf::internal::has_trivial_destructor<T>::value, in Create()388 return arena->CreateInternal<T>(google::protobuf::internal::has_trivial_destructor<T>::value, in Create()405 return arena->CreateInternal<T>(google::protobuf::internal::has_trivial_destructor<T>::value, in Create()423 return arena->CreateInternal<T>( in Create()639 T* CreateInternal(bool skip_explicit_ownership) { in CreateInternal() function[all …]
98 *result = CreateInternal(std::move(shared_buffer)); in Create()109 *result = CreateInternal(shared_buffer); in CreateFromPlatformSharedBuffer()159 return CreateInternal(std::move(shared_buffer)); in Deserialize()209 *new_dispatcher = CreateInternal(std::move(read_only_buffer)); in DuplicateBufferHandle()213 *new_dispatcher = CreateInternal(shared_buffer_); in DuplicateBufferHandle()
92 static scoped_refptr<SharedBufferDispatcher> CreateInternal( in CreateInternal() function