Searched refs:GetV (Results 1 – 6 of 6) sorted by relevance
255 __declspec(property(get=GetV)) int V1;257 __declspec(property(get=GetV, put=SetV_NotExist)) int V3;259 __declspec(property(get=GetV, put=SetV)) int V5;261 int GetV() { return 123; } in GetV() function281 __declspec(property(get=GetV)) SP1 V;282 SP1 GetV() { return SP1(); } in GetV() function296 __declspec(property(get=GetV)) int V;297 int GetV() { return 123; } in GetV() function308 __declspec(property(get=GetV)) T V;309 int GetV() { return 123; } in GetV() function[all …]
318 __declspec(property(get=GetV)) int V8; // no-warning319 …__declspec(property(get=GetV=)) int V9; // expected-error {{expected ',' or ')' at end of property…320 …__declspec(property(get=GetV,)) int V10; // expected-error {{expected 'get' or 'put' in property d…321 __declspec(property(get=GetV,put=SetV)) int V11; // no-warning322 …__declspec(property(get=GetV,put=SetV,get=GetV)) int V12; // expected-error {{property declaration…323 …__declspec(property(get=GetV)) int V13 = 3; // expected-error {{property declaration cannot have a…325 int GetV() { return 123; }
204 inline const Image<uint8_t>* GetV() const { in GetV() function
43 const Image<uint8_t>& v_data = *image_data.GetV(); in ScoreKeypoints()
1282 bool ReadV() const { return nzcv_.GetV() != 0; }
922 ReadNzcv().GetV(), in PrintSystemRegister()