Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBWireFormat.h40 GPBWireFormatLengthDelimited = 2, enumerator
69 GPBWireFormatLengthDelimited))
DGPBWireFormat.m61 return GPBWireFormatLengthDelimited;
78 GPBWireFormatLengthDelimited, // GPBDataTypeBytes
79 GPBWireFormatLengthDelimited, // GPBDataTypeString
80 GPBWireFormatLengthDelimited, // GPBDataTypeMessage
DGPBDictionary.m349 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 …]
DGPBCodedOutputStream.m337 GPBWriteTagWithFormat(&state_, fieldNumber, GPBWireFormatLengthDelimited);
369 GPBWriteTagWithFormat(&state_, fieldNumber, GPBWireFormatLengthDelimited);
379 GPBWriteTagWithFormat(&state_, fieldNumber, GPBWireFormatLengthDelimited);
DGPBExtensionInternals.m245 format:GPBWireFormatLengthDelimited];
DGPBUnknownFieldSet.m376 case GPBWireFormatLengthDelimited: {
DGPBCodedInputStream.m369 case GPBWireFormatLengthDelimited:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBCodedInputStreamTests.m252 int32_t tag = GPBWireFormatMakeTag(1, GPBWireFormatLengthDelimited);
278 GPBWireFormatLengthDelimited);
315 GPBWireFormatLengthDelimited);