Home
last modified time | relevance | path

Searched defs:GetV (Results 1 – 7 of 7) sorted by relevance

/external/golang-protobuf/internal/testprotos/required/
Drequired.pb.go57 func (x *Int32) GetV() int32 { func
104 func (x *Int64) GetV() int64 { func
151 func (x *Uint32) GetV() uint32 { func
198 func (x *Uint64) GetV() uint64 { func
245 func (x *Sint32) GetV() int32 { func
292 func (x *Sint64) GetV() int64 { func
339 func (x *Fixed32) GetV() uint32 { func
386 func (x *Fixed64) GetV() uint64 { func
433 func (x *Float) GetV() float32 { func
480 func (x *Double) GetV() float64 { func
[all …]
/external/clang/test/SemaCXX/
DMicrosoftExtensions.cpp261 int GetV() { return 123; } in GetV() function
282 SP1 GetV() { return SP1(); } in GetV() function
297 int GetV() { return 123; } in GetV() function
309 int GetV() { return 123; } in GetV() function
318 T GetV() { return 123; } in GetV() function
330 int GetV() { return 123; } in GetV() function
344 T GetV() { return 0; } in GetV() function
388 int& GetV() { return _v; } in GetV() function
/external/webrtc/api/video/test/
Di444_buffer_unittest.cc30 int GetV(rtc::scoped_refptr<I444BufferInterface> buf, int col, int row) { in GetV() function
Dnv12_buffer_unittest.cc29 int GetV(rtc::scoped_refptr<NV12BufferInterface> buf, int col, int row) { in GetV() function
Di422_buffer_unittest.cc30 int GetV(rtc::scoped_refptr<I422BufferInterface> buf, int col, int row) { in GetV() function
Di210_buffer_unittest.cc31 int GetV(rtc::scoped_refptr<I210BufferInterface> buf, int col, int row) { in GetV() function
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage_data.h204 inline const Image<uint8_t>* GetV() const { in GetV() function