Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUnmodifiableLazyStringList.java48 implements LazyStringList, RandomAccess {
50 private final LazyStringList list;
52 public UnmodifiableLazyStringList(LazyStringList list) { in UnmodifiableLazyStringList()
192 public void mergeFrom(LazyStringList other) {
207 public LazyStringList getUnmodifiableView() {
DLazyStringList.java48 public interface LazyStringList extends ProtocolStringList { interface
164 void mergeFrom(LazyStringList other); in mergeFrom()
173 LazyStringList getUnmodifiableView(); in getUnmodifiableView()
DLazyStringArrayList.java66 implements LazyStringList, RandomAccess {
78 public static final LazyStringList EMPTY = EMPTY_LIST;
90 public LazyStringArrayList(LazyStringList from) { in LazyStringArrayList()
180 Collection<?> collection = c instanceof LazyStringList in addAll()
181 ? ((LazyStringList) c).getUnderlyingElements() : c; in addAll()
313 public void mergeFrom(LazyStringList other) { in mergeFrom()
416 public LazyStringList getUnmodifiableView() { in getUnmodifiableView()
DAbstractMessageLite.java360 if (values instanceof LazyStringList) { in addAll()
363 checkForNullValues(((LazyStringList) values).getUnderlyingElements()); in addAll()
/external/protobuf/
Dbuild.gradle58 include 'com/google/protobuf/LazyStringList.java'
DAndroid.bp544 "java/core/src/main/java/com/google/protobuf/LazyStringList.java",
DMakefile.am223 java/core/src/main/java/com/google/protobuf/LazyStringList.java \
/external/grpc-grpc-java/alts/src/generated/main/java/io/grpc/alts/internal/
DHandshaker.java2379 private com.google.protobuf.LazyStringList applicationProtocols_;
2428 private com.google.protobuf.LazyStringList recordProtocols_;
3338 …private com.google.protobuf.LazyStringList applicationProtocols_ = com.google.protobuf.LazyStringA…
3477 …private com.google.protobuf.LazyStringList recordProtocols_ = com.google.protobuf.LazyStringArrayL…
4939 private com.google.protobuf.LazyStringList recordProtocols_;
5404 …private com.google.protobuf.LazyStringList recordProtocols_ = com.google.protobuf.LazyStringArrayL…
6283 private com.google.protobuf.LazyStringList applicationProtocols_;
7018 …private com.google.protobuf.LazyStringList applicationProtocols_ = com.google.protobuf.LazyStringA…
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java4054 private com.google.protobuf.LazyStringList serverTargets_;
5059 …private com.google.protobuf.LazyStringList serverTargets_ = com.google.protobuf.LazyStringArrayLis…