Home
last modified time | relevance | path

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

/third_party/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.php74 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);
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldOptions.php208 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldOptions\CType::class);
306 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldOptions\JSType::class);
DFieldDescriptorProto.php262 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldDescriptorProto\Label::class);
300 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldDescriptorProto\Type::class);
DMethodOptions.php127 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\MethodOptions\IdempotencyLevel::class);
DFileOptions.php518 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FileOptions\OptimizeMode::class);
DGPBUtil.php106 public static function checkEnum(&$var) function in Google\\Protobuf\\Internal\\GPBUtil
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php209 GPBUtil::checkEnum($var, \Grpc\Testing\ClientType::class);
335 GPBUtil::checkEnum($var, \Grpc\Testing\RpcType::class);
DPayload.php68 GPBUtil::checkEnum($var, \Grpc\Testing\PayloadType::class);
DStreamingOutputCallRequest.php96 GPBUtil::checkEnum($var, \Grpc\Testing\PayloadType::class);
DSimpleResponse.php212 GPBUtil::checkEnum($var, \Grpc\Testing\GrpclbRouteType::class);
DSimpleRequest.php142 GPBUtil::checkEnum($var, \Grpc\Testing\PayloadType::class);
DServerConfig.php139 GPBUtil::checkEnum($var, \Grpc\Testing\ServerType::class);
/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DPayload.php68 GPBUtil::checkEnum($var, \Grpc\Testing\PayloadType::class);
DStreamingOutputCallRequest.php96 GPBUtil::checkEnum($var, \Grpc\Testing\PayloadType::class);
DSimpleResponse.php222 GPBUtil::checkEnum($var, \Grpc\Testing\GrpclbRouteType::class);
DSimpleRequest.php142 GPBUtil::checkEnum($var, \Grpc\Testing\PayloadType::class);
/third_party/grpc/src/php/tests/interop/Grpc/Testing/ClientConfigureRequest/
DMetadata.php63 GPBUtil::checkEnum($var, \Grpc\Testing\ClientConfigureRequest\RpcType::class);
/third_party/protobuf/php/ext/google/protobuf/
Dconvert.c60 PHP_METHOD(Util, checkEnum) {} in PHP_METHOD() argument
126 PHP_ME(Util, checkEnum, arginfo_checkPrimitive,
/third_party/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