Searched refs:IsUtf8InCpp (Results 1 – 5 of 5) sorted by relevance
31 if (type.GetName() == "String" && !type.IsArray() && !type.IsUtf8InCpp()) { in ConstantValueDecorator()
336 if (aidl_type.IsUtf8InCpp() && type_name == "java.lang.String") { in CanonicalizeContainerType()378 if (aidl_type.IsNullable() || aidl_type.IsUtf8InCpp()) { in GetValidatableType()386 bool utf8InCpp = aidl_type.IsUtf8InCpp(); in GetValidatableType()396 utf8InCpp = utf8InCpp || context.IsUtf8InCpp(); in GetValidatableType()
119 bool AidlAnnotatable::IsUtf8InCpp() const { in IsUtf8InCpp() function in AidlAnnotatable215 if (IsArray() || IsNullable() || IsUtf8InCpp()) { in CheckValid()
173 bool IsUtf8InCpp() const;
253 EXPECT_EQ(interface->GetMethods()[0]->GetType().IsUtf8InCpp(), is_utf8); in TEST_F()