Home
last modified time | relevance | path

Searched defs:schema_store (Results 1 – 25 of 36) sorted by relevance

12

/external/icing/icing/store/
Ddocument-store_benchmark.cc116 std::unique_ptr<SchemaStore> schema_store = in CreateSchemaStore() local
131 const Clock* clock, const SchemaStore* schema_store) { in CreateDocumentStore()
148 std::unique_ptr<SchemaStore> schema_store = in BM_DoesDocumentExistBenchmark() local
189 std::unique_ptr<SchemaStore> schema_store = in BM_Put() local
218 std::unique_ptr<SchemaStore> schema_store = in BM_GetSameDocument() local
245 std::unique_ptr<SchemaStore> schema_store = in BM_Delete() local
276 std::unique_ptr<SchemaStore> schema_store = in BM_Create() local
316 std::unique_ptr<SchemaStore> schema_store = in BM_ComputeChecksum() local
Dsuggestion-result-checker-impl.h30 const DocumentStore* document_store, const SchemaStore* schema_store, in SuggestionResultCheckerImpl()
Ddocument-store.cc232 const SchemaStore* schema_store, in DocumentStore()
267 const Clock* clock, const SchemaStore* schema_store, in Create()
1648 const SchemaStore* schema_store) { in UpdateSchemaStore()
1697 const SchemaStore* schema_store, in OptimizedUpdateSchemaStore()
/external/icing/icing/util/
Dtokenized-document.cc38 const SchemaStore* schema_store, in Tokenize()
67 TokenizedDocument::Create(const SchemaStore* schema_store, in Create()
Ddocument-validator.h72 void UpdateSchemaStore(const SchemaStore* schema_store) { in UpdateSchemaStore()
Ddocument-validator.cc33 DocumentValidator::DocumentValidator(const SchemaStore* schema_store) in DocumentValidator()
/external/icing/icing/index/
Dindex-processor_benchmark.cc170 std::unique_ptr<SchemaStore> schema_store = in CreateSchemaStore() local
236 std::unique_ptr<SchemaStore> schema_store = in BM_IndexDocumentWithOneProperty() local
311 std::unique_ptr<SchemaStore> schema_store = in BM_IndexDocumentWithTenProperties() local
387 std::unique_ptr<SchemaStore> schema_store = in BM_IndexDocumentWithDiacriticLetters() local
463 std::unique_ptr<SchemaStore> schema_store = in BM_IndexDocumentWithHiragana() local
/external/icing/icing/query/
Dsuggestion-processor.cc35 const SchemaStore* schema_store) { in Create()
105 const SchemaStore* schema_store, in PopulatePropertyFilters()
302 const DocumentStore* document_store, const SchemaStore* schema_store) in SuggestionProcessor()
Dquery-processor.cc115 const SchemaStore* schema_store) { in Create()
133 const SchemaStore* schema_store) in QueryProcessor()
/external/icing/icing/result/
Dsnippet-retriever.h67 explicit SnippetRetriever(const SchemaStore* schema_store, in SnippetRetriever()
Dresult-adjustment-info.cc50 const ResultSpecProto& result_spec, const SchemaStore* schema_store, in ResultAdjustmentInfo()
Dresult-state-manager_test.cc167 SchemaStore& schema_store() { return *schema_store_; } in schema_store() function in icing::lib::__anonfa76d29e0111::ResultStateManagerTest
168 const SchemaStore& schema_store() const { return *schema_store_; } in schema_store() function in icing::lib::__anonfa76d29e0111::ResultStateManagerTest
Dresult-retriever-v2.cc138 const DocumentStore* doc_store, const SchemaStore* schema_store, in Create()
/external/icing/icing/query/advanced_query_parser/
Dquery-visitor.h51 const SchemaStore* schema_store, in QueryVisitor()
109 const DocumentStore* document_store, const SchemaStore* schema_store, in QueryVisitor()
/external/icing/icing/join/
Djoin-processor.h39 const DocumentStore* doc_store, const SchemaStore* schema_store, in JoinProcessor()
/external/icing/icing/scoring/advanced_scoring/
Dadvanced-scorer.cc33 const SchemaStore* schema_store, int64_t current_time_ms, in Create()
Dadvanced-scorer_fuzz_test.cc36 std::unique_ptr<SchemaStore> schema_store = in LLVMFuzzerTestOneInput() local
Dscoring-visitor.h35 const SchemaStore* schema_store, in ScoringVisitor()
/external/icing/icing/index/iterator/
Ddoc-hit-info-iterator-section-restrict.cc40 const DocumentStore* document_store, const SchemaStore* schema_store, in DocHitInfoIteratorSectionRestrict()
Ddoc-hit-info-iterator-filter.cc40 const DocumentStore* document_store, const SchemaStore* schema_store, in DocHitInfoIteratorFilter()
Ddoc-hit-info-iterator-property-in-schema.cc38 const DocumentStore* document_store, const SchemaStore* schema_store, in DocHitInfoIteratorPropertyInSchema()
/external/icing/icing/scoring/
Dscoring-processor.cc46 const SchemaStore* schema_store, in Create()
Dsection-weights.cc45 SectionWeights::Create(const SchemaStore* schema_store, in Create()
Dscorer-factory.cc176 const DocumentStore* document_store, const SchemaStore* schema_store, in Create()
/external/icing/icing/schema/
Dschema-store.cc188 std::unique_ptr<SchemaStore> schema_store = std::unique_ptr<SchemaStore>( in Create() local
204 std::unique_ptr<SchemaStore> schema_store = std::unique_ptr<SchemaStore>( in Create() local

12