Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dtype_check.c513 PHP_METHOD(Util, checkRepeatedField) { in PHP_METHOD() argument
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBUtil.php201 public static function checkRepeatedField(&$var, $type, $klass = null) function in Google\\Protobuf\\Internal\\GPBUtil