Searched refs:GPBWireFormat (Results 1 – 14 of 14) sorted by relevance
/external/protobuf/objectivec/ |
D | GPBWireFormat.h | 44 } GPBWireFormat; typedef 52 uint32_t GPBWireFormatMakeTag(uint32_t fieldNumber, GPBWireFormat wireType) 54 GPBWireFormat GPBWireFormatGetTagWireType(uint32_t tag) __attribute__((const)); 57 GPBWireFormat GPBWireFormatForType(GPBDataType dataType, BOOL isPacked)
|
D | GPBWireFormat.m | 31 #import "GPBWireFormat.h" 40 uint32_t GPBWireFormatMakeTag(uint32_t fieldNumber, GPBWireFormat wireType) { 44 GPBWireFormat GPBWireFormatGetTagWireType(uint32_t tag) { 45 return (GPBWireFormat)(tag & GPBWireFormatTagTypeMask); 52 GPBWireFormat GPBWireFormatForType(GPBDataType type, BOOL isPacked) { 57 static const GPBWireFormat format[GPBDataType_Count] = {
|
D | GPBDescriptor_PackagePrivate.h | 232 @property(nonatomic, readonly) GPBWireFormat wireType; 238 @property(nonatomic, readonly) GPBWireFormat alternateWireType;
|
D | GPBDescriptor.m | 36 #import "GPBWireFormat.h" 319 GPBWireFormat format; 334 GPBWireFormat format = 875 - (GPBWireFormat)wireType { 880 - (GPBWireFormat)alternateWireType {
|
D | GPBProtocolBuffers.m | 47 #import "GPBWireFormat.m"
|
D | GPBCodedOutputStream.h | 82 - (void)writeTag:(uint32_t)fieldNumber format:(GPBWireFormat)format;
|
D | GPBCodedInputStream.m | 37 #import "GPBWireFormat.h"
|
D | GPBUnknownFieldSet.m | 37 #import "GPBWireFormat.h"
|
D | GPBCodedOutputStream.m | 123 uint32_t fieldNumber, GPBWireFormat format) { 959 - (void)writeTag:(uint32_t)fieldNumber format:(GPBWireFormat)format { argument
|
D | GPBMessage.m | 2004 GPBWireFormat wireType = GPBWireFormatGetTagWireType(tag);
|
/external/protobuf/objectivec/ProtocolBuffers_OSX.xcodeproj/ |
D | project.pbxproj | 19 …B5640F94FB4E00A0C422 /* GPBWireFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B4E80F9… 117 …F99000A0C422 /* GPBWireFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 118 …99000A0C422 /* GPBWireFormat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 370 7461B4E70F94F99000A0C422 /* GPBWireFormat.h */, 371 7461B4E80F94F99000A0C422 /* GPBWireFormat.m */, 639 7461B5640F94FB4E00A0C422 /* GPBWireFormat.m in Sources */,
|
/external/protobuf/objectivec/ProtocolBuffers_iOS.xcodeproj/ |
D | project.pbxproj | 19 …B5640F94FB4E00A0C422 /* GPBWireFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B4E80F9… 132 …F99000A0C422 /* GPBWireFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 133 …99000A0C422 /* GPBWireFormat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 407 7461B4E70F94F99000A0C422 /* GPBWireFormat.h */, 408 7461B4E80F94F99000A0C422 /* GPBWireFormat.m */, 727 7461B5640F94FB4E00A0C422 /* GPBWireFormat.m in Sources */,
|
/external/protobuf/util/ |
D | Makefile.am | 459 objectivec/GPBWireFormat.h \ 460 objectivec/GPBWireFormat.m \
|
/external/protobuf/ |
D | Makefile.am | 459 objectivec/GPBWireFormat.h \ 460 objectivec/GPBWireFormat.m \
|