Searched refs:__owner (Results 1 - 3 of 3) sorted by relevance

/external/stlport/stlport/stl/debug/
H A D_debug.h425 inline bool _STLP_CALL __check_if_owner( const __owned_list* __owner, argument
427 { return __stl_debugger::_Check_if_owner(__owner, (const __owned_link&)__it); }
430 inline bool _STLP_CALL __check_if_not_owner( const __owned_list* __owner, argument
432 { return __stl_debugger::_Check_if_not_owner(__owner, (const __owned_link&)__it); }
H A D_debug.c574 const __owned_list* __owner = __l->_Owner(); local
575 _STLP_VERBOSE_RETURN_0(__owner != 0, _StlMsg_INVALID_ITERATOR)
576 void* __ret = __CONST_CAST(void*,__owner->_Owner());
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dcpp_message.py200 return self._subclass(__cmessage=cmessage, __owner=self._message, **kwargs)
224 return subclass(__cmessage=cmessages, __owner=self._message)
226 return [subclass(__cmessage=m, __owner=self._message) for m in cmessages]
464 owner = kwargs.pop('__owner', None)

Completed in 536 milliseconds