Searched refs:fromObject (Results 1 – 3 of 3) sorted by relevance
847 public FluentIterable<E> apply(Iterable<E> fromObject) {848 return FluentIterable.from(fromObject);
846 public FluentIterable<E> apply(Iterable<E> fromObject) {847 return FluentIterable.from(fromObject);
174 jspb.Map.fromObject = function(entries, valueCtor, valueFromObject) { function in jspb.Map