Searched defs:CIB (Results 1 – 1 of 1) sorted by relevance
326 struct CIB { struct327 CIB(const CIB &Other) : Field(Other.Field) { /* Don't erase this */ in CIB() function333 CIB &CIB::operator=(const CIB &Other) { in operator =() argument