Searched refs:COUNTDOWN (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-integration/cpp/ |
H A D | Test.cc | 3 const int Test::COUNTDOWN[] = { 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0 }; member in Test 4 const int* Test::COUNTDOWN_PTR = Test::COUNTDOWN; 19 return COUNTDOWN; in countdown()
|
H A D | Test.h | 39 static const int COUNTDOWN[]; member in Test
|
Completed in 1 milliseconds