Searched refs:Method (Results 1 – 16 of 16) sorted by relevance
| /system/host/banjo/include/banjo/ |
| A D | json_generator.h | 90 void Generate(const flat::Interface::Method* value); 91 void Generate(const flat::Interface::Method::Parameter& value);
|
| A D | names.h | 40 std::string NameMethod(StringView interface_name, const flat::Interface::Method& method); 44 const flat::Interface::Method::Parameter& parameter);
|
| A D | flat_ast.h | 377 struct Method { struct 399 Method(Method&&) = default; 400 Method& operator=(Method&&) = default; argument 402 Method(std::unique_ptr<raw::AttributeList> attributes, in Method() function 420 std::vector<Name> superinterfaces, std::vector<Method> methods) in Interface() 425 std::vector<Method> methods; 428 std::vector<const Method*> all_methods;
|
| A D | ddk_generator.h | 55 const std::vector<flat::Interface::Method::Parameter>& input_parameters; 56 const std::vector<flat::Interface::Method::Parameter>& output_parameters;
|
| /system/host/fidl/include/fidl/ |
| A D | flat_ast.h | 769 struct Method { struct 770 Method(Method&&) = default; 771 Method& operator=(Method&&) = default; argument 773 Method(std::unique_ptr<raw::AttributeList> attributes, in Method() argument 790 std::vector<Name> superinterfaces, std::vector<Method> methods) in Interface() 795 std::vector<Method> methods; 798 std::vector<const Method*> all_methods;
|
| A D | json_generator.h | 91 void Generate(const flat::Interface::Method* value);
|
| A D | names.h | 42 std::string NameMethod(StringView interface_name, const flat::Interface::Method& method);
|
| /system/host/banjo/lib/ |
| A D | flat_ast.cpp | 304 bool Interface::Method::Parameter::IsSimple() const { in IsSimple() 353 bool Interface::Method::HasAttribute(banjo::StringView name) const { in HasAttribute() 357 banjo::StringView Interface::Method::GetAttribute(banjo::StringView name) const { in GetAttribute() 747 std::vector<Interface::Method> methods; in ConsumeInterfaceDeclaration() 753 std::unique_ptr<Interface::Method::Message> maybe_request; in ConsumeInterfaceDeclaration() 755 maybe_request.reset(new Interface::Method::Message()); in ConsumeInterfaceDeclaration() 765 std::unique_ptr<Interface::Method::Message> maybe_response; in ConsumeInterfaceDeclaration() 767 maybe_response.reset(new Interface::Method::Message()); in ConsumeInterfaceDeclaration() 1343 auto CreateMessage = [&](Interface::Method::Message* message) -> bool { in CompileInterface() 1370 auto CheckSimpleMessage = [&](const Interface::Method::Message* message) -> bool { in CompileInterface()
|
| A D | json_generator.cpp | 372 void JSONGenerator::Generate(const flat::Interface::Method* method) { in Generate() 396 void JSONGenerator::Generate(const flat::Interface::Method::Parameter& value) { in Generate()
|
| A D | names.cpp | 351 std::string NameMethod(StringView interface_name, const flat::Interface::Method& method) { in NameMethod()
|
| A D | tables_generator.cpp | 442 auto CompileMessage = [&](const flat::Interface::Method::Message& message) -> void { in CompileFields() 528 auto CreateMessage = [&](const flat::Interface::Method::Message& message, in Compile()
|
| /system/ulib/fs/ |
| A D | connection.cpp | 168 #define ZXFIDL_OPERATION(Method) \ argument 170 zx_status_t Method ## Op(void* ctx, Args... args) { \ 171 TRACE_DURATION("vfs", #Method); \ 173 return (connection->Connection::Method)(std::forward<Args>(args)...); \
|
| /system/host/fidl/lib/ |
| A D | names.cpp | 426 std::string NameMethod(StringView interface_name, const flat::Interface::Method& method) { in NameMethod()
|
| A D | json_generator.cpp | 413 void JSONGenerator::Generate(const flat::Interface::Method* method) { in Generate()
|
| A D | flat_ast.cpp | 1106 std::vector<Interface::Method> methods; in ConsumeInterfaceDeclaration()
|
| /system/fidl/fuchsia-cobalt/ |
| A D | cobalt.fidl | 460 // Method ordinals >= 100 are reserved for sub-interfaces.
|
Completed in 48 milliseconds