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.h263 Status DoCreate(const string& container, TypeIndex type, const string& name,
596 return DoCreate(container, MakeTypeIndex<T>(), name, resource); in Create()
667 s = DoCreate(container, MakeTypeIndex<T>(), name, *resource);
Dresource_mgr.cc169 Status ResourceMgr::DoCreate(const string& container, TypeIndex type, in DoCreate() function in tensorflow::ResourceMgr