Home
last modified time | relevance | path

Searched refs:_container (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Rewriter/
Dobjc-ivar-receiver-1.m2 …N: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o - | grep 'newInv->_container'
10 id _container; field
20 id obj = newInv->_container;
21 [newInv->_container addObject:0];
Dobjc-modern-ivar-receiver-1.mm12 id _container; field
22 id obj = newInv->_container;
23 [newInv->_container addObject:0];
28 // CHECK: id obj = (*(id *)((char *)newInv + OBJC_IVAR_$_NSInvocation$_container));
/external/v8/testing/
Dgtest-support.h37 #define TRACED_FOREACH(_type, _var, _container) \ argument
38 for (_type const _var : _container) \
/external/python/cpython2/Lib/
Dargparse.py1523 self._container = container
1529 action = self._container._add_action(action)
1534 self._container._remove_action(action)