Home
last modified time | relevance | path

Searched defs:Proj (Results 1 – 10 of 10) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/algorithms/
Dranges_robust_against_copying_projections.pass.cpp23 struct Proj { struct
25 constexpr explicit Proj(int *copies) : copies_(copies) {} in Proj() argument
26 constexpr Proj(const Proj& rhs) : copies_(rhs.copies_) { *copies_ += 1; } in Proj() function
28 constexpr void *operator()(T) const { return nullptr; } in operator ()()
/external/rust/crates/pin-project/tests/expand/naming/
Dstruct-mut.expanded.rs20 struct Proj<'pin, T, U> struct
46 struct __StructProjectionRef<'pin, T, U> argument
Dstruct-all.expanded.rs20 struct Proj<'pin, T, U> struct
39 struct ProjRef<'pin, T, U> argument
Denum-mut.expanded.rs20 enum Proj<'pin, T, U> enum
Dtuple_struct-mut.expanded.rs16 struct Proj<'pin, T, U>( struct
Dtuple_struct-all.expanded.rs16 struct Proj<'pin, T, U>( struct
Denum-all.expanded.rs20 enum Proj<'pin, T, U> enum
/external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.requirements/alg.req.sortable/
Dsortable.compile.pass.cpp29 using Proj = int(*)(Foo); typedef
/external/eigen/test/
Dgeo_transformations.cpp590 typedef Transform<Scalar,Dim,Projective,Options> Proj; in transform_products() typedef
/external/swiftshader/src/Pipeline/
DSpirvShader.hpp1080 Proj, enumerator