Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_to_cpp.cpp31 if (type.GetName() == "String" && !type.IsArray() && !type.IsUtf8InCpp()) { in ConstantValueDecorator()
Dtype_namespace.h336 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()
Daidl_language.cpp119 bool AidlAnnotatable::IsUtf8InCpp() const { in IsUtf8InCpp() function in AidlAnnotatable
215 if (IsArray() || IsNullable() || IsUtf8InCpp()) { in CheckValid()
Daidl_language.h173 bool IsUtf8InCpp() const;
Daidl_unittest.cpp253 EXPECT_EQ(interface->GetMethods()[0]->GetType().IsUtf8InCpp(), is_utf8); in TEST_F()