Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_generic.cc315 static void list_join(grpc_timer* head, grpc_timer* timer) { in list_join() function
398 list_join(&shard->list, timer); in timer_init()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtimer_generic.cc317 static void list_join(grpc_timer* head, grpc_timer* timer) { in list_join() function
401 list_join(&shard->list, timer); in timer_init()
/external/python/cpython2/Modules/
D_elementtree.c174 list_join(PyObject* list) in list_join() function
453 PyObject *tmp = list_join(res); in element_get_text()
475 PyObject *tmp = list_join(res); in element_get_tail()
/external/python/cpython3/Modules/
D_elementtree.c151 list_join(PyObject* list) in list_join() function
554 PyObject *tmp = list_join(res); in element_get_text()
576 PyObject *tmp = list_join(res); in element_get_tail()
2590 joined = list_join(*data); in treebuilder_extend_element_text_or_tail()