Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dcopy.py132 def deepcopy(x, memo=None, _nil=[]): argument
142 y = memo.get(d, _nil)
143 if y is not _nil:
/external/python/cpython2/Lib/
Dcopy.py145 def deepcopy(x, memo=None, _nil=[]): argument
155 y = memo.get(d, _nil)
156 if y is not _nil:
/external/harfbuzz_ng/src/
Dhb-unicode.cc191 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_unicode_##name##_nil,
Dhb-font.cc486 #define HB_FONT_FUNC_IMPLEMENT(name) hb_font_get_##name##_nil,