Home
last modified time | relevance | path

Searched refs:GPBWireFormat (Results 1 – 16 of 16) sorted by relevance

/external/protobuf/objectivec/
DGPBWireFormat.h44 } 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)
DGPBWireFormat.m31 #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] = {
DGPBDescriptor_PackagePrivate.h240 @property(nonatomic, readonly) GPBWireFormat wireType;
246 @property(nonatomic, readonly) GPBWireFormat alternateWireType;
DGPBCodedOutputStream.h124 - (void)writeTag:(uint32_t)fieldNumber format:(GPBWireFormat)format;
DGPBProtocolBuffers.m55 #import "GPBWireFormat.m"
DGPBDescriptor.m36 #import "GPBWireFormat.h"
439 GPBWireFormat format;
454 GPBWireFormat format =
1037 - (GPBWireFormat)wireType {
1042 - (GPBWireFormat)alternateWireType {
DGPBUnknownFieldSet.m37 #import "GPBWireFormat.h"
DGPBCodedInputStream.m37 #import "GPBWireFormat.h"
DGPBCodedOutputStream.m128 uint32_t fieldNumber, GPBWireFormat format) {
953 - (void)writeTag:(uint32_t)fieldNumber format:(GPBWireFormat)format { argument
DGPBMessage.m2071 GPBWireFormat wireType = GPBWireFormatGetTagWireType(tag);
/external/protobuf/objectivec/Tests/
DGPBCompileTest13.m35 #import "GPBWireFormat.h"
/external/protobuf/objectivec/ProtocolBuffers_iOS.xcodeproj/
Dproject.pbxproj19 …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/
Dproject.pbxproj19 …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/
Dproject.pbxproj19 …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/
DBUILD1020 "objectivec/GPBWireFormat.h",
1064 "objectivec/GPBWireFormat.m",
DMakefile.am575 objectivec/GPBWireFormat.h \
576 objectivec/GPBWireFormat.m \