Searched refs:is_bound_ (Results 1 – 4 of 4) sorted by relevance
117 is_bound_(false), in LocationBase()129 is_bound_(false), in LocationBase()142 is_bound_(true), in LocationBase()197 bool IsBound() const { return is_bound_; } in IsBound()206 VIXL_ASSERT(!is_bound_); in SetLocation()212 VIXL_ASSERT(!is_bound_); in MarkBound()213 is_bound_ = true; in MarkBound()237 bool is_bound_; variable
80 info.is_bound_ = false; in RedirectUsingPipe()86 info.is_bound_ = true; in BindFd()146 if (i->second.is_bound_) { in PopulatePipeMap()320 if (!i.second.is_bound_) { in Start()
205 bool is_bound_; member
127 is_bound_ = true; in SetBound()129 bool IsBound() const { return is_bound_; } in IsBound()135 bool is_bound_ = false; variable