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

1 2

  /system/nvram/messages/
io.cpp 254 case WireType::kLengthDelimited: {
265 case WireType::kFixed64:
268 case WireType::kFixed32:
271 case WireType::kVarint:
272 case WireType::kStartGroup:
273 case WireType::kEndGroup:
282 NVRAM_CHECK(wire_type() == WireType::kVarint);
287 NVRAM_CHECK(wire_type() == WireType::kLengthDelimited);
292 if (wire_type() == WireType::kVarint) {
306 return WriteWireTag(WireType::kVarint) &
    [all...]
  /system/nvram/messages/include/nvram/messages/
message_codec.h 45 WireType wire_type,
54 WireType wire_type;
proto.hpp 105 // * |static constexpr WireType kWireType| indicates the wire type used for
151 static constexpr WireType kWireType = WireType::kLengthDelimited;
187 static constexpr WireType kWireType = WireType::kVarint;
207 static constexpr WireType kWireType = ElementCodec::kWireType;
228 static constexpr WireType kWireType = ValueCodec::kWireType;
315 static constexpr WireType kWireType = TaggedUnionMemberCodec::kWireType;
434 static constexpr WireType kWireType = WireType::kLengthDelimited
    [all...]
io.h 219 enum class WireType : int8_t {
242 WireType wire_type() const { return static_cast<WireType>(wire_type_); }
316 bool WriteWireTag(WireType wire_type);
  /external/protobuf/js/binary/
reader.js 88 * @private {jspb.BinaryConstants.WireType}
90 this.nextWireType_ = jspb.BinaryConstants.WireType.INVALID;
153 this.nextWireType_ = jspb.BinaryConstants.WireType.INVALID;
200 * @return {jspb.BinaryConstants.WireType} The wire type of the next field
201 * in the stream, or WireType.INVALID if there is no next field.
213 return this.nextWireType_ == jspb.BinaryConstants.WireType.END_GROUP;
235 this.nextWireType_ = jspb.BinaryConstants.WireType.INVALID;
246 this.nextWireType_ = jspb.BinaryConstants.WireType.INVALID;
283 var nextWireType = /** @type {jspb.BinaryConstants.WireType} */
287 if (nextWireType != jspb.BinaryConstants.WireType.VARINT &
    [all...]
writer.js 133 this.writeFieldHeader_(field, jspb.BinaryConstants.WireType.DELIMITED);
271 * @param {number} wireType The wire-type of the field, as specified in the
276 function(field, wireType) {
278 var x = field * 8 + wireType;
367 this.writeFieldHeader_(field, jspb.BinaryConstants.WireType.VARINT);
380 this.writeFieldHeader_(field, jspb.BinaryConstants.WireType.VARINT);
393 this.writeFieldHeader_(field, jspb.BinaryConstants.WireType.VARINT);
406 this.writeFieldHeader_(field, jspb.BinaryConstants.WireType.VARINT);
419 this.writeFieldHeader_(field, jspb.BinaryConstants.WireType.VARINT);
432 this.writeFieldHeader_(field, jspb.BinaryConstants.WireType.VARINT)
    [all...]
  /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
282 inline WireFormatLite::WireType WireFormat::WireTypeForField(
291 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);
355 INL static void WriteTag(field_number, WireType type, output);
421 INL static uint8* WriteTagToArray(field_number, WireType type, output);
537 static const WireFormatLite::WireType kWireTypeForFieldType[];
589 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
593 inline WireFormatLite::WireType WireFormatLite::GetTagWireType(uint32 tag)
    [all...]
wire_format_lite.cc 98 const WireFormatLite::WireType
100 static_cast<WireFormatLite::WireType>(-1), // invalid
231 WireFormatLite::WireType wire_type = WireFormatLite::GetTagWireType(tag);
251 WireFormatLite::WireType wire_type = WireFormatLite::GetTagWireType(tag);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 78 // Given a field return its WireType
79 static inline WireFormatLite::WireType WireTypeForField(
82 // Given a FieldSescriptor::Type return its WireType
83 static inline WireFormatLite::WireType WireTypeForFieldType(
130 // Skips a field value of the given WireType. The input should start
263 inline WireFormatLite::WireType WireFormat::WireTypeForField(
272 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);
307 static inline void WriteTag(field_number, WireType type, output) INL;
369 static inline uint8* WriteTagToArray(field_number, WireType type, output) INL;
494 static const WireFormatLite::WireType kWireTypeForFieldType[];
528 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
532 inline WireFormatLite::WireType WireFormatLite::GetTagWireType(uint32 tag)
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 78 // Given a field return its WireType
79 static inline WireFormatLite::WireType WireTypeForField(
82 // Given a FieldSescriptor::Type return its WireType
83 static inline WireFormatLite::WireType WireTypeForFieldType(
130 // Skips a field value of the given WireType. The input should start
263 inline WireFormatLite::WireType WireFormat::WireTypeForField(
272 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);
307 static inline void WriteTag(field_number, WireType type, output) INL;
369 static inline uint8* WriteTagToArray(field_number, WireType type, output) INL;
494 static const WireFormatLite::WireType kWireTypeForFieldType[];
528 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
532 inline WireFormatLite::WireType WireFormatLite::GetTagWireType(uint32 tag)
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format.h 78 // Given a field return its WireType
79 static inline WireFormatLite::WireType WireTypeForField(
82 // Given a FieldSescriptor::Type return its WireType
83 static inline WireFormatLite::WireType WireTypeForFieldType(
130 // Skips a field value of the given WireType. The input should start
263 inline WireFormatLite::WireType WireFormat::WireTypeForField(
272 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);
307 static inline void WriteTag(field_number, WireType type, output) INL;
369 static inline uint8* WriteTagToArray(field_number, WireType type, output) INL;
494 static const WireFormatLite::WireType kWireTypeForFieldType[];
528 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
532 inline WireFormatLite::WireType WireFormatLite::GetTagWireType(uint32 tag)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/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
282 inline WireFormatLite::WireType WireFormat::WireTypeForField(
291 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);
355 INL static void WriteTag(field_number, WireType type, output);
421 INL static uint8* WriteTagToArray(field_number, WireType type, output);
537 static const WireFormatLite::WireType kWireTypeForFieldType[];
589 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
593 inline WireFormatLite::WireType WireFormatLite::GetTagWireType(uint32 tag)
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format.h 78 // Given a field return its WireType
79 static inline WireFormatLite::WireType WireTypeForField(
82 // Given a FieldSescriptor::Type return its WireType
83 static inline WireFormatLite::WireType WireTypeForFieldType(
130 // Skips a field value of the given WireType. The input should start
263 inline WireFormatLite::WireType WireFormat::WireTypeForField(
272 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);
307 static inline void WriteTag(field_number, WireType type, output) INL;
369 static inline uint8* WriteTagToArray(field_number, WireType type, output) INL;
494 static const WireFormatLite::WireType kWireTypeForFieldType[];
528 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) {
532 inline WireFormatLite::WireType WireFormatLite::GetTagWireType(uint32 tag)
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedInputStreamTest.cs 274 uint tag = WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited);
348 uint tag = WireFormat.MakeTag(1, WireFormat.WireType.LengthDelimited);
399 output.WriteTag(1, WireFormat.WireType.LengthDelimited);
401 output.WriteTag(2, WireFormat.WireType.LengthDelimited);
438 output.WriteTag(1, WireFormat.WireType.LengthDelimited);
442 output.WriteTag(2, WireFormat.WireType.StartGroup);
443 output.WriteTag(1, WireFormat.WireType.Fixed32);
445 output.WriteTag(2, WireFormat.WireType.LengthDelimited);
448 output.WriteTag(3, WireFormat.WireType.StartGroup);
449 output.WriteTag(1, WireFormat.WireType.Fixed64);
    [all...]
CodedOutputStreamTest.cs 298 cout.WriteTag(11, WireFormat.WireType.Varint);
303 cout.WriteTag(12, WireFormat.WireType.LengthDelimited);
308 cout.WriteTag(13, WireFormat.WireType.Fixed32);
319 cout.WriteTag(1, WireFormat.WireType.Varint);
324 cout.WriteTag(2, WireFormat.WireType.LengthDelimited);
329 cout.WriteTag(3, WireFormat.WireType.Fixed32);
  /external/protobuf/csharp/src/Google.Protobuf/
WireFormat.cs 49 public enum WireType : uint
83 public static WireType GetTagWireType(uint tag)
85 return (WireType) (tag & TagTypeMask);
99 public static uint MakeTag(int fieldNumber, WireType wireType)
101 return (uint) (fieldNumber << TagTypeBits) | (uint) wireType;
  /external/protobuf/src/google/protobuf/compiler/java/
java_map_field.cc 73 string WireType(const FieldDescriptor* field) {
93 (*variables)["key_wire_type"] = WireType(key);
99 (*variables)["value_wire_type"] = WireType(value);
117 (*variables)["value_wire_type"] = WireType(value);
java_map_field_lite.cc 73 string WireType(const FieldDescriptor* field) {
93 (*variables)["key_wire_type"] = WireType(key);
99 (*variables)["value_wire_type"] = WireType(value);
117 (*variables)["value_wire_type"] = WireType(value);
  /system/nvram/core/
persistence.cpp 71 reader.wire_type() != WireType::kLengthDelimited ||

Completed in 2326 milliseconds

1 2