| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | MapField.php | 163 GPBUtil::checkInt32($value); 167 GPBUtil::checkUint32($value); 172 GPBUtil::checkInt64($value); 176 GPBUtil::checkUint64($value); 179 GPBUtil::checkFloat($value); 182 GPBUtil::checkDouble($value); 185 GPBUtil::checkBool($value); 188 GPBUtil::checkString($value, true); 194 GPBUtil::checkMessage($value, $this->klass); 262 GPBUtil [all...] |
| H A D | FileOptions.php | 11 use Google\Protobuf\Internal\GPBUtil; 314 GPBUtil::checkString($var, True); 358 GPBUtil::checkString($var, True); 404 GPBUtil::checkBool($var); 440 GPBUtil::checkBool($var); 486 GPBUtil::checkBool($var); 518 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FileOptions\OptimizeMode::class); 562 GPBUtil::checkString($var, True); 614 GPBUtil::checkBool($var); 646 GPBUtil [all...] |
| H A D | FileDescriptorProto.php | 11 use Google\Protobuf\Internal\GPBUtil; 158 GPBUtil::checkString($var, True); 194 GPBUtil::checkString($var, True); 220 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING); 246 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32); 274 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32); 300 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\DescriptorProto::class); 322 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\EnumDescriptorProto::class); 344 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\ServiceDescriptorProto::class); 366 $arr = GPBUtil [all...] |
| H A D | RepeatedField.php | 41 use Google\Protobuf\Internal\GPBUtil; 148 GPBUtil::checkInt32($value); 152 GPBUtil::checkUint32($value); 157 GPBUtil::checkInt64($value); 161 GPBUtil::checkUint64($value); 164 GPBUtil::checkFloat($value); 167 GPBUtil::checkDouble($value); 170 GPBUtil::checkBool($value); 173 GPBUtil::checkString($value, false); 176 GPBUtil [all...] |
| H A D | FieldDescriptorProto.php | 11 use Google\Protobuf\Internal\GPBUtil; 198 GPBUtil::checkString($var, True); 230 GPBUtil::checkInt32($var); 262 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldDescriptorProto\Label::class); 300 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldDescriptorProto\Type::class); 344 GPBUtil::checkString($var, True); 382 GPBUtil::checkString($var, True); 426 GPBUtil::checkString($var, True); 464 GPBUtil::checkInt32($var); 506 GPBUtil [all...] |
| H A D | DescriptorProto.php | 11 use Google\Protobuf\Internal\GPBUtil; 115 GPBUtil::checkString($var, True); 137 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\FieldDescriptorProto::class); 159 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\FieldDescriptorProto::class); 181 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\DescriptorProto::class); 203 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\EnumDescriptorProto::class); 225 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\DescriptorProto\ExtensionRange::class); 247 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\OneofDescriptorProto::class); 279 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\MessageOptions::class); 301 $arr = GPBUtil [all...] |
| H A D | UninterpretedOption.php | 11 use Google\Protobuf\Internal\GPBUtil; 95 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\UninterpretedOption\NamePart::class); 133 GPBUtil::checkString($var, True); 165 GPBUtil::checkUint64($var); 197 GPBUtil::checkInt64($var); 229 GPBUtil::checkDouble($var); 261 GPBUtil::checkString($var, False); 293 GPBUtil::checkString($var, True);
|
| H A D | FieldOptions.php | 11 use Google\Protobuf\Internal\GPBUtil; 208 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldOptions\CType::class); 252 GPBUtil::checkBool($var); 306 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldOptions\JSType::class); 388 GPBUtil::checkBool($var); 430 GPBUtil::checkBool($var); 466 GPBUtil::checkBool($var); 492 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\UninterpretedOption::class);
|
| H A D | EnumDescriptorProto.php | 11 use Google\Protobuf\Internal\GPBUtil; 97 GPBUtil::checkString($var, True); 119 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\EnumValueDescriptorProto::class); 151 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\EnumOptions::class); 181 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\EnumDescriptorProto\EnumReservedRange::class); 209 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
|
| H A D | MessageOptions.php | 11 use Google\Protobuf\Internal\GPBUtil; 202 GPBUtil::checkBool($var); 242 GPBUtil::checkBool($var); 284 GPBUtil::checkBool($var); 354 GPBUtil::checkBool($var); 380 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\UninterpretedOption::class);
|
| H A D | MethodDescriptorProto.php | 11 use Google\Protobuf\Internal\GPBUtil; 101 GPBUtil::checkString($var, True); 139 GPBUtil::checkString($var, True); 171 GPBUtil::checkString($var, True); 203 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\MethodOptions::class); 239 GPBUtil::checkBool($var); 275 GPBUtil::checkBool($var);
|
| H A D | EnumOptions.php | 11 use Google\Protobuf\Internal\GPBUtil; 96 GPBUtil::checkBool($var); 138 GPBUtil::checkBool($var); 164 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\UninterpretedOption::class);
|
| H A D | MethodOptions.php | 11 use Google\Protobuf\Internal\GPBUtil; 95 GPBUtil::checkBool($var); 127 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\MethodOptions\IdempotencyLevel::class); 153 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\UninterpretedOption::class);
|
| H A D | ServiceDescriptorProto.php | 11 use Google\Protobuf\Internal\GPBUtil; 75 GPBUtil::checkString($var, True); 97 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\MethodDescriptorProto::class); 129 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\ServiceOptions::class);
|
| /third_party/protobuf/php/src/Google/Protobuf/ |
| H A D | Field.php | 9 use Google\Protobuf\Internal\GPBUtil; 136 GPBUtil::checkEnum($var, \Google\Protobuf\Field_Kind::class); 162 GPBUtil::checkEnum($var, \Google\Protobuf\Field_Cardinality::class); 188 GPBUtil::checkInt32($var); 214 GPBUtil::checkString($var, True); 242 GPBUtil::checkString($var, True); 270 GPBUtil::checkInt32($var); 296 GPBUtil::checkBool($var); 322 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Option::class); 348 GPBUtil [all...] |
| H A D | Api.php | 9 use Google\Protobuf\Internal\GPBUtil; 153 GPBUtil::checkString($var, True); 179 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Method::class); 205 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Option::class); 263 GPBUtil::checkString($var, True); 291 GPBUtil::checkMessage($var, \Google\Protobuf\SourceContext::class); 317 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Mixin::class); 343 GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
|
| H A D | Method.php | 9 use Google\Protobuf\Internal\GPBUtil; 108 GPBUtil::checkString($var, True); 134 GPBUtil::checkString($var, True); 160 GPBUtil::checkBool($var); 186 GPBUtil::checkString($var, True); 212 GPBUtil::checkBool($var); 238 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Option::class); 264 GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
|
| H A D | Any.php | 10 use Google\Protobuf\Internal\GPBUtil; 217 GPBUtil::checkString($var, True); 243 GPBUtil::checkString($var, False); 262 $url_prifix_len = strlen(GPBUtil::TYPE_URL_PREFIX); 264 GPBUtil::TYPE_URL_PREFIX) { 306 $this->type_url = GPBUtil::TYPE_URL_PREFIX . $fully_qualifed_name; 319 $type_url = GPBUtil::TYPE_URL_PREFIX . $fully_qualifed_name;
|
| H A D | Value.php | 9 use Google\Protobuf\Internal\GPBUtil; 74 GPBUtil::checkEnum($var, \Google\Protobuf\NullValue::class); 105 GPBUtil::checkDouble($var); 136 GPBUtil::checkString($var, True); 167 GPBUtil::checkBool($var); 198 GPBUtil::checkMessage($var, \Google\Protobuf\Struct::class); 229 GPBUtil::checkMessage($var, \Google\Protobuf\ListValue::class);
|
| H A D | Type.php | 9 use Google\Protobuf\Internal\GPBUtil; 100 GPBUtil::checkString($var, True); 126 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Field::class); 152 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING); 178 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Option::class); 204 GPBUtil::checkMessage($var, \Google\Protobuf\SourceContext::class); 230 GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
|
| H A D | Enum.php | 9 use Google\Protobuf\Internal\GPBUtil; 92 GPBUtil::checkString($var, True); 118 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\EnumValue::class); 144 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Option::class); 170 GPBUtil::checkMessage($var, \Google\Protobuf\SourceContext::class); 196 GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
|
| H A D | EnumValue.php | 9 use Google\Protobuf\Internal\GPBUtil; 76 GPBUtil::checkString($var, True); 102 GPBUtil::checkInt32($var); 128 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Option::class);
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/ |
| H A D | Location.php | 11 use Google\Protobuf\Internal\GPBUtil; 244 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32); 278 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32); 384 GPBUtil::checkString($var, True); 416 GPBUtil::checkString($var, True); 438 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/ |
| H A D | Annotation.php | 11 use Google\Protobuf\Internal\GPBUtil; 94 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32); 130 GPBUtil::checkString($var, True); 168 GPBUtil::checkInt32($var); 208 GPBUtil::checkInt32($var);
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/ |
| H A D | ExtensionRange.php | 11 use Google\Protobuf\Internal\GPBUtil; 83 GPBUtil::checkInt32($var); 119 GPBUtil::checkInt32($var); 151 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\ExtensionRangeOptions::class);
|