Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h85 int GetFixedSize(FieldDescriptor::Type type);
Dcsharp_primitive_field.cc124 int fixedSize = GetFixedSize(descriptor_->type()); in GenerateSerializedSizeCode()
Dcsharp_helpers.cc381 int GetFixedSize(FieldDescriptor::Type type) { in GetFixedSize() function