Home
last modified time | relevance | path

Searched defs:returns_int (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dhas_prefix_operators.hpp49 struct returns_int { int operator BOOST_TT_TRAIT_OP (); }; struct
Dhas_postfix_operators.hpp44 struct returns_int { int operator BOOST_TT_TRAIT_OP (int); }; struct
Dhas_binary_operators.hpp54 struct returns_int { int operator BOOST_TT_TRAIT_OP (const returns_int&)const; }; struct
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_async.py521 def returns_int(x: int) -> int: function