Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/base/
Darena.h104 return freestart_ == freestart_when_empty_ && 1 == block_count(); in is_empty()
165 char* freestart_when_empty_; // beginning of the free space when we're empty variable
Darena.cc225 freestart_when_empty_ = freestart_; in Reset()
/external/tensorflow/tensorflow/core/lib/core/
Darena.h95 char* freestart_when_empty_; // beginning of the free space when we're empty variable
Darena.cc100 freestart_when_empty_ = freestart_; in Reset()