Searched defs:second (Results 1 – 2 of 2) sorted by relevance
26 private Pair(A first, B second) { in Pair()31 public static <A, B> Pair<A, B> create(A first, B second) { in create()
126 StringPiece second = rest.substr(0, index); in ParseRule() local