Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Dgenerate_rust.cpp335 string const_type; in GenerateConstantDeclarations() local
337 const_type = "&str"; in GenerateConstantDeclarations()
340 const_type = RustNameOf(type, typenames, StorageMode::VALUE); in GenerateConstantDeclarations()
346 out << "pub const " << constant->GetName() << ": " << const_type << " = " in GenerateConstantDeclarations()