Home
last modified time | relevance | path

Searched defs:Point2D (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaTemplate/
Dinstantiate-c99.cpp18 struct Point2D { struct
22 template struct DesigInit0<Point2D, int, double>; argument
/external/python/cpython3/Lib/test/
Dtest_typing.py2755 class Point2D(TypedDict): class