Searched refs:checkMapField (Results 1 - 3 of 3) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | Struct.php | 66 $arr = GPBUtil::checkMapField($var, \Google\Protobuf\Internal\GPBType::STRING, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Value::class);
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | convert.c | 68 // The result of checkMapField() is assigned, so we need to return the first 70 // $arr = GPBUtil::checkMapField($var, 73 PHP_METHOD(Util, checkMapField) { in PHP_METHOD() 140 PHP_ME(Util, checkMapField, arginfo_checkMapField,
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GPBUtil.php | 227 public static function checkMapField(&$var, $key_type, $value_type, $klass = null) function
|
Completed in 3 milliseconds