Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dinstantiate-c99.cpp24 struct Point3D { struct
28 template struct DesigInit0<Point3D, int, double>; argument
/external/python/cpython2/Lib/
Dcollections.py737 Point3D = namedtuple('Point3D', Point._fields + ('z',)) variable
738 print Point3D.__doc__
/external/python/cpython2/Doc/library/
Dcollections.rst769 >>> Point3D = namedtuple('Point3D', Point._fields + ('z',))