HomeSort by relevance Sort by last modified time
    Searched defs:pti (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
ptr-to-datamember.cpp 36 int T::t::*pti; member in class:TT::T::t
86 tt.pti = &I::x;
96 printf("%d\n", i.*tt.pti);
  /external/opencv3/modules/imgproc/src/
shapedescr.cpp 313 const Point* pti = curve.ptr<Point>(); local
316 Point2f prev = is_float ? ptf[last] : Point2f((float)pti[last].x,(float)pti[last].y);
320 Point2f p = is_float ? ptf[i] : Point2f((float)pti[i].x,(float)pti[i].y);

Completed in 549 milliseconds