HomeSort by relevance Sort by last modified time
    Searched defs:IsBound (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/
label.h 89 return IsBound() ? -position_ - sizeof(void*) : position_ - sizeof(void*);
97 bool IsBound() const { return position_ < 0; }
109 CHECK(!IsBound());
111 CHECK(IsBound());
115 CHECK(!IsBound());
  /system/connectivity/shill/
connection.h 67 bool IsBound() const { return connection_ != nullptr; }

Completed in 44 milliseconds