Home | History | Annotate | Download | only in test

Lines Matching defs:pv1

4190   void* pv1 = (void*)0x1234;  // NOLINT
4191 char* const p1 = reinterpret_cast<char*>(pv1);
4586 void* pv1 = (void*)0x1234; // NOLINT
4588 char* const p1 = reinterpret_cast<char*>(pv1);
4608 void* pv1 = (void*)0x1234; // NOLINT
4610 wchar_t* const p1 = reinterpret_cast<wchar_t*>(pv1);