Home
last modified time | relevance | path

Searched defs:WriteLengthDelimited (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.h220 inline void WriteLengthDelimited(uint32_t num, StringPiece val, in WriteLengthDelimited() function
H A Dparse_context.cc302 void WriteLengthDelimited(uint32_t num, StringPiece val, std::string* s) { in WriteLengthDelimited() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.h220 inline void WriteLengthDelimited(uint32_t num, StringPiece val, in WriteLengthDelimited() function
H A Dparse_context.cc302 void WriteLengthDelimited(uint32_t num, StringPiece val, std::string* s) { in WriteLengthDelimited() function
/aosp_15_r20/system/nvram/messages/
H A Dio.cpp310 bool ProtoWriter::WriteLengthDelimited(const void* data, size_t size) { in WriteLengthDelimited() function in nvram::ProtoWriter