Home
last modified time | relevance | path

Searched refs:LENGTH_DELIMETED (Results 1 - 2 of 2) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
H A Dserial_struct_define.h124 LENGTH_DELIMETED = 2, member in Hdc::SerialStruct::WireType
574 WriteVarint(MakeTagWireType(tag, WireType::LENGTH_DELIMETED), out);
604 WriteTagWriteType(tag, WireType::LENGTH_DELIMETED, out);
623 if (wireType != WireType::LENGTH_DELIMETED) {
646 if (wireType != WireType::LENGTH_DELIMETED) {
733 SerialDetail::WriteTagWriteType(tag, WireType::LENGTH_DELIMETED, out);
740 if (wireType != WireType::LENGTH_DELIMETED) {
1132 SerialDetail::WriteTagWriteType(tag, WireType::LENGTH_DELIMETED, out);
1139 if (wire_type != WireType::LENGTH_DELIMETED) {
/developtools/hdc/src/common/
H A Dserial_struct_define.h121 LENGTH_DELIMETED = 2, member in Hdc::SerialStruct::WireType
571 WriteVarint(MakeTagWireType(tag, WireType::LENGTH_DELIMETED), out);
601 WriteTagWriteType(tag, WireType::LENGTH_DELIMETED, out);
620 if (wireType != WireType::LENGTH_DELIMETED) {
643 if (wireType != WireType::LENGTH_DELIMETED) {
730 SerialDetail::WriteTagWriteType(tag, WireType::LENGTH_DELIMETED, out);
737 if (wireType != WireType::LENGTH_DELIMETED) {
1119 SerialDetail::WriteTagWriteType(tag, WireType::LENGTH_DELIMETED, out);
1126 if (wire_type != WireType::LENGTH_DELIMETED) {

Completed in 3 milliseconds