Home
last modified time | relevance | path

Searched refs:RealType (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DRealType.php18 class RealType extends AbstractType class
32 * @return RealType
53 * @return RealType
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php31 use FreeDSx\Asn1\Type\RealType;
98 * @return RealType
100 public static function real(float $real): RealType
102 return new RealType($real);
30 use FreeDSx\Asn1\Type\RealType; global() alias
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php30 use FreeDSx\Asn1\Type\RealType;
193 case $type instanceof RealType:
414 $type = RealType::withTag($tagNumber, $class, $this->decodeReal($length));
866 * @param RealType $type
870 protected function encodeReal(RealType $type)
28 use FreeDSx\Asn1\Type\RealType; global() alias