Home | History | Annotate | Download | only in test_version

Lines Matching refs:version

19 [version=0.0]
24 [version=0.0] int32_t Bar([in] int32_t x);
28 [version=2.0] int32_t Bar([in] int32_t x, [in] int32_t y, [in] int32_t z);
33 [version=0.0]
38 [version=0.0] iFoo x;
42 [version=0.0]
47 [version=0.0] iFoo x;
51 [version=1.0] int32_t y;
58 typedef int32_t callback_t([in] int32_t x, [in, version=2.0] int32_t y);
65 int32_t Bar([in, version=1.0] callback_t cb);