Change the parse function to use appropriate calling convention.

PiperOrigin-RevId: 672326894
pull/18176/head
Protobuf Team Bot 6 months ago committed by Copybara-Service
parent d7e9ffb47b
commit 6d832d3aa2
  1. 7
      src/google/protobuf/generated_message_tctable_lite_test.cc

@ -51,11 +51,10 @@ TcFieldData Xor2SerializedBytes(TcFieldData tfd, const char* ptr) {
absl::optional<const char*> fallback_ptr_received;
absl::optional<uint64_t> fallback_hasbits_received;
absl::optional<uint64_t> fallback_tag_received;
const char* FastParserGaveUp(::google::protobuf::MessageLite*, const char* ptr,
::google::protobuf::internal::ParseContext*,
PROTOBUF_CC const char* FastParserGaveUp(
::google::protobuf::MessageLite*, const char* ptr, ::google::protobuf::internal::ParseContext*,
::google::protobuf::internal::TcFieldData data,
const ::google::protobuf::internal::TcParseTableBase*,
uint64_t hasbits) {
const ::google::protobuf::internal::TcParseTableBase*, uint64_t hasbits) {
fallback_ptr_received = ptr;
fallback_hasbits_received = hasbits;
fallback_tag_received = data.tag();

Loading…
Cancel
Save