HomeSort by relevance Sort by last modified time
    Searched refs:WireType (Results 1 - 8 of 8) sorted by null

  /external/protobuf/src/google/protobuf/
wire_format.h 78 // Given a field return its WireType
79 static inline WireFormatLite::WireType WireTypeForField(
82 // Given a FieldDescriptor::Type return its WireType
83 static inline WireFormatLite::WireType WireTypeForFieldType(
130 // Skips a field value of the given WireType. The input should start
283 inline WireFormatLite::WireType WireFormat::WireTypeForField(
292 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType(
wire_format_lite.h 86 enum WireType {
136 // Given a FieldSescriptor::Type return its WireType
137 static inline WireFormatLite::WireType WireTypeForFieldType(
152 static uint32 MakeTag(int field_number, WireType type);
153 static WireType GetTagWireType(uint32 tag);
318 static inline void WriteTag(field_number, WireType type, output) INL;
384 static inline uint8* WriteTagToArray(field_number, WireType type, output) INL;
515 static const WireFormatLite::WireType kWireTypeForFieldType[];
567 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
571 inline WireFormatLite::WireType WireFormatLite::GetTagWireType(uint32 tag)
    [all...]
wire_format_lite.cc 88 const WireFormatLite::WireType
90 static_cast<WireFormatLite::WireType>(-1), // invalid
221 WireFormatLite::WireType wire_type = WireFormatLite::GetTagWireType(tag);
241 WireFormatLite::WireType wire_type = WireFormatLite::GetTagWireType(tag);
wire_format_lite_inl.h 501 inline void WireFormatLite::WriteTag(int field_number, WireType type,
586 WireType type,
    [all...]
extension_set.cc 60 inline bool is_packable(WireFormatLite::WireType type) {
    [all...]
extension_set_heavy.cc 541 field_number, static_cast<WireFormatLite::WireType>(wire_type)),
wire_format.cc 151 WireFormatLite::WireType wire_type = WireFormatLite::GetTagWireType(tag);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 2076 internal::WireFormatLite::WireType wiretype = local
2086 internal::WireFormatLite::WireType wiretype = local
    [all...]

Completed in 92 milliseconds