Home | History | Annotate | Download | only in protobuf

Lines Matching defs:Write

165   static inline void Write(int field, const MapEntryAccessorType& value,
221 static inline void Write(int field, const MapEntryAccessorType& value, \
357 inline void MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::Write(
372 inline void MapTypeHandler<WireFormatLite::TYPE_##FieldType, Type>::Write( \
375 return WireFormatLite::Write##DeclaredType(field, value, output); \
381 return WireFormatLite::Write##DeclaredType##ToArray(field, value, output); \