Home | History | Annotate | Download | only in test

Lines Matching refs:pv1

4287   void* pv1 = (void*)0x1234;  // NOLINT
4288 char* const p1 = reinterpret_cast<char*>(pv1);
4704 void* pv1 = (void*)0x1234; // NOLINT
4706 char* const p1 = reinterpret_cast<char*>(pv1);
4726 void* pv1 = (void*)0x1234; // NOLINT
4728 wchar_t* const p1 = reinterpret_cast<wchar_t*>(pv1);