Searched refs:FooT (Results 1 – 2 of 2) sorted by relevance
2201 public abstract static class BuilderWithPropertyBuilders<FooT extends Comparable<FooT>> {2202 public abstract ImmutableList<FooT> getFoos(); in getFoos()2206 public abstract BuilderWithPropertyBuilders.Builder<FooT> toBuilder(); in toBuilder()2208 public static <FooT extends Comparable<FooT>> Builder<FooT> builder() { in builder()2209 return new AutoValue_AutoValueTest_BuilderWithPropertyBuilders.Builder<FooT>(); in builder()2213 public abstract static class Builder<FooT extends Comparable<FooT>> {2214 public abstract ImmutableList<FooT> getFoos(); in getFoos()2216 public Builder<FooT> addFoos(Iterable<FooT> foos) { in addFoos()2221 abstract ImmutableList.Builder<FooT> foosBuilder(); in foosBuilder()2223 public Builder<FooT> addToTs(FooT element) { in addToTs()[all …]
2063 class FooT { class2111 void FooT<T>::foo() EXCLUSIVE_LOCKS_REQUIRED(mu_) { in foo()2148 FooT<int> myFooT; in test()3598 class FooT { class3604 void FooT<T>::elr(Cell<T>* c1) { } in elr()3608 FooT<int> foo; in testFooT()