Searched defs:inner (Results 1 – 14 of 14) 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
195 let inner = fields.unnamed.first().unwrap(); in from_val_struct() localVariable342 let inner = fields.unnamed.first().unwrap(); in cddl_struct() localVariable
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
336 def inner(what): function380 def inner(what): function765 def inner(text): function
144 inner: BoringAesOperation, field
265 Expression *Expression::parenthesize(Expression *inner) { in parenthesize()
70 let inner = a.remove(1); in from_cbor_value() localVariable
50 inner: Mutex<Option<oneshot::Sender<T>>>, field
59 #define container_of(inner, outer_t, elem) ((outer_t*)((char*)(inner)-offsetof(outer_t, elem))) argument