Searched defs:plus_one (Results 1 – 8 of 8) sorted by relevance
35 struct plus_one struct51 assert(std::bind(plus_one(), g)(5) == 33); in main() argument
19 struct plus_one struct22 void operator()(T& v) const in operator ()()
32 struct plus_one { struct43 assert(std::bind(plus_one(), g)(5) == 11); in test() argument
1048 def plus_one(x): function
1646 let plus_one = BigUint::from_str_radix("+1", 10).ok(); in test_from_str_radix() localVariable
3652 def plus_one(x): function3685 def plus_one(x): function3709 def plus_one(x): function
586 auto plus_one = builder->create<chlo::BroadcastAddOp>( in CreateWhile32() local