Searched defs:inner (Results 1 – 10 of 10) sorted by relevance
23 void extraMethod(in hidl2aidl.test.IBar.Inner inner); in extraMethod()
47 aidl::hidl2aidl::test::IBar::Inner inner; in testIBar() local
65 hidl2aidl::test::IBar::Inner inner; in testIBar() local
148 hidl2aidl.test.V1_2.SafeUnionBar.InnerStructBar inner = in SafeUnionBarInnerStructBar() local
126 hidl2aidl::test::V1_2::SafeUnionBar::InnerStructBar inner; in TEST_F() local
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
335 def inner(what): function379 def inner(what): function764 def inner(text): function
265 Expression *Expression::parenthesize(Expression *inner) { in parenthesize()
59 #define container_of(inner, outer_t, elem) ((outer_t*)((char*)(inner)-offsetof(outer_t, elem))) argument