Home
last modified time | relevance | path

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

/external/icing/icing/
Dicing-search-engine.h418 bool initialized_ ICING_GUARDED_BY(mutex_) = false;
433 ICING_GUARDED_BY(mutex_);
439 std::unique_ptr<SchemaStore> schema_store_ ICING_GUARDED_BY(mutex_);
442 std::unique_ptr<DocumentStore> document_store_ ICING_GUARDED_BY(mutex_);
445 ICING_GUARDED_BY(mutex_);
447 std::unique_ptr<const Normalizer> normalizer_ ICING_GUARDED_BY(mutex_);
450 std::unique_ptr<Index> index_ ICING_GUARDED_BY(mutex_);
/external/icing/icing/result/
Dresult-state-manager.h95 ICING_GUARDED_BY(mutex_);
98 std::queue<uint64_t> token_queue_ ICING_GUARDED_BY(mutex_);
103 std::unordered_set<uint64_t> invalidated_token_set_ ICING_GUARDED_BY(mutex_);
106 std::mt19937_64 random_generator_ ICING_GUARDED_BY(mutex_);
/external/icing/icing/absl_ports/
Dthread_annotations.h58 #define ICING_GUARDED_BY(x) \ macro
/external/icing/icing/file/
Dfile-backed-proto.h104 mutable std::unique_ptr<ProtoT> cached_proto_ ICING_GUARDED_BY(mutex_);