Searched refs:asByteStringList (Results 1 – 5 of 5) sorted by relevance
65 List<ByteString> byteStringList = list.asByteStringList(); in testReadOnlyMethods()99 List<ByteString> byteStringList = list.asByteStringList(); in testModifyMethods()146 List<ByteString> byteStringList = list.asByteStringList(); in testIterator()192 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());
46 List<ByteString> asByteStringList(); in asByteStringList() method
411 public List<ByteString> asByteStringList() { in asByteStringList() method in LazyStringArrayList