Home
last modified time | relevance | path

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

/build/rust/tests/test_bindgen_test/test_for_hpp/
Dlib.h24 typedef int FirstInt; typedef
26 FirstInt c;
27 FirstInt* ptr;
28 FirstInt arr[10];
32 void method(FirstInt c);
33 void methodRef(FirstInt& c);
40 FirstInt* ptr;