HomeSort by relevance Sort by last modified time
    Searched refs:IsUtf8InCpp (Results 1 - 4 of 4) sorted by null

  /system/tools/aidl/
type_namespace.h 362 } else if (aidl_type.IsUtf8InCpp() && type_name == "java.lang.String") {
404 aidl_type.IsUtf8InCpp()) {
413 if (aidl_type.IsUtf8() && aidl_type.IsUtf8InCpp()) {
420 bool utf8InCpp = aidl_type.IsUtf8InCpp();
432 utf8InCpp = utf8InCpp || interface.IsUtf8InCpp();
aidl_language.h 69 bool IsUtf8InCpp() const {
aidl_unittest.cpp 168 EXPECT_EQ(parse_result->GetMethods()[0]->GetType().IsUtf8InCpp(),
aidl.cpp 179 if (c->IsUtf8() && c->IsUtf8InCpp()) {

Completed in 87 milliseconds