Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/testprotos/required/
H A 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 …]
/aosp_15_r20/external/clang/test/SemaCXX/
H A 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
/aosp_15_r20/external/webrtc/api/video/test/
H A Di444_buffer_unittest.cc30 int GetV(rtc::scoped_refptr<I444BufferInterface> buf, int col, int row) { in GetV() function
H A Dnv12_buffer_unittest.cc29 int GetV(rtc::scoped_refptr<NV12BufferInterface> buf, int col, int row) { in GetV() function
H A Di210_buffer_unittest.cc31 int GetV(rtc::scoped_refptr<I210BufferInterface> buf, int col, int row) { in GetV() function
H A Di422_buffer_unittest.cc30 int GetV(rtc::scoped_refptr<I422BufferInterface> buf, int col, int row) { in GetV() function
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
H A Dimage_data.h204 inline const Image<uint8_t>* GetV() const { in GetV() function
/aosp_15_r20/packages/modules/SdkExtensions/derive_sdk/
Dderive_sdk_test.cpp109 int GetV() { return android::base::GetIntProperty("build.version.extensions.v", -1); } in GetV() function in DeriveSdkTest