Searched refs:GPBWireFormat (Results 1 – 25 of 29) sorted by relevance
12
/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 | BUILD.bazel | 34 "GPBWireFormat.h", 87 "GPBWireFormat.m",
|
D | GPBDescriptor_PackagePrivate.h | 286 @property(nonatomic, readonly) GPBWireFormat wireType; 292 @property(nonatomic, readonly) GPBWireFormat alternateWireType;
|
D | GPBProtocolBuffers.m | 55 #import "GPBWireFormat.m"
|
D | GPBCodedOutputStream.h | 124 - (void)writeTag:(uint32_t)fieldNumber format:(GPBWireFormat)format;
|
D | GPBDescriptor.m | 36 #import "GPBWireFormat.h" 442 GPBWireFormat format; 457 GPBWireFormat format = 1064 - (GPBWireFormat)wireType { 1069 - (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) { 991 - (void)writeTag:(uint32_t)fieldNumber format:(GPBWireFormat)format { argument
|
/external/cronet/third_party/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 | BUILD | 33 "GPBWireFormat.h", 87 "GPBWireFormat.m",
|
D | GPBDescriptor_PackagePrivate.h | 286 @property(nonatomic, readonly) GPBWireFormat wireType; 292 @property(nonatomic, readonly) GPBWireFormat alternateWireType;
|
D | GPBProtocolBuffers.m | 55 #import "GPBWireFormat.m"
|
D | GPBCodedOutputStream.h | 124 - (void)writeTag:(uint32_t)fieldNumber format:(GPBWireFormat)format;
|
D | GPBDescriptor.m | 36 #import "GPBWireFormat.h" 442 GPBWireFormat format; 457 GPBWireFormat format = 1064 - (GPBWireFormat)wireType { 1069 - (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) { 991 - (void)writeTag:(uint32_t)fieldNumber format:(GPBWireFormat)format { argument
|
/external/cronet/third_party/protobuf/objectivec/Tests/ |
D | GPBCompileTest13.m | 35 #import "GPBWireFormat.h"
|
/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… 141 …F99000A0C422 /* GPBWireFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 142 …99000A0C422 /* GPBWireFormat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 429 7461B4E70F94F99000A0C422 /* GPBWireFormat.h */, 430 7461B4E80F94F99000A0C422 /* GPBWireFormat.m */, 736 7461B5640F94FB4E00A0C422 /* GPBWireFormat.m in Sources */,
|
/external/protobuf/objectivec/ProtocolBuffers_OSX.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 =… 423 7461B4E70F94F99000A0C422 /* GPBWireFormat.h */, 424 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… 141 …F99000A0C422 /* GPBWireFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 142 …99000A0C422 /* GPBWireFormat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 429 7461B4E70F94F99000A0C422 /* GPBWireFormat.h */, 430 7461B4E80F94F99000A0C422 /* GPBWireFormat.m */, 737 7461B5640F94FB4E00A0C422 /* GPBWireFormat.m in Sources */,
|
12