Searched defs:IsSet (Results 1 – 12 of 12) sorted by relevance
24 bool AtomicFlag::IsSet() const { in IsSet() function in base::AtomicFlag
65 bool SequencedTaskRunnerHandle::IsSet() { in IsSet() function in base::SequencedTaskRunnerHandle
33 bool ThreadTaskRunnerHandle::IsSet() { in IsSet() function in base::ThreadTaskRunnerHandle
52 bool IsSet() const { in IsSet() function
66 bool IsSet() const { return ptr_ != nullptr; } in IsSet() function108 bool IsSet() const { return ptr_ != nullptr; } in IsSet() function
55 bool IsSet(DimensionHandle d) { return d.IsSet(); } in IsSet() function in tensorflow::shape_inference::ShapeInferenceTest56 bool IsSet(ShapeHandle s) { return s.IsSet(); } in IsSet() function in tensorflow::shape_inference::ShapeInferenceTest
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
185 bool IsSet() const { return granularity != GRANULARITY_UNKNOWN; } in IsSet() function
73 bool IsSet(const char * name) const { in IsSet() function
670 bool IsSet(int i) const { return bitfield_[i]; } in IsSet() function