Home | History | Annotate | Download | only in profiler

Lines Matching defs:interface

45     InterfaceSpecificationMessage interface = message.interface();
47 // defined types within the interface.
48 for (const auto attribute : interface.attribute()) {
64 out << "const char* interface,\n";
92 InterfaceSpecificationMessage interface = message.interface();
94 // the interface.
95 for (const auto attribute : interface.attribute()) {
108 out << "const char* interface,\n";
116 if (interface.api_size() > 0) {
121 for (const FunctionSpecificationMessage api : interface.api()) {