HomeSort by relevance Sort by last modified time
    Searched refs:OneTo (Results 1 - 2 of 2) sorted by null

  /external/gtest/scripts/
gen_gtest_pred_impl.py 183 def OneTo(n):
202 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)])
323 + ''.join([ImplementationForArity(i) for i in OneTo(n)])
533 "exactly once.";""" % (i, i + 1) for i in OneTo(n)])
714 + ''.join([TestsForArity(i) for i in OneTo(n)])
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 183 def OneTo(n):
202 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)])
323 + ''.join([ImplementationForArity(i) for i in OneTo(n)])
533 "exactly once.";""" % (i, i + 1) for i in OneTo(n)])
714 + ''.join([TestsForArity(i) for i in OneTo(n)])

Completed in 2896 milliseconds