Searched refs:GPBWireFormatLengthDelimited (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBWireFormat.h | 40 GPBWireFormatLengthDelimited = 2, enumerator 69 GPBWireFormatLengthDelimited))
|
D | GPBWireFormat.m | 61 return GPBWireFormatLengthDelimited; 78 GPBWireFormatLengthDelimited, // GPBDataTypeBytes 79 GPBWireFormatLengthDelimited, // GPBDataTypeString 80 GPBWireFormatLengthDelimited, // GPBDataTypeMessage
|
D | GPBDictionary.m | 349 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 899 //% uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 1104 //% uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 1668 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 1875 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 2082 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 2289 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 2496 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 2703 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 2910 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); [all …]
|
D | GPBCodedOutputStream.m | 337 GPBWriteTagWithFormat(&state_, fieldNumber, GPBWireFormatLengthDelimited); 369 GPBWriteTagWithFormat(&state_, fieldNumber, GPBWireFormatLengthDelimited); 379 GPBWriteTagWithFormat(&state_, fieldNumber, GPBWireFormatLengthDelimited);
|
D | GPBExtensionInternals.m | 245 format:GPBWireFormatLengthDelimited];
|
D | GPBUnknownFieldSet.m | 376 case GPBWireFormatLengthDelimited: {
|
D | GPBCodedInputStream.m | 369 case GPBWireFormatLengthDelimited:
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBCodedInputStreamTests.m | 252 int32_t tag = GPBWireFormatMakeTag(1, GPBWireFormatLengthDelimited); 278 GPBWireFormatLengthDelimited); 315 GPBWireFormatLengthDelimited);
|