Searched defs:GetV (Results 1 – 8 of 8) sorted by relevance
57 func (x *Int32) GetV() int32 { func104 func (x *Int64) GetV() int64 { func151 func (x *Uint32) GetV() uint32 { func198 func (x *Uint64) GetV() uint64 { func245 func (x *Sint32) GetV() int32 { func292 func (x *Sint64) GetV() int64 { func339 func (x *Fixed32) GetV() uint32 { func386 func (x *Fixed64) GetV() uint64 { func433 func (x *Float) GetV() float32 { func480 func (x *Double) GetV() float64 { func[all …]
261 int GetV() { return 123; } in GetV() function282 SP1 GetV() { return SP1(); } in GetV() function297 int GetV() { return 123; } in GetV() function309 int GetV() { return 123; } in GetV() function318 T GetV() { return 123; } in GetV() function330 int GetV() { return 123; } in GetV() function344 T GetV() { return 0; } in GetV() function388 int& GetV() { return _v; } in GetV() function
30 int GetV(rtc::scoped_refptr<I444BufferInterface> buf, int col, int row) { in GetV() function
29 int GetV(rtc::scoped_refptr<NV12BufferInterface> buf, int col, int row) { in GetV() function
31 int GetV(rtc::scoped_refptr<I210BufferInterface> buf, int col, int row) { in GetV() function
30 int GetV(rtc::scoped_refptr<I422BufferInterface> buf, int col, int row) { in GetV() function
204 inline const Image<uint8_t>* GetV() const { in GetV() function
109 int GetV() { return android::base::GetIntProperty("build.version.extensions.v", -1); } in GetV() function in DeriveSdkTest