Searched defs:IsSet (Results 1 – 7 of 7) sorted by relevance
67 bool IsSet() const ABSL_LOCKS_EXCLUDED(mu_) { in IsSet() function121 bool IsSet() const ABSL_LOCKS_EXCLUDED(mu_) { in IsSet() function
237 bool IsSet() const { return is_set_.load(std::memory_order_relaxed); } in IsSet() function
172 bool IsSet = false; member
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets() local
183 bool CompressionAlgorithmSet::IsSet( in IsSet() function in grpc_core::CompressionAlgorithmSet
69 bool IsSet() const { return GetCodecs != NULL || GetHashers != NULL; } in IsSet() function
40 bool IsSet : 1; member