Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DFluentIterable.java847 public FluentIterable<E> apply(Iterable<E> fromObject) {
848 return FluentIterable.from(fromObject);
/external/guava/android/guava/src/com/google/common/collect/
DFluentIterable.java846 public FluentIterable<E> apply(Iterable<E> fromObject) {
847 return FluentIterable.from(fromObject);
/external/protobuf/js/
Dmap.js174 jspb.Map.fromObject = function(entries, valueCtor, valueFromObject) { function in jspb.Map