Searched refs:rust_type (Results 1 – 9 of 9) sorted by relevance
97 if (const auto& rust_type = t.GetRustType(); !rust_type.empty()) { in Visit() local98 out << " rust_type " << rust_type; in Visit()
98 const std::string rust_type = unstructured->GetRustType(); in GetRawRustName() local99 AIDL_FATAL_IF(rust_type.empty(), unstructured) in GetRawRustName()101 return rust_type; in GetRawRustName()
133 rust_type { yylval->token = new AidlToken("rust_type", comments);
1024 std::string rust_type = in GenerateParcelBody() local1026 out << "static_assertions::const_assert_eq!(std::mem::size_of::<" << rust_type << ">(), " in GenerateParcelBody()1194 std::string rust_type = in GenerateParcelBody() local1199 out << "static_assertions::const_assert_eq!(std::mem::size_of::<" << rust_type << ">(), " in GenerateParcelBody()
1454 if (headers_.rust_type.length() >= 2) { in AidlParcelable()1455 headers_.rust_type = headers_.rust_type.substr(1, headers_.rust_type.length() - 2); in AidlParcelable()
122 %token<token> RUST_TYPE "rust_type (which can also be used as an identifier)"326 $$->rust_type = $3->GetText();
1074 std::string rust_type;1093 std::string GetRustType() const { return headers_.rust_type; }
20 "tests/simple_parcelable_ndk.h" rust_type
10 " rust_type "