Home
last modified time | relevance | path

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

/system/host/banjo/lib/
A Dtables_generator.cpp439 for (const auto& method_pointer : interface_decl->all_methods) { in CompileFields() local
440 assert(method_pointer != nullptr); in CompileFields()
441 const auto& method = *method_pointer; in CompileFields()
523 for (const auto& method_pointer : interface_decl->all_methods) { in Compile() local
524 assert(method_pointer != nullptr); in Compile()
525 const auto& method = *method_pointer; in Compile()
A Dddk_generator.cpp1184 for (const auto& method_pointer : interface_info->all_methods) { in NameInterfaces() local
1185 assert(method_pointer != nullptr); in NameInterfaces()
1186 const auto& method = *method_pointer; in NameInterfaces()
1230 for (const auto& method_pointer : interface_info->all_methods) { in NameInterfaces() local
1231 assert(method_pointer != nullptr); in NameInterfaces()
1232 const auto& method = *method_pointer; in NameInterfaces()
A Dflat_ast.cpp1369 for (const auto& method_pointer : interface_declaration->all_methods) { in CompileInterface() local
1377 if (method_pointer->maybe_request) { in CompileInterface()
1378 if (!CheckSimpleMessage(method_pointer->maybe_request.get())) in CompileInterface()
1381 if (method_pointer->maybe_response) { in CompileInterface()
1382 if (!CheckSimpleMessage(method_pointer->maybe_response.get())) in CompileInterface()
/system/host/fidl/lib/
A Dtables_generator.cpp495 for (const auto& method_pointer : interface_decl->all_methods) { in CompileFields() local
496 assert(method_pointer != nullptr); in CompileFields()
497 const auto& method = *method_pointer; in CompileFields()
604 for (const auto& method_pointer : interface_decl->all_methods) { in Compile() local
605 assert(method_pointer != nullptr); in Compile()
606 const auto& method = *method_pointer; in Compile()
A Dc_generator.cpp733 for (const auto& method_pointer : interface_info->all_methods) { in NameInterfaces() local
734 assert(method_pointer != nullptr); in NameInterfaces()
735 const auto& method = *method_pointer; in NameInterfaces()

Completed in 99 milliseconds