Home
last modified time | relevance | path

Searched refs:GPBWireFormat (Results 1 – 14 of 14) 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));
57 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);
52 GPBWireFormat GPBWireFormatForType(GPBDataType type, BOOL isPacked) {
57 static const GPBWireFormat format[GPBDataType_Count] = {
DGPBDescriptor_PackagePrivate.h232 @property(nonatomic, readonly) GPBWireFormat wireType;
238 @property(nonatomic, readonly) GPBWireFormat alternateWireType;
DGPBDescriptor.m36 #import "GPBWireFormat.h"
319 GPBWireFormat format;
334 GPBWireFormat format =
875 - (GPBWireFormat)wireType {
880 - (GPBWireFormat)alternateWireType {
DGPBProtocolBuffers.m47 #import "GPBWireFormat.m"
DGPBCodedOutputStream.h82 - (void)writeTag:(uint32_t)fieldNumber format:(GPBWireFormat)format;
DGPBUnknownFieldSet.m37 #import "GPBWireFormat.h"
DGPBCodedInputStream.m37 #import "GPBWireFormat.h"
DGPBCodedOutputStream.m123 uint32_t fieldNumber, GPBWireFormat format) {
959 - (void)writeTag:(uint32_t)fieldNumber format:(GPBWireFormat)format { argument
DGPBMessage.m2004 GPBWireFormat wireType = GPBWireFormatGetTagWireType(tag);
/external/protobuf/objectivec/ProtocolBuffers_OSX.xcodeproj/
Dproject.pbxproj19 …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/
Dproject.pbxproj19 …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/
DMakefile.am459 objectivec/GPBWireFormat.h \
460 objectivec/GPBWireFormat.m \
/external/protobuf/
DMakefile.am459 objectivec/GPBWireFormat.h \
460 objectivec/GPBWireFormat.m \