Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBWireFormat.m61 return GPBWireFormatLengthDelimited;
78 GPBWireFormatLengthDelimited, // GPBDataTypeBytes
79 GPBWireFormatLengthDelimited, // GPBDataTypeString
80 GPBWireFormatLengthDelimited, // GPBDataTypeMessage
DGPBWireFormat.h40 GPBWireFormatLengthDelimited = 2, enumerator
69 GPBWireFormatLengthDelimited))
DGPBDictionary.m351 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
836 //% uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
1010 //% uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
1549 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
1732 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
1915 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
2098 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
2281 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
2464 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
2647 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited);
[all …]
DGPBCodedOutputStream.m322 GPBWriteTagWithFormat(&state_, fieldNumber, GPBWireFormatLengthDelimited);
354 GPBWriteTagWithFormat(&state_, fieldNumber, GPBWireFormatLengthDelimited);
364 GPBWriteTagWithFormat(&state_, fieldNumber, GPBWireFormatLengthDelimited);
DGPBUnknownFieldSet.m339 case GPBWireFormatLengthDelimited: {
DGPBExtensionInternals.m245 format:GPBWireFormatLengthDelimited];
DGPBCodedInputStream.m349 case GPBWireFormatLengthDelimited:
/external/protobuf/objectivec/Tests/
DGPBCodedInputStreamTests.m356 int32_t tag = GPBWireFormatMakeTag(1, GPBWireFormatLengthDelimited);
403 GPBWireFormatLengthDelimited);
440 GPBWireFormatLengthDelimited);