Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Darena.h522 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/
Dresource_mgr.h264 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);
Dresource_mgr.cc172 Status ResourceMgr::DoCreate(const string& container, TypeIndex type, in DoCreate() function in tensorflow::ResourceMgr