Searched refs:GPBWireFormatLengthDelimited (Results 1 – 16 of 16) 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 | 353 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 838 //% uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 1012 //% uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 1552 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 1735 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 1918 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 2101 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 2284 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 2467 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 2650 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 | 357 case GPBWireFormatLengthDelimited:
|
/external/cronet/third_party/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 | 353 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 838 //% uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 1012 //% uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 1552 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 1735 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 1918 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 2101 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 2284 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 2467 uint32_t tag = GPBWireFormatMakeTag(GPBFieldNumber(field), GPBWireFormatLengthDelimited); 2650 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 | 357 case GPBWireFormatLengthDelimited:
|
/external/cronet/third_party/protobuf/objectivec/Tests/ |
D | GPBCodedInputStreamTests.m | 356 int32_t tag = GPBWireFormatMakeTag(1, GPBWireFormatLengthDelimited); 403 GPBWireFormatLengthDelimited); 440 GPBWireFormatLengthDelimited);
|
/external/protobuf/objectivec/Tests/ |
D | GPBCodedInputStreamTests.m | 356 int32_t tag = GPBWireFormatMakeTag(1, GPBWireFormatLengthDelimited); 403 GPBWireFormatLengthDelimited); 440 GPBWireFormatLengthDelimited);
|