Searched refs:GetCheckExceptionData (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libchrome/base/ |
H A D | logging_unittest.cc | 247 int GetCheckExceptionData(EXCEPTION_POINTERS* p, DWORD* code, void** addr) { in GetCheckExceptionData() function 265 GetCheckExceptionData(GetExceptionInformation(), &code1, &addr1)) { in TEST_F() 271 GetCheckExceptionData(GetExceptionInformation(), &code2, &addr2)) { in TEST_F() 277 GetCheckExceptionData(GetExceptionInformation(), &code3, &addr3)) { in TEST_F()
|
/aosp_15_r20/external/cronet/base/ |
H A D | logging_unittest.cc | 374 int GetCheckExceptionData(EXCEPTION_POINTERS* p, DWORD* code, void** addr) { in GetCheckExceptionData() function 392 GetCheckExceptionData(GetExceptionInformation(), &code1, &addr1)) { in TEST_F() 398 GetCheckExceptionData(GetExceptionInformation(), &code2, &addr2)) { in TEST_F() 404 GetCheckExceptionData(GetExceptionInformation(), &code3, &addr3)) { in TEST_F()
|