Home
last modified time | relevance | path

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

/aosp12/system/nvram/messages/include/nvram/messages/
H A Dio.h305 bool WriteLengthDelimited(const void* data, size_t size);
H A Dproto.hpp154 return writer->WriteLengthDelimited(blob.data(), blob.size()); in Encode()
/aosp12/system/nvram/messages/
H A Dio.cpp310 bool ProtoWriter::WriteLengthDelimited(const void* data, size_t size) { in WriteLengthDelimited() function in nvram::ProtoWriter