Home
last modified time | relevance | path

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

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/posix/
H A DPrettyOutput.py27 def green_impl(self, text, stream=None, **kwargs): member in PrettyOutput
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DPrettyOutputBase.py210 def green_impl(self, text, stream=None, **kwargs): member in PrettyOutputBase
214 return self._call_color_impl(self.green, self.green_impl, *args,
280 def green_impl(self, text, stream=None, **kwargs): member in TestPrettyOutput.MockPrettyOutput
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/windows/
H A DPrettyOutput.py75 def green_impl(self, text, stream=None, **kwargs): member in PrettyOutput