Searched refs:DataStore (Results 1 - 4 of 4) sorted by relevance

/external/libtextclassifier/common/memory_image/
H A Ddata-store.h33 class DataStore { class in namespace:libtextclassifier::nlp_core::memory_image
35 // Constructs a DataStore using the indicated bytes, i.e., bytes.size() bytes
38 explicit DataStore(StringPiece bytes);
H A Ddata-store.cc25 DataStore::DataStore(StringPiece bytes) function in class:libtextclassifier::nlp_core::memory_image::DataStore
28 TC_LOG(ERROR) << "Unable to successfully initialize DataStore.";
32 DataBlobView DataStore::GetData(const std::string &name) const {
34 TC_LOG(ERROR) << "DataStore::GetData(" << name << ") "
35 << "called on invalid DataStore; will return empty data "
H A Din-memory-model-data.h32 // Technically, an InMemoryModelData is a DataStore that maps the special string
35 // kFilePatternPrefix (see below), the same DataStore maps file_pattern to some
40 // Name for the DataStore entry that stores the serialized TaskSpec for the
68 const memory_image::DataStore data_store_;
/external/skia/tools/skp/
H A Dwebpages_playback.py452 class DataStore: class in inherits:
467 class GoogleStorageDataStore(DataStore):
499 class LocalFileSystemDataStore(DataStore):

Completed in 306 milliseconds