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

  /external/libcxxabi/test/
catch_ptr_02.pass.cpp 133 struct vBase {};
134 struct vDerived : virtual public vBase {};
144 catch (vBase *p) {
160 catch (vBase *p) {
176 catch (vBase *p) {
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_ptr_02.pass.cpp 133 struct vBase {};
134 struct vDerived : virtual public vBase {};
144 catch (vBase *p) {
160 catch (vBase *p) {
176 catch (vBase *p) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 234 int vBase = v + ascent;
245 vBase + padding.top + centerOffsetHeight,

Completed in 81 milliseconds