Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Daidl.cpp741 std::function<void(const AidlTypeSpecifier&, const AidlNode*)> check_untyped_container = in load_and_validate_aidl() local
742 [&err, &check_untyped_container](const AidlTypeSpecifier& type, const AidlNode* node) { in load_and_validate_aidl()
745 [&node, &check_untyped_container](auto& nested) { in load_and_validate_aidl()
746 check_untyped_container(*nested, node); in load_and_validate_aidl()
761 check_untyped_container(method->GetType(), method.get()); in load_and_validate_aidl()
763 check_untyped_container(arg->GetType(), method.get()); in load_and_validate_aidl()
768 check_untyped_container(field->GetType(), field.get()); in load_and_validate_aidl()