Searched defs:IsSet (Results 1 – 8 of 8) sorted by relevance
18 bool CancellationFlag::IsSet() const { in IsSet() function in base::CancellationFlag
31 bool ThreadTaskRunnerHandle::IsSet() { in IsSet() function in base::ThreadTaskRunnerHandle
48 bool SequencedTaskRunnerHandle::IsSet() { in IsSet() function in base::SequencedTaskRunnerHandle
64 bool IsSet() const { return GetCodecs != NULL || GetHashers != NULL; } in IsSet() function
177 static bool IsSet() { return value_ != NULL; } in IsSet() function213 static bool IsSet() { return address_ != NULL; } in IsSet() function
373 bool IsSet() const { return mode_ == kFlags_set; } in IsSet() function
661 bool IsSet(int i) const { return bitfield_[i]; } in IsSet() function
73 bool IsSet(const char * name) const { in IsSet() function