Home
last modified time | relevance | path

Searched defs:wire_type (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/nvram/messages/include/nvram/messages/
H A Dmessage_codec.h54 WireType wire_type; member
H A Dio.h242 WireType wire_type() const { return static_cast<WireType>(wire_type_); } in wire_type() function
/aosp12/system/nvram/messages/
H A Dio.cpp321 bool ProtoWriter::WriteWireTag(WireType wire_type) { in WriteWireTag()