Home
last modified time | relevance | path

Searched defs:getSorted (Results 1 – 3 of 3) sorted by relevance

/external/snakeyaml/src/test/java/examples/collections/
DTypeSafeMapImplementationsTest.java79 public SortedMap<String, String> getSorted() { in getSorted() method in TypeSafeMapImplementationsTest.MapBean
DTypeSafeSetImplementationsTest.java120 public SortedSet<String> getSorted() { in getSorted() method in TypeSafeSetImplementationsTest.SetBean
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp819 AttributeSetNode *AttributeSetNode::getSorted(LLVMContext &C, in getSorted() function in AttributeSetNode