You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Qualified names accumulate into buf, but drop their scratch space after
every completion of reading a qualified name. At the end of reading a
qualified name, the scratch space only needs to be read by
reference. The allocation of the value returned to the API client
happens in OwnedName.
By using a separate scracth space `qualified_name_buf`, we can operate
on the same scratch space string for each time reading a qualified name.
0 commit comments