Home
last modified time | relevance | path

Searched refs:CompareWFI (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/processor/
Dmodule_comparer.h85 bool CompareWFI(const WindowsFrameInfo&, const WindowsFrameInfo&) const;
Dmodule_comparer.cc245 bool ModuleComparer::CompareWFI(const WindowsFrameInfo& wfi1, in CompareWFI() function in google_breakpad::ModuleComparer
272 ASSERT_TRUE(CompareWFI(*(basic_crm->entry_.get()), newwfi)); in CompareCRM()