Home
last modified time | relevance | path

Searched defs:checkMapField (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dtype_check.c597 PHP_METHOD(Util, checkMapField) { in PHP_METHOD() argument
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBUtil.php227 public static function checkMapField(&$var, $key_type, $value_type, $klass = null) function in Google\\Protobuf\\Internal\\GPBUtil