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

  /system/nvram/messages/include/nvram/messages/
io.h 242 WireType wire_type() const { return static_cast<WireType>(wire_type_); }
277 int8_t wire_type_ = kInvalidWireType; member in class:nvram::ProtoReader
  /system/nvram/messages/
io.cpp 251 wire_type_ = wire_tag & 0x7;

Completed in 89 milliseconds