Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/linux/dbus_projection/dbus_macros/src/
H A Dlib.rs140 let mut output_type = quote! {}; in generate_dbus_exporter() localVariable
143 output_type = quote! {#t,}; in generate_dbus_exporter()
156 -> Result<(#output_type), dbus_crossroads::MethodErr> { in generate_dbus_exporter()
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DScriptParser.yy75 OutputSectDesc::Type output_type;
200 %type <output_type> opt_type type
/aosp12/build/bazel/rules_cc/examples/
H A Dexperimental_cc_shared_library.bzl377 output_type = "dynamic_library",