Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java411 Vector noMatch = new Vector(); in matchDoesNotContain() local
421 noMatch.addElement(rec); in matchDoesNotContain()
429 n = noMatch.size(); in matchDoesNotContain()
432 RegRecord rec = (RegRecord)noMatch.elementAt(i); in matchDoesNotContain()