Home | History | Annotate | Download | only in test

Lines Matching refs:pv1

4446   void* pv1 = (void*)0x1234;  // NOLINT
4447 char* const p1 = reinterpret_cast<char*>(pv1);
4862 void* pv1 = (void*)0x1234; // NOLINT
4864 char* const p1 = reinterpret_cast<char*>(pv1);
4884 void* pv1 = (void*)0x1234; // NOLINT
4886 wchar_t* const p1 = reinterpret_cast<wchar_t*>(pv1);