Searched refs:possibleMatch (Results 1 – 4 of 4) sorted by relevance
175 ASN1Enumerated possibleMatch = cache[value]; in fromOctetString() local177 if (possibleMatch == null) in fromOctetString()179 possibleMatch = cache[value] = new ASN1Enumerated(Arrays.clone(enc)); in fromOctetString()182 return possibleMatch; in fromOctetString()
173 ASN1Enumerated possibleMatch = cache[value]; in fromOctetString() local175 if (possibleMatch == null) in fromOctetString()177 possibleMatch = cache[value] = new ASN1Enumerated(Arrays.clone(enc)); in fromOctetString()180 return possibleMatch; in fromOctetString()
222 for (String possibleMatch : possibleMatches) { in missingImplementationWithHint()223 sb.append(format("%n %s", possibleMatch)); in missingImplementationWithHint()
5892 bool possibleMatch = true; in findFunction120() local5902 possibleMatch = false; in findFunction120()5907 possibleMatch = false; in findFunction120()5911 possibleMatch = false; in findFunction120()5914 if (! possibleMatch) in findFunction120()5917 if (possibleMatch) { in findFunction120()