Home
last modified time | relevance | path

Searched refs:GPBWireFormatLengthDelimited (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/objectivec/
DGPBWireFormat.m54 return GPBWireFormatLengthDelimited;
71 GPBWireFormatLengthDelimited, // GPBDataTypeBytes
72 GPBWireFormatLengthDelimited, // GPBDataTypeString
73 GPBWireFormatLengthDelimited, // GPBDataTypeMessage
DGPBWireFormat.h40 GPBWireFormatLengthDelimited = 2, enumerator
68 GPBWireFormatLengthDelimited))
DGPBDictionary.m343 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
889 //% uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
1091 //% uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
1654 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
1860 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
2066 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
2272 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
2478 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
2684 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
2890 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
[all …]
DGPBCodedOutputStream.m331 GPBWriteTagWithFormat(&state_, fieldNumber, GPBWireFormatLengthDelimited);
363 GPBWriteTagWithFormat(&state_, fieldNumber, GPBWireFormatLengthDelimited);
373 GPBWriteTagWithFormat(&state_, fieldNumber, GPBWireFormatLengthDelimited);
DGPBExtensionInternals.m242 format:GPBWireFormatLengthDelimited];
DGPBUnknownFieldSet.m369 case GPBWireFormatLengthDelimited: {
DGPBCodedInputStream.m335 case GPBWireFormatLengthDelimited:
/external/protobuf/objectivec/Tests/
DGPBCodedInputStreamTests.m252 int32_t tag = GPBWireFormatMakeTag(1, GPBWireFormatLengthDelimited);
278 GPBWireFormatLengthDelimited);
315 GPBWireFormatLengthDelimited);