Home | History | Annotate | Download | only in util

Lines Matching defs:of

9  *     * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
57 ImmutableSet<ClassDef> classes = ImmutableSet.<ClassDef>of(
68 ImmutableList.<TypeProto>of(),
72 ImmutableList.<TypeProto>of(objectClassProto),
76 ImmutableList.<TypeProto>of(oneClassProto, objectClassProto),
80 ImmutableList.<TypeProto>of(twoClassProto, oneClassProto, objectClassProto),
90 ImmutableSet<ClassDef> classes = ImmutableSet.<ClassDef>of(twoClassDef, threeClassDef);
99 ImmutableList.<TypeProto>of(oneClassProto, unknownClassProto),
103 ImmutableList.<TypeProto>of(twoClassProto, oneClassProto, unknownClassProto),