Searched refs:GPBWireFormatLengthDelimited (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/objectivec/ |
D | GPBWireFormat.m | 61 return GPBWireFormatLengthDelimited; 78 GPBWireFormatLengthDelimited, // GPBDataTypeBytes 79 GPBWireFormatLengthDelimited, // GPBDataTypeString 80 GPBWireFormatLengthDelimited, // GPBDataTypeMessage
|
D | GPBWireFormat.h | 40 GPBWireFormatLengthDelimited = 2, enumerator 69 GPBWireFormatLengthDelimited))
|
D | GPBDictionary.m | 351 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 …]
|
D | GPBCodedOutputStream.m | 322 GPBWriteTagWithFormat(&state_, fieldNumber, GPBWireFormatLengthDelimited); 354 GPBWriteTagWithFormat(&state_, fieldNumber, GPBWireFormatLengthDelimited); 364 GPBWriteTagWithFormat(&state_, fieldNumber, GPBWireFormatLengthDelimited);
|
D | GPBUnknownFieldSet.m | 339 case GPBWireFormatLengthDelimited: {
|
D | GPBExtensionInternals.m | 245 format:GPBWireFormatLengthDelimited];
|
D | GPBCodedInputStream.m | 349 case GPBWireFormatLengthDelimited:
|
/external/protobuf/objectivec/Tests/ |
D | GPBCodedInputStreamTests.m | 356 int32_t tag = GPBWireFormatMakeTag(1, GPBWireFormatLengthDelimited); 403 GPBWireFormatLengthDelimited); 440 GPBWireFormatLengthDelimited);
|