Home
last modified time | relevance | path

Searched refs:checkInt32 (Results 1 - 16 of 16) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
H A DReservedRange.php82 GPBUtil::checkInt32($var);
118 GPBUtil::checkInt32($var);
H A DExtensionRange.php83 GPBUtil::checkInt32($var);
119 GPBUtil::checkInt32($var);
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
H A DEnumReservedRange.php84 GPBUtil::checkInt32($var);
120 GPBUtil::checkInt32($var);
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
H A DAnnotation.php168 GPBUtil::checkInt32($var);
208 GPBUtil::checkInt32($var);
/third_party/protobuf/php/src/Google/Protobuf/
H A DField.php188 GPBUtil::checkInt32($var);
270 GPBUtil::checkInt32($var);
H A DDuration.php166 GPBUtil::checkInt32($var);
H A DInt32Value.php61 GPBUtil::checkInt32($var);
H A DEnumValue.php102 GPBUtil::checkInt32($var);
H A DTimestamp.php172 GPBUtil::checkInt32($var);
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMapField.php163 GPBUtil::checkInt32($value);
262 GPBUtil::checkInt32($key);
H A DFieldDescriptorProto.php230 GPBUtil::checkInt32($var);
464 GPBUtil::checkInt32($var);
H A DEnumValueDescriptorProto.php107 GPBUtil::checkInt32($var);
H A DRepeatedField.php148 GPBUtil::checkInt32($value);
H A DGPBUtil.php108 static::checkInt32($var);
111 public static function checkInt32(&$var) function
/third_party/decimal.js/
H A Ddecimal.js1972 checkInt32(dp, 0, MAX_DIGITS);
1975 else checkInt32(rm, 0, 8);
1997 checkInt32(dp, 0, MAX_DIGITS);
2000 else checkInt32(rm, 0, 8);
2034 checkInt32(dp, 0, MAX_DIGITS);
2037 else checkInt32(rm, 0, 8);
2170 checkInt32(rm, 0, 8);
2387 checkInt32(sd, 1, MAX_DIGITS);
2390 else checkInt32(rm, 0, 8);
2422 checkInt32(s
2550 function checkInt32(i, min, max) { global() function
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dconvert.c56 PHP_METHOD(Util, checkInt32) {} in PHP_METHOD()
118 PHP_ME(Util, checkInt32, arginfo_checkPrimitive,

Completed in 10 milliseconds