Searched refs:native_alloc_match (Results 1 – 1 of 1) sorted by relevance
366 std::smatch native_alloc_match; in ParseNativeAlloc() local367 bool found = std::regex_search(output_, native_alloc_match, native_alloc_regex); in ParseNativeAlloc()372 if (native_alloc_match.size() != 2U) { in ParseNativeAlloc()373 EXPECT_EQ(native_alloc_match.size(), 2U); in ParseNativeAlloc()377 std::istringstream stream(native_alloc_match[1].str()); in ParseNativeAlloc()