Home
last modified time | relevance | path

Searched refs:checkEnum (Results 1 – 19 of 19) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/
DField.php136 GPBUtil::checkEnum($var, \Google\Protobuf\Field_Kind::class);
162 GPBUtil::checkEnum($var, \Google\Protobuf\Field_Cardinality::class);
DEnum.php196 GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
DValue.php69 GPBUtil::checkEnum($var, \Google\Protobuf\NullValue::class);
DType.php230 GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
DMethod.php264 GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
DApi.php343 GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldOptions.php205 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldOptions_CType::class);
295 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldOptions_JSType::class);
DFieldDescriptorProto.php212 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldDescriptorProto_Label::class);
246 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldDescriptorProto_Type::class);
DMethodOptions.php116 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\MethodOptions_IdempotencyLevel::class);
DFileOptions.php509 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FileOptions_OptimizeMode::class);
DGPBUtil.php106 public static function checkEnum(&$var) function in Google\\Protobuf\\Internal\\GPBUtil
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php154 GPBUtil::checkEnum($var, \Grpc\Testing\ClientType::class);
280 GPBUtil::checkEnum($var, \Grpc\Testing\RpcType::class);
DPayload.php59 GPBUtil::checkEnum($var, \Grpc\Testing\PayloadType::class);
DStreamingOutputCallRequest.php80 GPBUtil::checkEnum($var, \Grpc\Testing\PayloadType::class);
DSimpleRequest.php101 GPBUtil::checkEnum($var, \Grpc\Testing\PayloadType::class);
DServerConfig.php101 GPBUtil::checkEnum($var, \Grpc\Testing\ServerType::class);
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DDeprecatedAPIChecker.java83 checkEnum(cls, apiClassNameMap); in checkDeprecated()
185 private void checkEnum(Class<?> cls, Map<String, String> clsNameMap) { in checkEnum() method in DeprecatedAPIChecker
/external/protobuf/php/ext/google/protobuf/
Dtype_check.c67 PHP_ME(Util, checkEnum, arg_check_optional, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
Dprotobuf.h1007 PHP_METHOD(Util, checkEnum);