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

  /external/clang/test/CXX/special/class.init/class.inhctor.init/
p1.cpp 55 namespace vbase { namespace
  /external/clang/test/CXX/class/class.union/
p1.cpp 40 VirtualBase vbase; // expected-error {{union member 'vbase' has a non-trivial copy constructor}} member in union:U1
55 VirtualBase vbase; // expected-note {{because the function selected to copy field of type 'VirtualBase' is not trivial}} member in struct:U2::__anon14586
127 Either<int,VirtualBase> vbase(0); // expected-note {{in instantiation of template}}
  /frameworks/native/services/sensorservice/
vec.h 40 struct vbase;
134 // "a.xyz + b" is a mixed-operation between a vbase<> and a vec<>, requiring
135 // a conversion of vbase<> to vec<>. The template gunk below avoids this,
258 struct vbase { struct in namespace:android
263 template<> struct vbase<float, 2> { struct in namespace:android
272 template<> struct vbase<float, 3> { struct in namespace:android
277 vbase<float, 2> xy;
278 vbase<float, 2> st;
283 template<> struct vbase<float, 4> { struct in namespace:android
288 vbase<float, 3> xyz
    [all...]

Completed in 110 milliseconds