Home
last modified time | relevance | path

Searched refs:WorkingPathType (Results 1 – 11 of 11) sorted by relevance

/external/icing/icing/file/
Dpersistent-storage.cc30 WorkingPathType working_path_type) { in Discard()
32 case WorkingPathType::kSingleFile: { in Discard()
39 case WorkingPathType::kDirectory: { in Discard()
46 case WorkingPathType::kDummy: in Discard()
Dpersistent-storage.h92 enum class WorkingPathType { enum
133 WorkingPathType working_path_type);
249 WorkingPathType working_path_type) in PersistentStorage()
337 WorkingPathType working_path_type_;
Dpersistent-hash-map.h253 static constexpr WorkingPathType kWorkingPathType =
254 WorkingPathType::kDirectory;
/external/icing/icing/join/
Dqualified-id-join-index.h57 static constexpr WorkingPathType kWorkingPathType =
58 WorkingPathType::kDirectory;
Dqualified-id-join-index-impl-v2.h108 static constexpr WorkingPathType kWorkingPathType =
109 WorkingPathType::kDirectory;
Dqualified-id-join-index-impl-v3.h76 static constexpr WorkingPathType kWorkingPathType =
77 WorkingPathType::kDirectory;
/external/icing/icing/index/embed/
Dembedding-index.h79 static constexpr WorkingPathType kWorkingPathType =
80 WorkingPathType::kDirectory;
/external/icing/icing/index/numeric/
Dinteger-index.h82 static constexpr WorkingPathType kWorkingPathType =
83 WorkingPathType::kDirectory;
Dinteger-index-storage.h217 static constexpr WorkingPathType kWorkingPathType =
218 WorkingPathType::kDirectory;
Dnumeric-index.h182 PersistentStorage::WorkingPathType working_path_type) in NumericIndex()
Ddummy-numeric-index.h193 PersistentStorage::WorkingPathType::kDummy), in DummyNumericIndex()