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

  /external/protobuf/src/google/protobuf/
wire_format.h 77 // Given a field return its WireType
78 static inline WireFormatLite::WireType WireTypeForField(
81 // Given a FieldSescriptor::Type return its WireType
82 static inline WireFormatLite::WireType WireTypeForFieldType(
129 // Skips a field value of the given WireType. The input should start
262 inline WireFormatLite::WireType WireFormat::WireTypeForField(
271 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType(
wire_format_lite.h 88 enum WireType {
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 WireFormatLite::GetTagWireType(uint32 tag)
    [all...]
wire_format_lite.cc 88 const WireFormatLite::WireType
90 static_cast<WireFormatLite::WireType>(-1), // invalid
164 WireFormatLite::WireType wire_type = WireFormatLite::GetTagWireType(tag);
wire_format_lite_inl.h 402 inline void WireFormatLite::WriteTag(int field_number, WireType type,
484 WireType type,
extension_set.cc 710 WireFormatLite::WireType wire_type = WireFormatLite::GetTagWireType(tag);
719 WireFormatLite::WireType expected_wire_type =
    [all...]
wire_format.cc 151 WireFormatLite::WireType wire_type = WireFormatLite::GetTagWireType(tag);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc     [all...]

Completed in 6475 milliseconds