Searched refs:asByteStringList (Results 1 – 5 of 5) sorted by relevance
64 List<ByteString> byteStringList = list.asByteStringList(); in testReadOnlyMethods()98 List<ByteString> byteStringList = list.asByteStringList(); in testModifyMethods()145 List<ByteString> byteStringList = list.asByteStringList(); in testIterator()191 List<ByteString> byteStringList = list.asByteStringList(); in testListIterator()
75 List<ByteString> byteStringList = list.asByteStringList(); in testJustStrings()99 List<ByteString> byteStringList = list.asByteStringList(); in testJustByteString()276 assertGenericListImmutable(list.asByteStringList(), BYTE_STRING_A); in testImmutabilityPropagation()
202 public List<ByteString> asByteStringList() {203 return Collections.unmodifiableList(list.asByteStringList());
45 List<ByteString> asByteStringList(); in asByteStringList() method
406 public List<ByteString> asByteStringList() { in asByteStringList() method in LazyStringArrayList