Searched refs:ICING_GUARDED_BY (Results 1 – 4 of 4) sorted by relevance
418 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_);
95 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_);
58 #define ICING_GUARDED_BY(x) \ macro
104 mutable std::unique_ptr<ProtoT> cached_proto_ ICING_GUARDED_BY(mutex_);