Home
last modified time | relevance | path

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

/system/tools/aidl/
Dpreprocess.cpp97 if (const auto& rust_type = t.GetRustType(); !rust_type.empty()) { in Visit() local
98 out << " rust_type " << rust_type; in Visit()
Daidl_to_rust.cpp98 const std::string rust_type = unstructured->GetRustType(); in GetRawRustName() local
99 AIDL_FATAL_IF(rust_type.empty(), unstructured) in GetRawRustName()
101 return rust_type; in GetRawRustName()
Daidl_language_l.ll133 rust_type { yylval->token = new AidlToken("rust_type", comments);
Dgenerate_rust.cpp1024 std::string rust_type = in GenerateParcelBody() local
1026 out << "static_assertions::const_assert_eq!(std::mem::size_of::<" << rust_type << ">(), " in GenerateParcelBody()
1194 std::string rust_type = in GenerateParcelBody() local
1199 out << "static_assertions::const_assert_eq!(std::mem::size_of::<" << rust_type << ">(), " in GenerateParcelBody()
Daidl_language.cpp1454 if (headers_.rust_type.length() >= 2) { in AidlParcelable()
1455 headers_.rust_type = headers_.rust_type.substr(1, headers_.rust_type.length() - 2); in AidlParcelable()
Daidl_language_y.yy122 %token<token> RUST_TYPE "rust_type (which can also be used as an identifier)"
326 $$->rust_type = $3->GetText();
Daidl_language.h1074 std::string rust_type;
1093 std::string GetRustType() const { return headers_.rust_type; }
/system/tools/aidl/tests/android/aidl/tests/
DSimpleParcelable.aidl20 "tests/simple_parcelable_ndk.h" rust_type
/system/tools/aidl/tests/
Daidl_parser_fuzzer.dict10 " rust_type "