Home
last modified time | relevance | path

Searched defs:ret_t (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dfunctions.hpp306 typedef typename impl::make_composite<OperationT, A>::composite_type ret_t; in operator ()() typedef
322 ret_t; in operator ()() typedef
339 ret_t; in operator ()() typedef
364 >::composite_type ret_t; in operator ()() typedef
389 >::composite_type ret_t; in operator ()() typedef
417 >::composite_type ret_t; in operator ()() typedef
448 >::composite_type ret_t; in operator ()() typedef
478 >::composite_type ret_t; in operator ()() typedef
509 >::composite_type ret_t; in operator ()() typedef
543 >::composite_type ret_t; in operator ()() typedef
[all …]
Dcomposite.hpp1363 ret_t; in construct() typedef
1381 ret_t; in construct() typedef
1399 ret_t; in construct() typedef
1417 ret_t; in construct() typedef
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-wasm-api.h52 #define HB_WASM_API(ret_t, name) ret_t name argument
55 #define HB_WASM_API_COMPOUND(ret_t, name) HB_WASM_API(ret_t, name) argument
58 #define HB_WASM_INTERFACE(ret_t, name) ret_t name argument
H A Dhb-wasm-api.hh35 #define HB_WASM_API(ret_t, name) HB_INTERNAL ret_t name argument
36 #define HB_WASM_API_COMPOUND(ret_t, name) HB_INTERNAL void name argument
/aosp_15_r20/system/media/audio_utils/include/audio_utils/
H A Dintrinsic_utils.h183 using ret_t = std::decay_t<decltype(a[0])>; in vaddv() local
195 using ret_t = std::decay_t<decltype(aval[0])>; in vaddv() local
/aosp_15_r20/external/harfbuzz_ng/src/wasm/sample/c/
H A Dshape-ot.cc1 #define HB_WASM_INTERFACE(ret_t, name) __attribute__((export_name(#name))) ret_t name argument
H A Dshape-fallback.cc1 #define HB_WASM_INTERFACE(ret_t, name) __attribute__((export_name(#name))) ret_t name argument
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction_body.cc24 DataTypeSlice ret_t, Graph* g) in FunctionBody()
/aosp_15_r20/libnativehelper/tests/
H A DJniSafeRegisterNativeMethods_test.cpp280 #define DEC_TEST_FN_IMPL(name, ret_t, ...) \ argument
283 #define DEC_TEST_FN(name, correct, ret_t, ...) \ argument
288 #define DEC_TEST_FN0(name, correct, ret_t) \ argument
/aosp_15_r20/external/harfbuzz_ng/src/wasm/graphite/
H A Dshape.cc1 #define HB_WASM_INTERFACE(ret_t, name) __attribute__((export_name(#name))) ret_t name argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/
Dloops.hpp290 typedef typename impl::loop_traits<ParserT, MinT, MaxT>::type ret_t; in operator []() typedef
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.c100 typedef int ret_t; typedef
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dcsum.c368 __u32 *crc, struct ext2_dx_tail **ret_t) in ext2fs_dx_csum()