Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena.h639 T* CreateInternal(bool skip_explicit_ownership) { in CreateInternal() argument
641 if (!skip_explicit_ownership) { in CreateInternal()
648 T* CreateInternal(bool skip_explicit_ownership, const Arg& arg) { in CreateInternal() argument
650 if (!skip_explicit_ownership) { in CreateInternal()
658 bool skip_explicit_ownership, const Arg1& arg1, const Arg2& arg2) { in CreateInternal() argument
660 if (!skip_explicit_ownership) { in CreateInternal()
667 GOOGLE_ATTRIBUTE_ALWAYS_INLINE T* CreateInternal(bool skip_explicit_ownership, in CreateInternal() argument
673 if (!skip_explicit_ownership) { in CreateInternal()
681 GOOGLE_ATTRIBUTE_ALWAYS_INLINE T* CreateInternal(bool skip_explicit_ownership, in CreateInternal() argument
688 if (!skip_explicit_ownership) { in CreateInternal()
[all …]