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
/// Validate the contiguous string buffer with correct format.
675
+
/// Validate the contiguous string buffer with correct format and parse string elements into list of pairs of memory address and length. Note the returned list of pairs points to valid memory as long as memory pointed by buffer remains allocated.
676
676
/// <int32_len><bytes>...<int32_len><bytes>.
677
677
/// @param buffer The pointer to the contiguous string buffer.
678
678
/// @param buffer_byte_size The size of the buffer in bytes.
0 commit comments