Searched refs:IsUtf8InCpp (Results 1 – 4 of 4) sorted by relevance
362 } 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()
168 EXPECT_EQ(parse_result->GetMethods()[0]->GetType().IsUtf8InCpp(), in TEST_F()
69 bool IsUtf8InCpp() const { in IsUtf8InCpp() function
179 if (c->IsUtf8() && c->IsUtf8InCpp()) { in check_types()