Searched refs:checkInt32 (Results 1 - 16 of 16) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/ |
H A D | ReservedRange.php | 82 GPBUtil::checkInt32($var); 118 GPBUtil::checkInt32($var);
|
H A D | ExtensionRange.php | 83 GPBUtil::checkInt32($var); 119 GPBUtil::checkInt32($var);
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/ |
H A D | EnumReservedRange.php | 84 GPBUtil::checkInt32($var); 120 GPBUtil::checkInt32($var);
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/ |
H A D | Annotation.php | 168 GPBUtil::checkInt32($var); 208 GPBUtil::checkInt32($var);
|
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | Field.php | 188 GPBUtil::checkInt32($var); 270 GPBUtil::checkInt32($var);
|
H A D | Duration.php | 166 GPBUtil::checkInt32($var);
|
H A D | Int32Value.php | 61 GPBUtil::checkInt32($var);
|
H A D | EnumValue.php | 102 GPBUtil::checkInt32($var);
|
H A D | Timestamp.php | 172 GPBUtil::checkInt32($var);
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | MapField.php | 163 GPBUtil::checkInt32($value); 262 GPBUtil::checkInt32($key);
|
H A D | FieldDescriptorProto.php | 230 GPBUtil::checkInt32($var); 464 GPBUtil::checkInt32($var);
|
H A D | EnumValueDescriptorProto.php | 107 GPBUtil::checkInt32($var);
|
H A D | RepeatedField.php | 148 GPBUtil::checkInt32($value);
|
H A D | GPBUtil.php | 108 static::checkInt32($var); 111 public static function checkInt32(&$var) function
|
/third_party/decimal.js/ |
H A D | decimal.js | 1972 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 D | convert.c | 56 PHP_METHOD(Util, checkInt32) {} in PHP_METHOD() 118 PHP_ME(Util, checkInt32, arginfo_checkPrimitive,
|
Completed in 10 milliseconds