Lines Matching refs:Testing
23 TORCH_VITAL_DEFINE(Testing); in TEST()
24 TORCH_VITAL(Testing, Attribute0) << 1; in TEST()
25 TORCH_VITAL(Testing, Attribute1) << "1"; in TEST()
26 TORCH_VITAL(Testing, Attribute2) << 1.0f; in TEST()
27 TORCH_VITAL(Testing, Attribute3) << 1.0; in TEST()
29 TORCH_VITAL(Testing, Attribute4) << t; in TEST()
52 TORCH_VITAL_DEFINE(Testing); in TEST()
53 TORCH_VITAL(Testing, Attribute0) << 1 << " of " << 2; in TEST()
54 TORCH_VITAL(Testing, Attribute1) << 1; in TEST()
55 TORCH_VITAL(Testing, Attribute1) << " of "; in TEST()
56 TORCH_VITAL(Testing, Attribute1) << 2; in TEST()
81 TORCH_VITAL_DEFINE(Testing); in TEST()
82 TORCH_VITAL(Testing, Attribute0) << 1; in TEST()