Home
last modified time | relevance | path

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

/system/host/banjo/include/banjo/
A Djson_generator.h90 void Generate(const flat::Interface::Method* value);
91 void Generate(const flat::Interface::Method::Parameter& value);
A Dnames.h40 std::string NameMethod(StringView interface_name, const flat::Interface::Method& method);
44 const flat::Interface::Method::Parameter& parameter);
A Dflat_ast.h377 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 Dddk_generator.h55 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 Dflat_ast.h769 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 Djson_generator.h91 void Generate(const flat::Interface::Method* value);
A Dnames.h42 std::string NameMethod(StringView interface_name, const flat::Interface::Method& method);
/system/host/banjo/lib/
A Dflat_ast.cpp304 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 Djson_generator.cpp372 void JSONGenerator::Generate(const flat::Interface::Method* method) { in Generate()
396 void JSONGenerator::Generate(const flat::Interface::Method::Parameter& value) { in Generate()
A Dnames.cpp351 std::string NameMethod(StringView interface_name, const flat::Interface::Method& method) { in NameMethod()
A Dtables_generator.cpp442 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 Dconnection.cpp168 #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 Dnames.cpp426 std::string NameMethod(StringView interface_name, const flat::Interface::Method& method) { in NameMethod()
A Djson_generator.cpp413 void JSONGenerator::Generate(const flat::Interface::Method* method) { in Generate()
A Dflat_ast.cpp1106 std::vector<Interface::Method> methods; in ConsumeInterfaceDeclaration()
/system/fidl/fuchsia-cobalt/
A Dcobalt.fidl460 // Method ordinals >= 100 are reserved for sub-interfaces.

Completed in 48 milliseconds