This commit is contained in:
J. Nick Koston 2025-07-11 06:41:20 -10:00
parent eb7f982b5b
commit bde3d025dc
No known key found for this signature in database

View File

@ -19,10 +19,6 @@ std::string ProtoMessage::dump() const {
}
#endif
// ============================================================================
// Unified Field Operations - Single Implementation for Both Regular and Repeated
// ============================================================================
// Helper to get vector size for any repeated field type
static inline size_t get_vector_size(ProtoFieldType type, const void *field_addr) {
switch (type) {