Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dunknown_field_set.h271 inline size_t GetLengthDelimitedSize() const;
397 inline size_t UnknownField::GetLengthDelimitedSize() const { in GetLengthDelimitedSize() function
Dwire_format.cc322 int field_size = field.GetLengthDelimitedSize(); in ComputeUnknownMessageSetItemsSize()
/third_party/protobuf/python/google/protobuf/pyext/
Dunknown_fields.cc290 field->GetLengthDelimitedSize()); in GetData()