Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_client_posix.cc218 const grpc_slice addr_str_slice = grpc_slice_from_cpp_string(ac->addr_str); in on_writable()
228 grpc_slice_from_cpp_string(std::move(description))); in on_writable()
297 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/security/credentials/oauth2/
Doauth2_credentials.cc210 grpc_slice_from_cpp_string( in grpc_oauth2_token_fetcher_credentials_parse_server_response()
739 grpc_slice_from_cpp_string(absl::StrCat("Bearer ", access_token))); in grpc_access_token_credentials()
/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/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.cc138 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.cc1341 grpc_slice_from_cpp_string(message)); in OnResolverResultChangedLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc2515 return grpc_slice_from_cpp_string(xds_client->DumpClientConfigBinary()); in grpc_dump_xds_configs()