A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/protocolbuffers/protobuf/commit/46f9e29d1a0151aa3432e463b2f8efeacb92c87a below:

Fix UPB fast table build. · protocolbuffers/protobuf@46f9e29 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+3

-3

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+3

-3

lines changed Original file line number Diff line number Diff line change

@@ -64,7 +64,7 @@ struct upb_MiniTable {

64 64

const char* UPB_PRIVATE(full_name);

65 65

#endif

66 66 67 -

#ifdef UPB_FASTTABLE_ENABLED

67 +

#ifdef UPB_FASTTABLE

68 68

// To statically initialize the tables of variable length, we need a flexible

69 69

// array member, and we need to compile in gnu99 mode (constant initialization

70 70

// of flexible array members is a GNU extension, not in C99 unfortunately.

Original file line number Diff line number Diff line change

@@ -914,8 +914,8 @@ const char* fastdecode_tosubmsg(upb_EpsCopyInputStream* e, const char* ptr,

914 914

upb_Message** dst; \

915 915

uint32_t submsg_idx = (data >> 16) & 0xff; \

916 916

const upb_MiniTable* tablep = decode_totablep(table); \

917 -

const upb_MiniTable* subtablep = upb_MiniTableSub_Message( \

918 -

*UPB_PRIVATE(_upb_MiniTable_GetSubByIndex)(tablep, submsg_idx)); \

917 +

const upb_MiniTable* subtablep = \

918 +

UPB_PRIVATE(_upb_MiniTable_GetSubTableByIndex)(tablep, submsg_idx); \

919 919

fastdecode_submsgdata submsg = {decode_totable(subtablep)}; \

920 920

fastdecode_arr farr; \

921 921

\

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4