Home
last modified time | relevance | path

Searched refs:isConstructed (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/
H A DASN1Identifier.swift86 public func isConstructed() -> Bool { in isConstructed() function
H A DASN1Decoder.swift44 if asn1obj.identifier!.isConstructed() { in parse()