Searched defs:IsChild (Results 1 – 4 of 4) sorted by relevance
377 bool FakeServer::IsChild(const string& id, const string& potential_parent_id) { in IsChild() function in fake_server::FakeServer
192 bool IsChild() const { return parent() != NULL; } in IsChild() function
201 bool IsChild() const { return parent() != NULL; } in IsChild() function
991 def IsChild(child_id): function