Home | History | Annotate | Download | only in protobuf

Lines Matching refs:total_size

320   int total_size =
326 total_size += iter->second.SpaceUsedExcludingSelf();
328 return total_size;
337 int total_size = 0;
342 total_size += sizeof(*repeated_##LOWERCASE##_value) + \
362 total_size += sizeof(*repeated_message_value) +
369 total_size += sizeof(*string_value) +
374 total_size += lazymessage_value->SpaceUsed();
376 total_size += down_cast<Message*>(message_value)->SpaceUsed();
384 return total_size;
742 int total_size = 0;
746 total_size += iter->second.MessageSetItemByteSize(iter->first);
749 return total_size;