google-protobuf 4.30.0.rc.1-x86_64-darwin → 4.30.0.rc.2-x86_64-darwin
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 953c33eb8b3e1f100e76d1d294409ce95bc4d698bee056ad1bed6158339bd484
|
4
|
+
data.tar.gz: ba94eda546525bd24a517114dbd796c88a4931e96b03badc611c4d1acf73f24f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: acaa0f7afb29921d70f181fb41430d4fb85dbc87740ab98dbb3f3593505bd921acbb68f48f63af4a1d7a28b93a40f59069d997e64539f9471064b706c883c70f
|
7
|
+
data.tar.gz: '09b5f653e821521c7494850deb44eaf84447d39f4c762e97aa28516e98d9b0f75380e34639632865ec48702fe3a20e401e4afd902e61a4c208c13a73b02c697d'
|
@@ -2901,14 +2901,13 @@ UPB_INLINE void _upb_map_fromvalue(upb_value val, void* out, size_t size) {
|
|
2901
2901
|
}
|
2902
2902
|
}
|
2903
2903
|
|
2904
|
-
UPB_INLINE
|
2904
|
+
UPB_INLINE bool _upb_map_next(const struct upb_Map* map, size_t* iter) {
|
2905
2905
|
upb_strtable_iter it;
|
2906
2906
|
it.t = &map->table;
|
2907
2907
|
it.index = *iter;
|
2908
2908
|
upb_strtable_next(&it);
|
2909
2909
|
*iter = it.index;
|
2910
|
-
|
2911
|
-
return (void*)str_tabent(&it);
|
2910
|
+
return !upb_strtable_done(&it);
|
2912
2911
|
}
|
2913
2912
|
|
2914
2913
|
UPB_INLINE void _upb_Map_Clear(struct upb_Map* map) {
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-protobuf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.30.0.rc.
|
4
|
+
version: 4.30.0.rc.2
|
5
5
|
platform: x86_64-darwin
|
6
6
|
authors:
|
7
7
|
- Protobuf Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler-dock
|
@@ -193,7 +193,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
193
193
|
licenses:
|
194
194
|
- BSD-3-Clause
|
195
195
|
metadata:
|
196
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.30.0-
|
196
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.30.0-rc2/ruby
|
197
197
|
post_install_message:
|
198
198
|
rdoc_options: []
|
199
199
|
require_paths:
|