Home
last modified time | relevance | path

Searched defs:raw_type (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Daidl_to_cpp.cpp149 std::string WrapIfNullable(const std::string type_str, const AidlTypeSpecifier& raw_type, in WrapIfNullable()
163 std::string GetCppName(const AidlTypeSpecifier& raw_type, const AidlTypenames& typenames) { in GetCppName()
Dgenerate_java.cpp624 std::string raw_type = JavaSignatureOf(backing_type); in GenerateEnumClass() local
/system/security/keystore2/test_utils/attestation/
Dlib.rs30 let raw_type = (tag.0 as u32) & 0xf0000000; in tag_type() localVariable