From 0d2ea15d4b79e24f3c9cd614baa74e57a784b908 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Mar 2022 08:16:12 +0100 Subject: update to 3.20.0RC1 --- REFLECTION | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index f86e783..c817a6f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 protobuf version 3.19.4 ] { +Extension [ extension #120 protobuf version 3.20.0RC1 ] { - Dependencies { Dependency [ date (Optional) ] @@ -62,8 +62,9 @@ Extension [ extension #120 protobuf version 3.19.4 ] { Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ $index = ] } + - Return [ bool ] } Method [ public method offsetGet ] { @@ -79,25 +80,29 @@ Extension [ extension #120 protobuf version 3.19.4 ] { Parameter #0 [ $index ] Parameter #1 [ $newval ] } + - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ $index = ] } + - Return [ void ] } Method [ public method count ] { - Parameters [0] { } + - Return [ int ] } Method [ public method getIterator ] { - Parameters [0] { } + - Return [ Traversable ] } } } @@ -121,6 +126,7 @@ Extension [ extension #120 protobuf version 3.19.4 ] { - Parameters [0] { } + - Return [ void ] } Method [ public method current ] { @@ -139,12 +145,14 @@ Extension [ extension #120 protobuf version 3.19.4 ] { - Parameters [0] { } + - Return [ void ] } Method [ public method valid ] { - Parameters [0] { } + - Return [ bool ] } } } @@ -624,8 +632,9 @@ Extension [ extension #120 protobuf version 3.19.4 ] { Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ $index = ] } + - Return [ bool ] } Method [ public method offsetGet ] { @@ -641,25 +650,29 @@ Extension [ extension #120 protobuf version 3.19.4 ] { Parameter #0 [ $index ] Parameter #1 [ $newval ] } + - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ $index = ] } + - Return [ void ] } Method [ public method count ] { - Parameters [0] { } + - Return [ int ] } Method [ public method getIterator ] { - Parameters [0] { } + - Return [ Traversable ] } } } @@ -683,6 +696,7 @@ Extension [ extension #120 protobuf version 3.19.4 ] { - Parameters [0] { } + - Return [ void ] } Method [ public method current ] { @@ -701,12 +715,14 @@ Extension [ extension #120 protobuf version 3.19.4 ] { - Parameters [0] { } + - Return [ void ] } Method [ public method valid ] { - Parameters [0] { } + - Return [ bool ] } } } -- cgit