Home
last modified time | relevance | path

Searched refs:ReadLengthDelimited (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/nvram/messages/include/nvram/messages/
H A Dio.h265 bool ReadLengthDelimited(void* data, size_t size);
H A Dproto.hpp159 reader->ReadLengthDelimited(blob.data(), blob.size()); in Decode()
/aosp12/system/nvram/messages/
H A Dio.cpp286 bool ProtoReader::ReadLengthDelimited(void* data, size_t size) { in ReadLengthDelimited() function in nvram::ProtoReader