Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
z
Classes
Class List
Class Hierarchy
Class Members
All
:
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Properties
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
grpc
test
core
end2end
fixtures
local_util.h
Go to the documentation of this file.
1
/*
2
*
3
* Copyright 2018 gRPC authors.
4
*
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
* you may not use this file except in compliance with the License.
7
* You may obtain a copy of the License at
8
*
9
* http://www.apache.org/licenses/LICENSE-2.0
10
*
11
* Unless required by applicable law or agreed to in writing, software
12
* distributed under the License is distributed on an "AS IS" BASIS,
13
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
*
17
*/
18
19
#include <
grpc/grpc_security.h
>
20
21
#include "
src/core/lib/surface/channel.h
"
22
#include "
test/core/end2end/end2end_tests.h
"
23
24
struct
grpc_end2end_local_fullstack_fixture_data
{
25
std::string
localaddr
;
26
};
27
28
/* Utility functions shared by h2_local tests. */
29
grpc_end2end_test_fixture
grpc_end2end_local_chttp2_create_fixture_fullstack
();
30
31
void
grpc_end2end_local_chttp2_init_client_fullstack
(
32
grpc_end2end_test_fixture
*
f
,
const
grpc_channel_args
* client_args,
33
grpc_local_connect_type
type
);
34
35
void
grpc_end2end_local_chttp2_init_server_fullstack
(
36
grpc_end2end_test_fixture
*
f
,
const
grpc_channel_args
* server_args,
37
grpc_local_connect_type
type
);
38
39
void
grpc_end2end_local_chttp2_tear_down_fullstack
(
40
grpc_end2end_test_fixture
*
f
);
testing::internal::string
::std::string string
Definition:
bloaty/third_party/protobuf/third_party/googletest/googletest/include/gtest/internal/gtest-port.h:881
grpc_security.h
grpc_channel_args
Definition:
grpc_types.h:132
grpc_end2end_test_fixture
Definition:
end2end_tests.h:46
autogen_x86imm.f
f
Definition:
autogen_x86imm.py:9
grpc_end2end_local_chttp2_init_server_fullstack
void grpc_end2end_local_chttp2_init_server_fullstack(grpc_end2end_test_fixture *f, const grpc_channel_args *server_args, grpc_local_connect_type type)
Definition:
local_util.cc:83
grpc_end2end_local_fullstack_fixture_data::localaddr
std::string localaddr
Definition:
local_util.h:25
end2end_tests.h
grpc_end2end_local_fullstack_fixture_data
Definition:
local_util.h:24
grpc_end2end_local_chttp2_tear_down_fullstack
void grpc_end2end_local_chttp2_tear_down_fullstack(grpc_end2end_test_fixture *f)
Definition:
local_util.cc:105
grpc_end2end_local_chttp2_init_client_fullstack
void grpc_end2end_local_chttp2_init_client_fullstack(grpc_end2end_test_fixture *f, const grpc_channel_args *client_args, grpc_local_connect_type type)
Definition:
local_util.cc:46
asyncio_get_stats.type
type
Definition:
asyncio_get_stats.py:37
grpc_local_connect_type
grpc_local_connect_type
Definition:
grpc_security_constants.h:143
grpc_end2end_local_chttp2_create_fixture_fullstack
grpc_end2end_test_fixture grpc_end2end_local_chttp2_create_fixture_fullstack()
Definition:
local_util.cc:36
channel.h
grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:00:29