Lines Matching refs:baseInterfaces
1061 for (BaseClass *b2 = bv; b2->baseInterfaces.length; ) in membersPlace()
1063 b2 = &b2->baseInterfaces.ptr[0]; in membersPlace()
1773 for (size_t j = 0; j < bc->baseInterfaces.length; j++) in isBaseOf()
1775 BaseClass *b = &bc->baseInterfaces.ptr[j]; in isBaseOf()
1838 this->baseInterfaces.length = 0; in BaseClass()
1839 this->baseInterfaces.ptr = NULL; in BaseClass()
1849 this->baseInterfaces.length = 0; in BaseClass()
1850 this->baseInterfaces.ptr = NULL; in BaseClass()
1923 baseInterfaces.length = sym->interfaces.length; in copyBaseInterfaces()
1924 baseInterfaces.ptr = (BaseClass *)mem.xcalloc(baseInterfaces.length, sizeof(BaseClass)); in copyBaseInterfaces()
1927 for (size_t i = 0; i < baseInterfaces.length; i++) in copyBaseInterfaces()
1929 void *pb = &baseInterfaces.ptr[i]; in copyBaseInterfaces()