Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_to_cpp.cpp70 const bool utf8 = raw_type.IsUtf8InCpp(); in RawParcelMethod()
173 } else if (raw_type.IsUtf8InCpp()) { in GetCppName()
196 if (type.GetName() == "String" && !type.IsUtf8InCpp()) { in ConstantValueDecorator()
274 bool utf8 = raw_type.IsUtf8InCpp(); in AddHeaders()
Daidl_language.cpp265 bool AidlAnnotatable::IsUtf8InCpp() const { in IsUtf8InCpp() function in AidlAnnotatable
484 if (IsUtf8InCpp() && (GetName() != "String" && !is_generic_string_list)) { in CheckValid()
490 if (IsArray() || IsNullable() || IsUtf8InCpp()) { in CheckValid()
Daidl_unittest.cpp376 EXPECT_FALSE(interface->GetMethods()[0]->GetType().IsUtf8InCpp()); in TEST_P()
386 EXPECT_TRUE(interface->GetMethods()[0]->GetType().IsUtf8InCpp()); in TEST_P()
Daidl_language.h231 bool IsUtf8InCpp() const;