Searched refs:binary_proto_bytes (Results 1 – 3 of 3) sorted by relevance
126 let binary_proto_bytes = in test_parse_storage_record_pb() localVariable128 let storage_files = storage_record_pb::try_from_binary_proto(&binary_proto_bytes).unwrap(); in test_parse_storage_record_pb()158 let binary_proto_bytes = in test_parse_invalid_storage_record_pb() localVariable160 let err = storage_record_pb::try_from_binary_proto(&binary_proto_bytes).unwrap_err(); in test_parse_invalid_storage_record_pb()176 let binary_proto_bytes = in test_parse_invalid_storage_record_pb() localVariable178 let err = storage_record_pb::try_from_binary_proto(&binary_proto_bytes).unwrap_err(); in test_parse_invalid_storage_record_pb()194 let binary_proto_bytes = in test_parse_invalid_storage_record_pb() localVariable196 let err = storage_record_pb::try_from_binary_proto(&binary_proto_bytes).unwrap_err(); in test_parse_invalid_storage_record_pb()
133 protozero::ConstBytes binary_proto_bytes{ in TEST() local153 binary_proto_bytes, kPretty | kInlineAnnotations)); in TEST()
1392 std::string binary_proto_bytes{output_.substr(4)}; in Done() local1395 binary_proto.ParseFromString(binary_proto_bytes); in Done()