Home
last modified time | relevance | path

Searched refs:_next (Results 1 – 25 of 31) sorted by relevance

12

/third_party/eudev/src/shared/
Dlist.h31 t *name##_next, *name##_prev
44 _item->name##_prev = _item->name##_next = NULL; \
52 if ((_item->name##_next = *_head)) \
53 _item->name##_next->name##_prev = _item; \
63 if (_item->name##_next) \
64 _item->name##_next->name##_prev = _item->name##_prev; \
66 _item->name##_prev->name##_next = _item->name##_next; \
69 *_head = _item->name##_next; \
71 _item->name##_next = _item->name##_prev = NULL; \
94 while (_item->name##_next) \
[all …]
/third_party/boost/boost/xpressive/detail/core/
Dlist.hpp38 node_base *_next; member
62 void increment() { _node = _node->_next; } in increment()
79 _sentry._next = _sentry._prev = &_sentry; in list()
84 _sentry._next = _sentry._prev = &_sentry; in list()
119 new_node->_next = _sentry._next; in push_front()
122 _sentry._next->_prev = new_node; in push_front()
123 _sentry._next = new_node; in push_front()
130 new_node->_next = &_sentry; in push_back()
133 _sentry._prev->_next = new_node; in push_back()
140 node *old_node = static_cast<node *>(_sentry._next); in pop_front()
[all …]
/third_party/libuv/src/win/
Dloop-watcher.c60 handle->name##_next = old_head; \
86 loop->name##_handles = handle->name##_next; \
91 loop->next_##name##_handle = handle->name##_next; \
95 handle->name##_prev->name##_next = handle->name##_next; \
97 if (handle->name##_next) { \
98 handle->name##_next->name##_prev = handle->name##_prev; \
114 (loop)->next_##name##_handle = handle->name##_next; \
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/tree/
Diteration_node.hpp22 _next (next_), in iteration_node()
28 _next->append_firstpos (_firstpos); in iteration_node()
29 _next->append_lastpos (_lastpos); in iteration_node()
57 node_stack_.push (_next); in traverse()
63 node *_next; member in boost::lexer::detail::iteration_node
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/
Dfrom.js3_next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error)… argument
5_next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function … function
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_server/
D_service.py25 def _next(self): member in _RequestIterator
40 return self._next()
43 return self._next()
/third_party/grpc/src/python/grpcio_health_checking/grpc_health/v1/
Dhealth.py44 def _next(self): member in _Watcher
54 return self._next()
57 return self._next()
/third_party/grpc/src/python/grpcio_tests/tests/testing/
D_client_application.py74 def _next(self): member in _Pipe
85 return self._next()
88 return self._next()
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_channel_close_test.py84 def _next(self): member in _Pipe
94 return self._next()
97 return self._next()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcompletion_queue.pyx.pxi19 cdef grpc_event _next(grpc_completion_queue *c_completion_queue, deadline) except *: function
63 cdef grpc_event c_event = _next(c_completion_queue, deadline)
92 return self._interpret_event(_next(self.c_completion_queue, deadline))
Dcompletion_queue.pxd.pxi16 cdef grpc_event _next(grpc_completion_queue *c_completion_queue, deadline) except * function
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_invocation.py120 def _next(handler): function
297 return _next(self._handler)
300 return _next(self._handler)
/third_party/grpc/src/python/grpcio/grpc/beta/
D_client_adaptations.py129 def _next(self): member in _Rendezvous
136 return self._next()
139 return self._next()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h636 TiXmlNode* NextSibling( const char* _next ) { in NextSibling() argument
637 return const_cast< TiXmlNode* >( (const_cast< const TiXmlNode* >(this))->NextSibling( _next ) ); in NextSibling()
654 TiXmlElement* NextSiblingElement( const char *_next ) { in NextSiblingElement() argument
655 …const_cast< TiXmlElement* >( (const_cast< const TiXmlNode* >(this))->NextSiblingElement( _next ) ); in NextSiblingElement()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h636 TiXmlNode* NextSibling( const char* _next ) { in NextSibling() argument
637 return const_cast< TiXmlNode* >( (const_cast< const TiXmlNode* >(this))->NextSibling( _next ) ); in NextSibling()
654 TiXmlElement* NextSiblingElement( const char *_next ) { in NextSiblingElement() argument
655 …const_cast< TiXmlElement* >( (const_cast< const TiXmlNode* >(this))->NextSiblingElement( _next ) ); in NextSiblingElement()
/third_party/grpc/doc/core/
Dgrpc-cq.md28 ### **grpc\_completion\_queue\_next()** & **grpc_completion_queue_pluck()** APIS
/third_party/jinja2/
Denvironment.py1323 self._next = partial(next, self._gen)
1351 self._next = partial(next, self._buffered_generator(size))
1357 return self._next()
/third_party/node/tools/inspector_protocol/jinja2/
Denvironment.py1237 self._next = partial(next, self._gen)
1265 self._next = partial(next, self._buffered_generator(size))
1271 return self._next()
/third_party/skia/third_party/externals/jinja2/
Denvironment.py1323 self._next = partial(next, self._gen)
1351 self._next = partial(next, self._buffered_generator(size))
1357 return self._next()
/third_party/grpc/src/python/grpcio/grpc/
D_channel.py413 return self._next()
416 return self._next()
418 def _next(self): member in _Rendezvous
609 def _next(self): member in _SingleThreadedRendezvous
773 def _next(self): member in _MultiThreadedRendezvous
D_server.py369 def _next(self): member in _RequestIterator
382 return self._next()
385 return self._next()
/third_party/icu/icu4c/source/common/
Ducurr.cpp131 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next() local
132 if (_next == NULL) { in next()
136 if (*_next == *_start) { in next()
139 _current = _next; in next()
140 return _next; in next()
/third_party/skia/third_party/externals/icu/source/common/
Ducurr.cpp131 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next() local
132 if (_next == NULL) { in next()
136 if (*_next == *_start) { in next()
139 _current = _next; in next()
140 return _next; in next()
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp131 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next() local
132 if (_next == NULL) { in next()
136 if (*_next == *_start) { in next()
139 _current = _next; in next()
140 return _next; in next()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducurr.cpp145 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next() local
146 if (_next == NULL) { in next()
150 if (*_next == *_start) { in next()
153 _current = _next; in next()
154 return _next; in next()

12