Searched refs:wire_type (Results 1 - 5 of 5) sorted by relevance

/system/nvram/messages/include/nvram/messages/
H A Dmessage_codec.h45 WireType wire_type,
49 wire_type(wire_type),
54 WireType wire_type; member in struct:nvram::proto::FieldDescriptor
44 FieldDescriptor(uint32_t field_number, WireType wire_type, EncodeFunction* encode_function, DecodeFunction* decode_function) argument
H A Dio.h242 WireType wire_type() const { return static_cast<WireType>(wire_type_); } function in class:nvram::ProtoReader
275 // Information about the current field. |wire_type == kInvalidWireType|
316 bool WriteWireTag(WireType wire_type);
/system/nvram/messages/
H A Dio.cpp253 switch (wire_type()) {
282 NVRAM_CHECK(wire_type() == WireType::kVarint);
287 NVRAM_CHECK(wire_type() == WireType::kLengthDelimited);
292 if (wire_type() == WireType::kVarint) {
321 bool ProtoWriter::WriteWireTag(WireType wire_type) {
323 (field_number_ << 3) | static_cast<uint64_t>(wire_type));
H A Dmessage_codec.cpp130 reader->wire_type() == desc.wire_type) {
/system/nvram/core/
H A Dpersistence.cpp71 reader.wire_type() != WireType::kLengthDelimited ||

Completed in 1415 milliseconds