Home
last modified time | relevance | path

Searched refs:incref (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py406 self.incref(c, ident)
425 def incref(self, c, ident): member in Server
700 authkey=None, exposed=None, incref=True): argument
732 if incref:
875 incref = (
879 return func(token, serializer, incref=incref, **kwds)
908 exposed=None, incref=True): argument
928 incref=incref)
/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py397 self.incref(c, ident)
414 def incref(self, c, ident): member in Server
747 authkey=None, exposed=None, incref=True, manager_owned=False): argument
782 if incref:
929 incref = (
933 return func(token, serializer, incref=incref, **kwds)
962 exposed=None, incref=True): argument
982 incref=incref)
/external/grpc-grpc/src/core/lib/slice/
Dslice_buffer.cc252 bool incref) { in slice_buffer_move_first_maybe_ref() argument
271 } else if (incref) { /* n < slice_len */ in slice_buffer_move_first_maybe_ref()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice_buffer.cc267 template <bool incref>
288 } else if (incref) { /* n < slice_len */ in slice_buffer_move_first_maybe_ref()
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b3.rst188 Drop superfluous incref/decref.
/external/python/cpython2/Misc/NEWS.d/
D2.7.13rc1.rst116 Correctly incref the parent module while importing.
/external/python/cpython2/Doc/c-api/
Dintro.rst132 is considerably more complex than the incref one, since it must check whether
/external/python/cpython3/Doc/c-api/
Dintro.rst273 is considerably more complex than the incref one, since it must check whether