Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DListFieldSchema.java150 ProtobufList<L> list = getProtobufList(message, offset); in mutableListAt()
163 ProtobufList<?> list = getProtobufList(message, offset); in makeImmutableListAt()
169 ProtobufList<E> mine = getProtobufList(msg, offset); in mergeListsAt()
170 ProtobufList<E> other = getProtobufList(otherMsg, offset); in mergeListsAt()
186 static <E> ProtobufList<E> getProtobufList(Object message, long offset) { in getProtobufList() method in ListFieldSchema.ListFieldSchemaLite