Searched defs:WireType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h87 enum WireType { enum in class:google::protobuf::internal::WireFormatLite
137 // Given a FieldSescriptor::Type return its WireType
138 static inline WireFormatLite::WireType WireTypeForFieldType(
153 static uint32 MakeTag(int field_number, WireType type);
154 static WireType GetTagWireType(uint32 tag);
351 static inline void WriteTag(field_number, WireType type, output) INL;
413 static inline uint8* WriteTagToArray(field_number, WireType type, output) INL;
538 static const WireFormatLite::WireType kWireTypeForFieldType[];
572 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
576 inline WireFormatLite::WireType WireFormatLit
[all...]
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h88 enum WireType { enum in class:google::protobuf::internal::WireFormatLite
138 // Given a FieldSescriptor::Type return its WireType
139 static inline WireFormatLite::WireType WireTypeForFieldType(
154 static uint32 MakeTag(int field_number, WireType type);
155 static WireType GetTagWireType(uint32 tag);
309 static inline void WriteTag(field_number, WireType type, output) INL;
371 static inline uint8* WriteTagToArray(field_number, WireType type, output) INL;
492 static const WireFormatLite::WireType kWireTypeForFieldType[];
526 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
530 inline WireFormatLite::WireType WireFormatLit
[all...]

Completed in 393 milliseconds