Searched refs:IsUtf8InCpp (Results 1 – 5 of 5) sorted by relevance
72 const bool utf8 = type.IsUtf8InCpp(); in RawParcelMethod()187 } else if (raw_type.IsUtf8InCpp()) { in GetCppName()306 if (type.IsUtf8InCpp()) { in AddHeaders()
453 bool AidlAnnotatable::IsUtf8InCpp() const { in IsUtf8InCpp() function in AidlAnnotatable797 if (IsUtf8InCpp() && (GetName() != "String" && !is_generic_string_list)) { in CheckValid()803 if (IsArray() || IsNullable() || IsUtf8InCpp()) { in CheckValid()
927 if (is_ndk || type.IsUtf8InCpp()) { in CppConstantValueDecorator()
361 bool IsUtf8InCpp() const;
416 EXPECT_FALSE(interface->GetMethods()[0]->GetType().IsUtf8InCpp()); in TEST_P()426 EXPECT_TRUE(interface->GetMethods()[0]->GetType().IsUtf8InCpp()); in TEST_P()