Home
last modified time | relevance | path

Searched defs:AddLengthDelimited (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dunknown_field_set.cc124 void UnknownFieldSet::AddLengthDelimited(int number, const absl::Cord& value) { in AddLengthDelimited() function in google::protobuf::UnknownFieldSet
129 void UnknownFieldSet::AddLengthDelimited(int number, std::string&& value) { in AddLengthDelimited() function in google::protobuf::UnknownFieldSet
138 std::string* UnknownFieldSet::AddLengthDelimited(int number) { in AddLengthDelimited() function in google::protobuf::UnknownFieldSet
Dunknown_field_set.h355 inline void UnknownFieldSet::AddLengthDelimited(int number, in AddLengthDelimited() function
Dunknown_field_set_unittest.cc45 static auto AddLengthDelimited(UnknownFieldSet& set, int number) { in AddLengthDelimited() function
/third_party/protobuf/csharp/src/Google.Protobuf/
DUnknownField.cs237 internal UnknownField AddLengthDelimited(ByteString value) in AddLengthDelimited() method in Google.Protobuf.UnknownField