Searched defs:CreateInternal (Results 1 - 2 of 2) sorted by relevance

/external/libmojo/mojo/edk/system/
H A Dshared_buffer_dispatcher.h92 static scoped_refptr<SharedBufferDispatcher> CreateInternal( function in class:mojo::edk::final
/external/protobuf/src/google/protobuf/
H A Darena.h306 return arena->CreateInternal<T>(google::protobuf::internal::has_trivial_destructor<T>::value);
316 return arena->CreateInternal<T>(google::protobuf::internal::has_trivial_destructor<T>::value,
327 return arena->CreateInternal<T>(google::protobuf::internal::has_trivial_destructor<T>::value,
341 return arena->CreateInternal<T>(google::protobuf::internal::has_trivial_destructor<T>::value,
356 return arena->CreateInternal<T>(google::protobuf::internal::has_trivial_destructor<T>::value,
372 return arena->CreateInternal<T>(google::protobuf::internal::has_trivial_destructor<T>::value,
388 return arena->CreateInternal<T>(google::protobuf::internal::has_trivial_destructor<T>::value,
405 return arena->CreateInternal<T>(google::protobuf::internal::has_trivial_destructor<T>::value,
423 return arena->CreateInternal<T>(
573 // compiler will optimize out the branch in CreateInternal<
639 T* CreateInternal(bool skip_explicit_ownership) { function in class:google::protobuf::final
648 T* CreateInternal(bool skip_explicit_ownership, const Arg& arg) { function in class:google::protobuf::final
657 T* CreateInternal( function in class:google::protobuf::final
667 GOOGLE_ATTRIBUTE_ALWAYS_INLINE T* CreateInternal(bool skip_explicit_ownership, function in class:google::protobuf::final
681 GOOGLE_ATTRIBUTE_ALWAYS_INLINE T* CreateInternal(bool skip_explicit_ownership, function in class:google::protobuf::final
696 GOOGLE_ATTRIBUTE_ALWAYS_INLINE T* CreateInternal(bool skip_explicit_ownership, function in class:google::protobuf::final
712 GOOGLE_ATTRIBUTE_ALWAYS_INLINE T* CreateInternal(bool skip_explicit_ownership, function in class:google::protobuf::final
729 GOOGLE_ATTRIBUTE_ALWAYS_INLINE T* CreateInternal(bool skip_explicit_ownership, function in class:google::protobuf::final
748 GOOGLE_ATTRIBUTE_ALWAYS_INLINE T* CreateInternal(bool skip_explicit_ownership, function in class:google::protobuf::final
[all...]

Completed in 126 milliseconds