Home
last modified time | relevance | path

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

/system/host/fidl/lib/
A Dordinals.cpp33 std::string method_name = GetSelector(method.attributes.get(), method.identifier->location()); in GetOrdinal() local
47 full_name.append(method_name); in GetOrdinal()
A Dnames.cpp430 std::string NameOrdinal(StringView method_name) { in NameOrdinal() argument
431 std::string ordinal_name(method_name); in NameOrdinal()
436 std::string NameMessage(StringView method_name, types::MessageKind kind) { in NameMessage() argument
437 std::string message_name(method_name); in NameMessage()
A Dc_generator.cpp203 void EmitClientMethodDecl(std::ostream* file, StringView method_name, in EmitClientMethodDecl() argument
206 *file << "zx_status_t " << method_name << "(zx_handle_t _channel"; in EmitClientMethodDecl()
218 void EmitServerMethodDecl(std::ostream* file, StringView method_name, in EmitServerMethodDecl() argument
221 *file << "zx_status_t (*" << method_name << ")(void* ctx"; in EmitServerMethodDecl()
244 void EmitServerReplyDecl(std::ostream* file, StringView method_name, in EmitServerReplyDecl() argument
246 *file << "zx_status_t " << method_name << "_reply(fidl_txn_t* _txn"; in EmitServerReplyDecl()
737 std::string method_name = NameMethod(named_interface.c_name, method); in NameInterfaces() local
739 named_method.ordinal_name = NameOrdinal(method_name); in NameInterfaces()
741 named_method.c_name = method_name; in NameInterfaces()
743 std::string c_name = NameMessage(method_name, types::MessageKind::kRequest); in NameInterfaces()
[all …]
A Dparser.cpp690 std::unique_ptr<raw::Identifier> method_name; in ParseInterfaceMethod() local
708 method_name = ParseIdentifier(); in ParseInterfaceMethod()
714 method_name = ParseIdentifier(); in ParseInterfaceMethod()
728 assert(method_name); in ParseInterfaceMethod()
734 std::move(method_name), in ParseInterfaceMethod()
A Dtables_generator.cpp607 std::string method_name = NameMethod(interface_name, method); in Compile() local
611 std::string message_name = NameMessage(method_name, kind); in Compile()
A Dflat_ast.cpp1112 SourceLocation method_name = method->identifier->location(); in ConsumeInterfaceDeclaration() local
1129 std::move(method_name), std::move(maybe_request), in ConsumeInterfaceDeclaration()
/system/host/banjo/lib/
A Dddk_generator.cpp299 void EmitMethodDeclHelper(std::ostream* file, StringView method_name, in EmitMethodDeclHelper() argument
309 *file << method_name << "("; in EmitMethodDeclHelper()
333 void EmitProtocolMethodDecl(std::ostream* file, StringView method_name, in EmitProtocolMethodDecl() argument
336 EmitMethodDeclHelper(file, method_name, input, output, ""); in EmitProtocolMethodDecl()
342 EmitMethodDeclHelper(file, method_name, input, output, "void* ctx"); in EmitProtocolMethodWithCtxDecl()
349 EmitMethodDeclHelper(file, method_name, input, output, in EmitProtocolMethodWithSpecificCtxDecl()
366 void EmitMethodImplHelper(std::ostream* file, StringView method_name, in EmitMethodImplHelper() argument
373 *file << method_name << "("; in EmitMethodImplHelper()
541 const std::string& method_name, in EmitSyncMethodImpl() argument
602 EmitMethodImplHelper(file, method_name, input, {}, protocol_name); in EmitSyncMethodImpl()
[all …]
A Dparser.cpp734 std::unique_ptr<raw::Identifier> method_name; in ParseInterfaceMethod() local
752 method_name = ParseIdentifier(); in ParseInterfaceMethod()
758 method_name = ParseIdentifier(); in ParseInterfaceMethod()
772 assert(method_name); in ParseInterfaceMethod()
777 std::move(method_name), in ParseInterfaceMethod()
A Dnames.cpp355 std::string NameMessage(StringView method_name, types::MessageKind kind) { in NameMessage() argument
356 std::string message_name(method_name); in NameMessage()
A Dtables_generator.cpp526 std::string method_name = NameMethod(interface_name, method); in Compile() local
530 std::string message_name = NameMessage(method_name, kind); in Compile()
A Dflat_ast.cpp751 SourceLocation method_name = method->identifier->location(); in ConsumeInterfaceDeclaration() local
780 std::move(method_name), std::move(maybe_request), in ConsumeInterfaceDeclaration()
/system/host/banjo/include/banjo/
A Dnames.h41 std::string NameOrdinal(StringView method_name);
42 std::string NameMessage(StringView method_name, types::MessageKind kind);
/system/host/fidl/include/fidl/
A Dnames.h43 std::string NameOrdinal(StringView method_name);
44 std::string NameMessage(StringView method_name, types::MessageKind kind);

Completed in 42 milliseconds