Home
last modified time | relevance | path

Searched refs:checkMapField (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
H A DStruct.php66 $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 Dconvert.c68 // 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 DGPBUtil.php227 public static function checkMapField(&$var, $key_type, $value_type, $klass = null) function

Completed in 2 milliseconds