Searched refs:checkEnum (Results 1 – 19 of 19) sorted by relevance
/external/protobuf/php/src/Google/Protobuf/ |
D | Field.php | 136 GPBUtil::checkEnum($var, \Google\Protobuf\Field_Kind::class); 162 GPBUtil::checkEnum($var, \Google\Protobuf\Field_Cardinality::class);
|
D | Enum.php | 196 GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
|
D | Value.php | 69 GPBUtil::checkEnum($var, \Google\Protobuf\NullValue::class);
|
D | Type.php | 230 GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
|
D | Method.php | 264 GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
|
D | Api.php | 343 GPBUtil::checkEnum($var, \Google\Protobuf\Syntax::class);
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldOptions.php | 205 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldOptions_CType::class); 295 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldOptions_JSType::class);
|
D | FieldDescriptorProto.php | 212 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldDescriptorProto_Label::class); 246 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldDescriptorProto_Type::class);
|
D | MethodOptions.php | 116 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\MethodOptions_IdempotencyLevel::class);
|
D | FileOptions.php | 509 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FileOptions_OptimizeMode::class);
|
D | GPBUtil.php | 106 public static function checkEnum(&$var) function in Google\\Protobuf\\Internal\\GPBUtil
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | ClientConfig.php | 154 GPBUtil::checkEnum($var, \Grpc\Testing\ClientType::class); 280 GPBUtil::checkEnum($var, \Grpc\Testing\RpcType::class);
|
D | Payload.php | 59 GPBUtil::checkEnum($var, \Grpc\Testing\PayloadType::class);
|
D | StreamingOutputCallRequest.php | 80 GPBUtil::checkEnum($var, \Grpc\Testing\PayloadType::class);
|
D | SimpleRequest.php | 101 GPBUtil::checkEnum($var, \Grpc\Testing\PayloadType::class);
|
D | ServerConfig.php | 101 GPBUtil::checkEnum($var, \Grpc\Testing\ServerType::class);
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | DeprecatedAPIChecker.java | 83 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/ |
D | type_check.c | 67 PHP_ME(Util, checkEnum, arg_check_optional, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
|
D | protobuf.h | 1007 PHP_METHOD(Util, checkEnum);
|