Searched defs:wire_type (Results 1 - 2 of 2) 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);

Completed in 72 milliseconds