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

  /prebuilts/go/darwin-x86/test/interface/embed1.dir/
embed1.go 18 type PJ interface { p.J }
33 var pj PJ
36 pj = pt
38 _ = pj
39 pi = pj
41 pj = pi
42 _ = pj
  /prebuilts/go/linux-x86/test/interface/embed1.dir/
embed1.go 18 type PJ interface { p.J }
33 var pj PJ
36 pj = pt
38 _ = pj
39 pi = pj
41 pj = pi
42 _ = pj
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 139 typedef typename add_const_reference<Element>::type PJ;
143 static PJ get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); }
149 typedef typename add_const_reference<Head>::type PJ;
152 static PJ get(const tuple<Head, Values...>& t) { return t.head(); }
example-tuple.cpp 182 typedef typename add_const_reference<Element>::type PJ;
186 static PJ get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); }
192 typedef typename add_const_reference<Head>::type PJ;
195 static PJ get(const tuple<Head, Values...>& t) { return t.head(); }

Completed in 713 milliseconds