Searched refs:proto_debug_unwind (Results 1 – 2 of 2) sorted by relevance
682 proto::DebugUnwindFeature proto_debug_unwind; in ReadDebugUnwindFeature() local683 proto_debug_unwind.ParseFromString(s); in ReadDebugUnwindFeature()684 DebugUnwindFeature debug_unwind(proto_debug_unwind.file_size()); in ReadDebugUnwindFeature()685 for (size_t i = 0; i < proto_debug_unwind.file_size(); i++) { in ReadDebugUnwindFeature()686 debug_unwind[i].path = proto_debug_unwind.file(i).path(); in ReadDebugUnwindFeature()687 debug_unwind[i].size = proto_debug_unwind.file(i).size(); in ReadDebugUnwindFeature()
415 proto::DebugUnwindFeature proto_debug_unwind; in WriteDebugUnwindFeature() local417 auto proto_file = proto_debug_unwind.add_file(); in WriteDebugUnwindFeature()422 if (!proto_debug_unwind.SerializeToString(&s)) { in WriteDebugUnwindFeature()