Home | History | Annotate | Download | only in test

Lines Matching refs:pv1

4427   void* pv1 = (void*)0x1234;  // NOLINT
4428 char* const p1 = reinterpret_cast<char*>(pv1);
4829 void* pv1 = (void*)0x1234; // NOLINT
4831 char* const p1 = reinterpret_cast<char*>(pv1);
4851 void* pv1 = (void*)0x1234; // NOLINT
4853 wchar_t* const p1 = reinterpret_cast<wchar_t*>(pv1);