Searched defs:inner (Results 1 – 8 of 8) sorted by relevance
327 def inner(what): function371 def inner(what): function753 def inner(text): function
63 const Type* inner = static_cast<const TemplatedType*>(elementType)->getElementType(); in isCompatibleElementType() local67 const Type* inner = static_cast<const ArrayType*>(elementType)->getElementType(); in isCompatibleElementType() local
226 …NestedBuilder(std::unique_ptr<BasePacketBuilder> inner, uint8_t level) : payload_(std::move(inner)… in NestedBuilder()
229 …NestedBuilder(std::unique_ptr<BasePacketBuilder> inner, uint8_t level) : payload_(std::move(inner)… in NestedBuilder()
265 Expression *Expression::parenthesize(Expression *inner) { in parenthesize()
63 #define container_of(inner, outer_t, elem) ((outer_t*)((char*)(inner)-offsetof(outer_t, elem))) argument
184 vector<unique_ptr<Declaration>> inner; in NestInNamespaces() local