google-protobuf 3.23.2-x86-mingw32 → 3.23.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of google-protobuf might be problematic. Click here for more details.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b1c7a72b9a7ef8de59b5f5140ad5c511ad017ad0b69eacceed2eaa2959d8a2fe
|
4
|
+
data.tar.gz: f1e322b50f778a1b0560092a0accedab1d3cf8afcf76e3f24f81390c05758f06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77c6fb966252a3fdc4543d9d2aebe810a742002cc76d0119417bebab7c400bab5f1fee9a26d3bc4167ade343e59260d4dd2d2f36160cd1b7f5bafcb2c21f0731
|
7
|
+
data.tar.gz: f642f52e8d8fbaa3ffc123f194d2ccbc3540590a2bd55210b4647ab032b0fad4a7d552a12933e7c937947a5c9c0b252d8f69e96c4739e3a663ca9878f743f6e4
|
@@ -518,9 +518,9 @@ upb_MapInsertStatus upb_Map_Insert(upb_Map* map, upb_MessageValue key,
|
|
518
518
|
|
519
519
|
bool upb_Map_Delete(upb_Map* map, upb_MessageValue key, upb_MessageValue* val) {
|
520
520
|
upb_value v;
|
521
|
-
const bool
|
522
|
-
if (val) val->
|
523
|
-
return
|
521
|
+
const bool removed = _upb_Map_Delete(map, &key, map->key_size, &v);
|
522
|
+
if (val) _upb_map_fromvalue(v, val, map->val_size);
|
523
|
+
return removed;
|
524
524
|
}
|
525
525
|
|
526
526
|
bool upb_Map_Next(const upb_Map* map, upb_MessageValue* key,
|
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: 3.23.
|
4
|
+
version: 3.23.3
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Protobuf Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler-dock
|
@@ -111,7 +111,7 @@ homepage: https://developers.google.com/protocol-buffers
|
|
111
111
|
licenses:
|
112
112
|
- BSD-3-Clause
|
113
113
|
metadata:
|
114
|
-
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.23.
|
114
|
+
source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.23.3/ruby
|
115
115
|
post_install_message:
|
116
116
|
rdoc_options: []
|
117
117
|
require_paths:
|