Searched refs:GPBWireFormat (Results 1 – 16 of 16) 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)); 58 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); 54 // The valid GPBWireFormat* values are 0-5, anything else is not a valid tag. 59 GPBWireFormat GPBWireFormatForType(GPBDataType type, BOOL isPacked) { 64 static const GPBWireFormat format[GPBDataType_Count] = {
|
D | GPBDescriptor_PackagePrivate.h | 240 @property(nonatomic, readonly) GPBWireFormat wireType; 246 @property(nonatomic, readonly) GPBWireFormat alternateWireType;
|
D | GPBCodedOutputStream.h | 124 - (void)writeTag:(uint32_t)fieldNumber format:(GPBWireFormat)format;
|
D | GPBProtocolBuffers.m | 55 #import "GPBWireFormat.m"
|
D | GPBDescriptor.m | 36 #import "GPBWireFormat.h" 439 GPBWireFormat format; 454 GPBWireFormat format = 1037 - (GPBWireFormat)wireType { 1042 - (GPBWireFormat)alternateWireType {
|
D | GPBUnknownFieldSet.m | 37 #import "GPBWireFormat.h"
|
D | GPBCodedInputStream.m | 37 #import "GPBWireFormat.h"
|
D | GPBCodedOutputStream.m | 128 uint32_t fieldNumber, GPBWireFormat format) { 953 - (void)writeTag:(uint32_t)fieldNumber format:(GPBWireFormat)format { argument
|
D | GPBMessage.m | 2071 GPBWireFormat wireType = GPBWireFormatGetTagWireType(tag);
|
/external/protobuf/objectivec/Tests/ |
D | GPBCompileTest13.m | 35 #import "GPBWireFormat.h"
|
/external/protobuf/objectivec/ProtocolBuffers_iOS.xcodeproj/ |
D | project.pbxproj | 19 …B5640F94FB4E00A0C422 /* GPBWireFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B4E80F9… 140 …F99000A0C422 /* GPBWireFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 141 …99000A0C422 /* GPBWireFormat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 427 7461B4E70F94F99000A0C422 /* GPBWireFormat.h */, 428 7461B4E80F94F99000A0C422 /* GPBWireFormat.m */, 729 7461B5640F94FB4E00A0C422 /* GPBWireFormat.m in Sources */,
|
/external/protobuf/objectivec/ProtocolBuffers_tvOS.xcodeproj/ |
D | project.pbxproj | 19 …B5640F94FB4E00A0C422 /* GPBWireFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B4E80F9… 140 …F99000A0C422 /* GPBWireFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 141 …99000A0C422 /* GPBWireFormat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 427 7461B4E70F94F99000A0C422 /* GPBWireFormat.h */, 428 7461B4E80F94F99000A0C422 /* GPBWireFormat.m */, 729 7461B5640F94FB4E00A0C422 /* GPBWireFormat.m in Sources */,
|
/external/protobuf/objectivec/ProtocolBuffers_OSX.xcodeproj/ |
D | project.pbxproj | 19 …B5640F94FB4E00A0C422 /* GPBWireFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B4E80F9… 139 …F99000A0C422 /* GPBWireFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 140 …99000A0C422 /* GPBWireFormat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 421 7461B4E70F94F99000A0C422 /* GPBWireFormat.h */, 422 7461B4E80F94F99000A0C422 /* GPBWireFormat.m */, 722 7461B5640F94FB4E00A0C422 /* GPBWireFormat.m in Sources */,
|
/external/protobuf/ |
D | BUILD | 1020 "objectivec/GPBWireFormat.h", 1064 "objectivec/GPBWireFormat.m",
|
D | Makefile.am | 575 objectivec/GPBWireFormat.h \ 576 objectivec/GPBWireFormat.m \
|