Home
last modified time | relevance | path

Searched refs:binary_proto_bytes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/src/
H A Dprotos.rs126 let binary_proto_bytes = in test_parse_storage_record_pb() localVariable
128 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() localVariable
160 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() localVariable
178 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() localVariable
196 let err = storage_record_pb::try_from_binary_proto(&binary_proto_bytes).unwrap_err(); in test_parse_invalid_storage_record_pb()
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dprotozero_to_json_unittests.cc133 protozero::ConstBytes binary_proto_bytes{ in TEST() local
153 binary_proto_bytes, kPretty | kInlineAnnotations)); in TEST()
/aosp_15_r20/packages/modules/adb/client/
Dcommandline.cpp1392 std::string binary_proto_bytes{output_.substr(4)}; in Done() local
1395 binary_proto.ParseFromString(binary_proto_bytes); in Done()