Home
last modified time | relevance | path

Searched refs:grpc_slice_from_cpp_string (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_client_posix.cc219 const grpc_slice addr_str_slice = grpc_slice_from_cpp_string(ac->addr_str); in on_writable()
229 grpc_slice_from_cpp_string(std::move(description))); in on_writable()
299 grpc_slice_from_cpp_string(grpc_sockaddr_to_uri(addr))); in grpc_tcp_client_create_from_prepared_fd()
Dtcp_client_windows.cc220 grpc_slice_from_cpp_string(std::move(target_uri))); in tcp_connect()
Dtcp_server_windows.cc235 grpc_slice_from_cpp_string(grpc_sockaddr_to_uri(addr))), in prepare_socket()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dframe_rst_stream.cc113 grpc_slice_from_cpp_string(absl::StrCat( in grpc_chttp2_rst_stream_parser_parse()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/jwt/
Djwt_credentials.cc96 grpc_slice_from_cpp_string(std::move(md_value))); in get_request_metadata()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice_internal.h341 grpc_slice grpc_slice_from_cpp_string(std::string str);
Dslice.cc255 grpc_slice grpc_slice_from_cpp_string(std::string str) { in grpc_slice_from_cpp_string() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc209 grpc_slice_from_cpp_string( in grpc_oauth2_token_fetcher_credentials_parse_server_response()
737 grpc_slice_from_cpp_string(absl::StrCat("Bearer ", access_token))); in grpc_access_token_credentials()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/http/
Dhttpcli.cc123 grpc_slice_from_cpp_string(std::move(addr_text)))); in append_error()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc135 grpc_slice_from_cpp_string(std::move(msg))); in client_filter_incoming_metadata()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc2121 grpc_slice_from_cpp_string(message)); in OnResolverResultChangedLocked()