Home
last modified time | relevance | path

Searched refs:sight_args (Results 1 – 2 of 2) sorted by relevance

/dports/devel/atlas-devel/Atlas-C++-0.6.4/benchmark/
H A DMessage_Move.cpp64 ListType sight_args(1, move); in move() local
65 sight["args"] = sight_args; in move()
107 ListType sight_args(1, move); in main() local
108 sight["args"] = sight_args; in main()
/dports/devel/atlas-devel/Atlas-C++-0.6.4/tests/Objects/
H A Dobjects2.cpp410 std::vector<Root> sight_args(1); in test() local
411 sight_args[0] = move_op; in test()
412 sight_op->setArgs(sight_args); in test()