Searched refs:DoCreate (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | arena.h | 522 return arena->DoCreate<T>(std::is_trivially_destructible<T>::value, in CreateInternal() 609 PROTOBUF_ALWAYS_INLINE T* DoCreate(bool skip_explicit_ownership, in DoCreate() function
|
/external/tensorflow/tensorflow/core/framework/ |
D | resource_mgr.h | 264 Status DoCreate(const std::string& container, TypeIndex type, 602 return DoCreate(container, TypeIndex::Make<T>(), name, resource); in Create() 674 s = DoCreate(container, TypeIndex::Make<T>(), name, *resource);
|
D | resource_mgr.cc | 172 Status ResourceMgr::DoCreate(const string& container, TypeIndex type, in DoCreate() function in tensorflow::ResourceMgr
|