Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_namespace.h362 } else if (aidl_type.IsUtf8InCpp() && type_name == "java.lang.String") { in CanonicalizeContainerType()
404 aidl_type.IsUtf8InCpp()) { in GetValidatableType()
413 if (aidl_type.IsUtf8() && aidl_type.IsUtf8InCpp()) { in GetValidatableType()
420 bool utf8InCpp = aidl_type.IsUtf8InCpp(); in GetValidatableType()
432 utf8InCpp = utf8InCpp || interface.IsUtf8InCpp(); in GetValidatableType()
Daidl_unittest.cpp168 EXPECT_EQ(parse_result->GetMethods()[0]->GetType().IsUtf8InCpp(), in TEST_F()
Daidl_language.h69 bool IsUtf8InCpp() const { in IsUtf8InCpp() function
Daidl.cpp179 if (c->IsUtf8() && c->IsUtf8InCpp()) { in check_types()