summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-11-23 09:05:55 +0100
committerRemi Collet <remi@remirepo.net>2019-11-23 09:05:55 +0100
commit049682240b991ce8cf423071ea6919641b4015ae (patch)
tree221982837d1280b3b8759f721a3729be8125e0db /REFLECTION
parente14a5fc29e27f00fcbbddd1d479314829806b64e (diff)
v3.11.0RC2
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION312
1 files changed, 240 insertions, 72 deletions
diff --git a/REFLECTION b/REFLECTION
index 78350ba..42c69d2 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,9 +1,15 @@
-Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
+Extension [ <persistent> extension #130 protobuf version 3.11.0RC2 ] {
- Dependencies {
Dependency [ date (Optional) ]
}
+ - INI {
+ Entry [ protobuf.keep_descriptor_pool_after_request <SYSTEM> ]
+ Current = '0'
+ }
+ }
+
- Classes [54] {
Class [ <internal:protobuf> class Google\Protobuf\DescriptorPool ] {
@@ -152,24 +158,24 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Class [ <internal:protobuf> class Google\Protobuf\Internal\GPBType ] {
- Constants [18] {
- Constant [ public integer DOUBLE ] { 1 }
- Constant [ public integer FLOAT ] { 2 }
- Constant [ public integer INT64 ] { 3 }
- Constant [ public integer UINT64 ] { 4 }
- Constant [ public integer INT32 ] { 5 }
- Constant [ public integer FIXED64 ] { 6 }
- Constant [ public integer FIXED32 ] { 7 }
- Constant [ public integer BOOL ] { 8 }
- Constant [ public integer STRING ] { 9 }
- Constant [ public integer GROUP ] { 10 }
- Constant [ public integer MESSAGE ] { 11 }
- Constant [ public integer BYTES ] { 12 }
- Constant [ public integer UINT32 ] { 13 }
- Constant [ public integer ENUM ] { 14 }
- Constant [ public integer SFIXED32 ] { 15 }
- Constant [ public integer SFIXED64 ] { 16 }
- Constant [ public integer SINT32 ] { 17 }
- Constant [ public integer SINT64 ] { 18 }
+ Constant [ public int DOUBLE ] { 1 }
+ Constant [ public int FLOAT ] { 2 }
+ Constant [ public int INT64 ] { 3 }
+ Constant [ public int UINT64 ] { 4 }
+ Constant [ public int INT32 ] { 5 }
+ Constant [ public int FIXED64 ] { 6 }
+ Constant [ public int FIXED32 ] { 7 }
+ Constant [ public int BOOL ] { 8 }
+ Constant [ public int STRING ] { 9 }
+ Constant [ public int GROUP ] { 10 }
+ Constant [ public int MESSAGE ] { 11 }
+ Constant [ public int BYTES ] { 12 }
+ Constant [ public int UINT32 ] { 13 }
+ Constant [ public int ENUM ] { 14 }
+ Constant [ public int SFIXED32 ] { 15 }
+ Constant [ public int SFIXED64 ] { 16 }
+ Constant [ public int SINT32 ] { 17 }
+ Constant [ public int SINT64 ] { 18 }
}
- Static properties [0] {
@@ -329,7 +335,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
- Properties [0] {
}
- - Methods [11] {
+ - Methods [13] {
Method [ <internal:protobuf> public method clear ] {
}
@@ -351,6 +357,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf> public method mergeFrom ] {
}
+ Method [ <internal:protobuf> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf> protected method readOneof ] {
}
@@ -832,7 +844,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $value ]
}
- - Methods [18] {
+ - Methods [20] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -878,6 +890,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -910,7 +928,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $syntax ]
}
- - Methods [25] {
+ - Methods [27] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -977,6 +995,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -1003,7 +1027,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $value ]
}
- - Methods [13] {
+ - Methods [15] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -1034,6 +1058,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -1060,7 +1090,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $value ]
}
- - Methods [13] {
+ - Methods [15] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -1091,6 +1121,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -1117,7 +1153,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $value ]
}
- - Methods [13] {
+ - Methods [15] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -1148,6 +1184,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -1175,7 +1217,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $nanos ]
}
- - Methods [15] {
+ - Methods [17] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -1212,6 +1254,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -1242,7 +1290,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $syntax ]
}
- - Methods [21] {
+ - Methods [23] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -1297,6 +1345,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -1325,7 +1379,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $options ]
}
- - Methods [17] {
+ - Methods [19] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -1368,6 +1422,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -1382,10 +1442,10 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Class [ <internal:protobuf> class Google\Protobuf\Field\Cardinality ] {
- Constants [4] {
- Constant [ public integer CARDINALITY_UNKNOWN ] { 0 }
- Constant [ public integer CARDINALITY_OPTIONAL ] { 1 }
- Constant [ public integer CARDINALITY_REQUIRED ] { 2 }
- Constant [ public integer CARDINALITY_REPEATED ] { 3 }
+ Constant [ public int CARDINALITY_UNKNOWN ] { 0 }
+ Constant [ public int CARDINALITY_OPTIONAL ] { 1 }
+ Constant [ public int CARDINALITY_REQUIRED ] { 2 }
+ Constant [ public int CARDINALITY_REPEATED ] { 3 }
}
- Static properties [0] {
@@ -1430,7 +1490,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $default_value ]
}
- - Methods [31] {
+ - Methods [33] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -1515,6 +1575,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -1529,25 +1595,25 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Class [ <internal:protobuf> class Google\Protobuf\Field\Kind ] {
- Constants [19] {
- Constant [ public integer TYPE_UNKNOWN ] { 0 }
- Constant [ public integer TYPE_DOUBLE ] { 1 }
- Constant [ public integer TYPE_FLOAT ] { 2 }
- Constant [ public integer TYPE_INT64 ] { 3 }
- Constant [ public integer TYPE_UINT64 ] { 4 }
- Constant [ public integer TYPE_INT32 ] { 5 }
- Constant [ public integer TYPE_FIXED64 ] { 6 }
- Constant [ public integer TYPE_FIXED32 ] { 7 }
- Constant [ public integer TYPE_BOOL ] { 8 }
- Constant [ public integer TYPE_STRING ] { 9 }
- Constant [ public integer TYPE_GROUP ] { 10 }
- Constant [ public integer TYPE_MESSAGE ] { 11 }
- Constant [ public integer TYPE_BYTES ] { 12 }
- Constant [ public integer TYPE_UINT32 ] { 13 }
- Constant [ public integer TYPE_ENUM ] { 14 }
- Constant [ public integer TYPE_SFIXED32 ] { 15 }
- Constant [ public integer TYPE_SFIXED64 ] { 16 }
- Constant [ public integer TYPE_SINT32 ] { 17 }
- Constant [ public integer TYPE_SINT64 ] { 18 }
+ Constant [ public int TYPE_UNKNOWN ] { 0 }
+ Constant [ public int TYPE_DOUBLE ] { 1 }
+ Constant [ public int TYPE_FLOAT ] { 2 }
+ Constant [ public int TYPE_INT64 ] { 3 }
+ Constant [ public int TYPE_UINT64 ] { 4 }
+ Constant [ public int TYPE_INT32 ] { 5 }
+ Constant [ public int TYPE_FIXED64 ] { 6 }
+ Constant [ public int TYPE_FIXED32 ] { 7 }
+ Constant [ public int TYPE_BOOL ] { 8 }
+ Constant [ public int TYPE_STRING ] { 9 }
+ Constant [ public int TYPE_GROUP ] { 10 }
+ Constant [ public int TYPE_MESSAGE ] { 11 }
+ Constant [ public int TYPE_BYTES ] { 12 }
+ Constant [ public int TYPE_UINT32 ] { 13 }
+ Constant [ public int TYPE_ENUM ] { 14 }
+ Constant [ public int TYPE_SFIXED32 ] { 15 }
+ Constant [ public int TYPE_SFIXED64 ] { 16 }
+ Constant [ public int TYPE_SINT32 ] { 17 }
+ Constant [ public int TYPE_SINT64 ] { 18 }
}
- Static properties [0] {
@@ -1583,7 +1649,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $paths ]
}
- - Methods [13] {
+ - Methods [15] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -1614,6 +1680,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -1640,7 +1712,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $value ]
}
- - Methods [13] {
+ - Methods [15] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -1671,6 +1743,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -1696,7 +1774,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
- Properties [0] {
}
- - Methods [11] {
+ - Methods [13] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -1721,6 +1799,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -1747,7 +1831,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $value ]
}
- - Methods [13] {
+ - Methods [15] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -1778,6 +1862,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -1804,7 +1894,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $value ]
}
- - Methods [13] {
+ - Methods [15] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -1835,6 +1925,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -1861,7 +1957,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $values ]
}
- - Methods [13] {
+ - Methods [15] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -1892,6 +1988,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -1924,7 +2026,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $syntax ]
}
- - Methods [25] {
+ - Methods [27] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -1991,6 +2093,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -2018,7 +2126,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $root ]
}
- - Methods [15] {
+ - Methods [17] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -2055,6 +2163,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -2069,7 +2183,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Class [ <internal:protobuf> class Google\Protobuf\NullValue ] {
- Constants [1] {
- Constant [ public integer NULL_VALUE ] { 0 }
+ Constant [ public int NULL_VALUE ] { 0 }
}
- Static properties [0] {
@@ -2106,7 +2220,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $value ]
}
- - Methods [15] {
+ - Methods [17] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -2143,6 +2257,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -2169,7 +2289,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $file_name ]
}
- - Methods [13] {
+ - Methods [15] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -2200,6 +2320,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -2226,7 +2352,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $value ]
}
- - Methods [13] {
+ - Methods [15] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -2257,6 +2383,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -2283,7 +2415,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $fields ]
}
- - Methods [13] {
+ - Methods [15] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -2314,6 +2446,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -2328,8 +2466,8 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Class [ <internal:protobuf> class Google\Protobuf\Syntax ] {
- Constants [2] {
- Constant [ public integer SYNTAX_PROTO2 ] { 0 }
- Constant [ public integer SYNTAX_PROTO3 ] { 1 }
+ Constant [ public int SYNTAX_PROTO2 ] { 0 }
+ Constant [ public int SYNTAX_PROTO3 ] { 1 }
}
- Static properties [0] {
@@ -2366,7 +2504,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $nanos ]
}
- - Methods [17] {
+ - Methods [19] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -2409,6 +2547,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -2440,7 +2584,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $syntax ]
}
- - Methods [23] {
+ - Methods [25] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -2501,6 +2645,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -2527,7 +2677,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $value ]
}
- - Methods [13] {
+ - Methods [15] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -2558,6 +2708,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -2584,7 +2740,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $value ]
}
- - Methods [13] {
+ - Methods [15] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -2615,6 +2771,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}
@@ -2641,7 +2803,7 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Property [ <default> private $kind ]
}
- - Methods [24] {
+ - Methods [26] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
}
@@ -2705,6 +2867,12 @@ Extension [ <persistent> extension #131 protobuf version 3.10.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> public method mergeFrom ] {
}
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message, prototype Google\Protobuf\Internal\Message> protected method readOneof ] {
}