Home
last modified time | relevance | path

Searched defs:DoCreate (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/interprocess/
Dcreation_tags.hpp75 { DoCreate, DoOpen, DoOpenOrCreate }; enumerator
/third_party/boost/boost/interprocess/detail/
Dmanaged_multi_shared_memory.hpp175 enum type_t { DoCreate, DoOpen, DoOpenOrCreate }; enumerator
/third_party/protobuf/src/google/protobuf/
Darena.h601 PROTOBUF_ALWAYS_INLINE T* DoCreate(bool skip_explicit_ownership, in DoCreate() function