Searched defs:comp_id (Results 1 – 2 of 2) sorted by relevance
82 struct comp_id struct84 bool operator()(int x,const employee& e2)const{return x<e2.id;} in operator ()()85 bool operator()(const employee& e1,int x)const{return e1.id<x;} in operator ()()
226 char *component_name(char *out, int comp_id) in component_name()