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

  /external/llvm/include/llvm/Object/
Error.h 31 _ v_; member in struct:llvm::object::object_error
33 object_error(_ v) : v_(v) {}
34 explicit object_error(int v) : v_(_(v)) {}
35 operator int() const {return v_;}
  /external/valgrind/unittest/
atomicity_tests.cc 49 return v_.size();
54 v_.push_back(a);
59 v_.pop_back();
63 vector<int> v_; member in class:AtomicityTests_LockedVector::LockedVector
  /external/llvm/include/llvm/Support/
FileSystem.h 59 file_type(_ v) : v_(v) {}
60 explicit file_type(int v) : v_(_(v)) {}
61 operator int() const {return v_;}
64 int v_; member in struct:llvm::sys::fs::file_type
75 copy_option(_ v) : v_(v) {}
76 explicit copy_option(int v) : v_(_(v)) {}
77 operator int() const {return v_;}
80 int v_; member in struct:llvm::sys::fs::copy_option
system_error.h 619 _ v_; member in struct:llvm::errc
621 errc(_ v) : v_(v) {}
622 operator int() const {return v_;}
892 _ v_; member in struct:llvm::windows_error
894 windows_error(_ v) : v_(v) {}
895 explicit windows_error(int v) : v_(_(v)) {}
896 operator int() const {return v_;}
  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 301 SkScalar v_ = SkFloatToScalar(vOffset); local
304 canvas->drawTextOnPathHV(text, count << 1, *path, h_, v_, *paint);
314 canvas->drawTextOnPathHV(buffer.get(), count << 1, *path, h_, v_, *paint);

Completed in 60 milliseconds