z_02_must_use_result.sh 296 B

12345
  1. sed -e 's|bool Parse|PROTOBUF_MUST_USE_RESULT bool Parse|' \
  2. -e 's|bool Merge|PROTOBUF_MUST_USE_RESULT bool Merge|' \
  3. -e 's|bool Serialize|PROTOBUF_MUST_USE_RESULT bool Serialize|' \
  4. -e 's|bool Append|PROTOBUF_MUST_USE_RESULT bool Append|' \
  5. -i src/google/protobuf/message_lite.h