Searched refs:IsUtf8InCpp (Results 1 – 4 of 4) sorted by relevance
70 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()
265 bool AidlAnnotatable::IsUtf8InCpp() const { in IsUtf8InCpp() function in AidlAnnotatable484 if (IsUtf8InCpp() && (GetName() != "String" && !is_generic_string_list)) { in CheckValid()490 if (IsArray() || IsNullable() || IsUtf8InCpp()) { in CheckValid()
376 EXPECT_FALSE(interface->GetMethods()[0]->GetType().IsUtf8InCpp()); in TEST_P()386 EXPECT_TRUE(interface->GetMethods()[0]->GetType().IsUtf8InCpp()); in TEST_P()
231 bool IsUtf8InCpp() const;