Searched defs:proto_bytes (Results 1 – 8 of 8) sorted by relevance
106 std::vector<unsigned char> proto_bytes(response.ByteSizeLong()); in ReadPacketResponseLoop() local116 const rust::Slice<::std::uint8_t const> proto_bytes) { in WritePacketRequest()
254 let proto_bytes = request.write_to_bytes().unwrap(); in connector_fd_reader() localVariable267 let proto_bytes = request.write_to_bytes().unwrap(); in connector_fd_reader() localVariable
179 let proto_bytes = match &create_params.bt_properties { in new() localVariable199 let proto_bytes = config.as_ref().unwrap_or_default().write_to_bytes().unwrap(); in bluetooth_start() localVariable
194 void Start(const rust::Slice<::std::uint8_t const> proto_bytes, in Start()488 std::vector<uint8_t> proto_bytes(bluetooth.ByteSizeLong()); in GetCxx() local
26 def _get_histogram_proto(self, proto_bytes): argument
228 std::vector<char> proto_bytes(proto_size); in RunCert() local
70 let mut proto_bytes: Vec<u8> = vec![]; in generate_proto_bytes() localVariable
169 let mut proto_bytes = vec![0u8; size_header]; in recv_proto() localVariable