Home
last modified time | relevance | path

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

/aosp_15_r20/system/tools/aidl/
Daidl_to_cpp.cpp72 const bool utf8 = type.IsUtf8InCpp(); in RawParcelMethod()
187 } else if (raw_type.IsUtf8InCpp()) { in GetCppName()
306 if (type.IsUtf8InCpp()) { in AddHeaders()
Daidl_language.cpp453 bool AidlAnnotatable::IsUtf8InCpp() const { in IsUtf8InCpp() function in AidlAnnotatable
797 if (IsUtf8InCpp() && (GetName() != "String" && !is_generic_string_list)) { in CheckValid()
803 if (IsArray() || IsNullable() || IsUtf8InCpp()) { in CheckValid()
Daidl_to_cpp_common.cpp927 if (is_ndk || type.IsUtf8InCpp()) { in CppConstantValueDecorator()
Daidl_language.h361 bool IsUtf8InCpp() const;
Daidl_unittest.cpp416 EXPECT_FALSE(interface->GetMethods()[0]->GetType().IsUtf8InCpp()); in TEST_P()
426 EXPECT_TRUE(interface->GetMethods()[0]->GetType().IsUtf8InCpp()); in TEST_P()