Searched refs:checkEnum (Results 1 - 13 of 13) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | Field.php | 136 GPBUtil::checkEnum($var, \Google\Protobuf\Field_Kind::class); 162 GPBUtil::checkEnum($var, \Google\Protobuf\Field_Cardinality::class);
|
H A D | Api.php | 343 GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
|
H A D | Enum.php | 196 GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
|
H A D | Value.php | 74 GPBUtil::checkEnum($var, \Google\Protobuf\NullValue::class);
|
H A D | Type.php | 230 GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
|
H A D | Method.php | 264 GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | FieldOptions.php | 208 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldOptions\CType::class); 306 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldOptions\JSType::class);
|
H A D | FieldDescriptorProto.php | 262 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldDescriptorProto\Label::class); 300 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldDescriptorProto\Type::class);
|
H A D | MethodOptions.php | 127 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\MethodOptions\IdempotencyLevel::class);
|
H A D | FileOptions.php | 518 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FileOptions\OptimizeMode::class);
|
H A D | GPBUtil.php | 106 public static function checkEnum(&$var) function
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | DeprecatedAPIChecker.java | 83 checkEnum(cls, apiClassNameMap); in checkDeprecated() 185 private void checkEnum(Class<?> cls, Map<String, String> clsNameMap) { in checkEnum() method in DeprecatedAPIChecker
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | convert.c | 60 PHP_METHOD(Util, checkEnum) {} in PHP_METHOD() 126 PHP_ME(Util, checkEnum, arginfo_checkPrimitive,
|
Completed in 9 milliseconds