Home
last modified time | relevance | path

Searched refs:_nested (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/cros/cellular/
Dtest_environment.py75 self._nested = None
100 self._nested = contextlib.nested(*self._context_managers)
101 self._nested.__enter__()
133 if self._nested:
134 return self._nested.__exit__(exception, value, traceback)
/external/ImageMagick/Magick++/lib/
DException.cpp24 _nested((Exception *) NULL) in Exception()
32 _nested(nested_) in Exception()
39 _nested((Exception *) NULL) in Exception()
45 delete _nested; in ~Exception()
63 return(_nested); in nested()
68 _nested=nested_; in nested()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h57 Exception* _nested; variable