Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_rust.cpp590 string const_type; in GenerateConstantDeclarations() local
592 const_type = "&str"; in GenerateConstantDeclarations()
596 const_type = RustNameOf(type, typenames, StorageMode::VALUE, Lifetime::NONE); in GenerateConstantDeclarations()
602 out << "pub const r#" << constant->GetName() << ": " << const_type << " = " in GenerateConstantDeclarations()