HomeSort by relevance Sort by last modified time
    Searched refs:owned_unilib_ (Results 1 - 2 of 2) sorted by null

  /external/libtextclassifier/
text-classifier.h 176 owned_unilib_(nullptr),
177 unilib_(internal::MaybeCreateUnilib(unilib, &owned_unilib_)) {
185 owned_unilib_(nullptr),
186 unilib_(internal::MaybeCreateUnilib(unilib, &owned_unilib_)) {
355 std::unique_ptr<UniLib> owned_unilib_; member in class:libtextclassifier2::TextClassifier
feature-processor.h 100 : owned_unilib_(nullptr),
101 unilib_(internal::MaybeCreateUnilib(unilib, &owned_unilib_)),
306 std::unique_ptr<UniLib> owned_unilib_; member in class:libtextclassifier2::FeatureProcessor

Completed in 79 milliseconds