Searched refs:checkMessage (Results 1 - 18 of 18) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | Value.php | 198 GPBUtil::checkMessage($var, \Google\Protobuf\Struct::class); 229 GPBUtil::checkMessage($var, \Google\Protobuf\ListValue::class);
|
H A D | Option.php | 119 GPBUtil::checkMessage($var, \Google\Protobuf\Any::class);
|
H A D | Api.php | 291 GPBUtil::checkMessage($var, \Google\Protobuf\SourceContext::class);
|
H A D | Enum.php | 170 GPBUtil::checkMessage($var, \Google\Protobuf\SourceContext::class);
|
H A D | Type.php | 204 GPBUtil::checkMessage($var, \Google\Protobuf\SourceContext::class);
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | FileDescriptorProto.php | 398 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\FileOptions::class); 440 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\SourceCodeInfo::class);
|
H A D | OneofDescriptorProto.php | 102 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\OneofOptions::class);
|
H A D | ServiceDescriptorProto.php | 129 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\ServiceOptions::class);
|
H A D | EnumDescriptorProto.php | 151 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\EnumOptions::class);
|
H A D | EnumValueDescriptorProto.php | 139 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\EnumValueOptions::class);
|
H A D | MethodDescriptorProto.php | 203 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\MethodOptions::class);
|
H A D | RepeatedField.php | 183 GPBUtil::checkMessage($value, $this->klass);
|
H A D | MapField.php | 194 GPBUtil::checkMessage($value, $this->klass);
|
H A D | DescriptorProto.php | 279 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\MessageOptions::class);
|
H A D | FieldDescriptorProto.php | 538 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\FieldOptions::class);
|
H A D | GPBUtil.php | 194 public static function checkMessage(&$var, $klass, $newClass = null) function
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/ |
H A D | ExtensionRange.php | 151 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\ExtensionRangeOptions::class);
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | convert.c | 66 PHP_METHOD(Util, checkMessage) {} in PHP_METHOD() 138 PHP_ME(Util, checkMessage, arginfo_checkMessage,
|
Completed in 10 milliseconds