Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java1277 BtreeVector attrSort = new BtreeVector(); // Btree of attributes. field in ServiceStoreInMemory.STLRecord
2021 BtreeVector bvec = regRecs.attrSort; in findServices()
2040 regRecs.attrSort, in findServices()
2282 BtreeVector bvec = regRecs.attrSort; in findAttributes()
2358 BtreeVector bvec = regRecs.attrSort; in getServiceRecordsByScope()
2395 BtreeVector bvec = regRec.attrSort; in dumpServiceStore()
2563 addRecordToAttrSort(trec.attrSort, rec, listVec); in addRecordToScopeTypeLangTable()