Searched refs:proto_debug_unwind (Results 1 – 2 of 2) sorted by relevance
579 proto::DebugUnwindFeature proto_debug_unwind; in ReadDebugUnwindFeature() local580 proto_debug_unwind.ParseFromString(s); in ReadDebugUnwindFeature()581 DebugUnwindFeature debug_unwind(proto_debug_unwind.file_size()); in ReadDebugUnwindFeature()582 for (size_t i = 0; i < proto_debug_unwind.file_size(); i++) { in ReadDebugUnwindFeature()583 debug_unwind[i].path = proto_debug_unwind.file(i).path(); in ReadDebugUnwindFeature()584 debug_unwind[i].size = proto_debug_unwind.file(i).size(); in ReadDebugUnwindFeature()
424 proto::DebugUnwindFeature proto_debug_unwind; in WriteDebugUnwindFeature() local426 auto proto_file = proto_debug_unwind.add_file(); in WriteDebugUnwindFeature()431 if (!proto_debug_unwind.SerializeToString(&s)) { in WriteDebugUnwindFeature()