Searched refs:byte_size (Results 1 – 6 of 6) sorted by relevance
118 int byte_size = message.ByteSize(); in WriteFully() local119 if (byte_size < 0) { in WriteFully()120 DCHECK(false) << "Invalid protobuf size: " << byte_size; in WriteFully()121 LOG(ERROR) << "ProtobufIO: Invalid protobuf size: " << byte_size; in WriteFully()124 size_t serialized_size = static_cast<size_t>(byte_size); in WriteFully()147 ::google::protobuf::io::ArrayOutputStream output_stream{data, byte_size}; in WriteFully()
44 uint8_t byte_size; member
912 port_pars->byte_size = p_frame->u.rpn.byte_size; in rfc_set_port_state()
420 *p_data++ = (p_pars->byte_size << RFCOMM_RPN_BITS_SHIFT) | in rfc_send_rpn()816 p_rx_frame->u.rpn.byte_size = in rfc_process_mx_message()
122 uint8_t byte_size; member
2323 auto byte_size = sizeof(size) + elem_size * size;2324 if (end) *end = veco + byte_size;2325 return Verify(veco, byte_size);