OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grpc_auth_property_iterator_next
(Results
1 - 17
of
17
) sorted by null
/external/grpc-grpc/test/core/security/
auth_context_test.cc
35
GPR_ASSERT(
grpc_auth_property_iterator_next
(&it) == nullptr);
37
GPR_ASSERT(
grpc_auth_property_iterator_next
(&it) == nullptr);
39
GPR_ASSERT(
grpc_auth_property_iterator_next
(&it) == nullptr);
64
const grpc_auth_property* p =
grpc_auth_property_iterator_next
(&it);
67
GPR_ASSERT(
grpc_auth_property_iterator_next
(&it) == nullptr);
70
GPR_ASSERT(
grpc_auth_property_iterator_next
(&it) ==
72
GPR_ASSERT(
grpc_auth_property_iterator_next
(&it) == nullptr);
75
GPR_ASSERT(
grpc_auth_property_iterator_next
(&it) ==
77
GPR_ASSERT(
grpc_auth_property_iterator_next
(&it) ==
79
GPR_ASSERT(
grpc_auth_property_iterator_next
(&it) == nullptr)
[
all
...]
security_connector_test.cc
40
const grpc_auth_property* prop =
grpc_auth_property_iterator_next
(&it);
47
if (
grpc_auth_property_iterator_next
(&it) != nullptr) return 0;
113
prop =
grpc_auth_property_iterator_next
(&it);
137
const grpc_auth_property* prop =
grpc_auth_property_iterator_next
(&it);
146
if (
grpc_auth_property_iterator_next
(&it) != nullptr) {
157
const grpc_auth_property* prop =
grpc_auth_property_iterator_next
(&it);
167
if (
grpc_auth_property_iterator_next
(&it) != nullptr) {
alts_security_connector_test.cc
105
prop =
grpc_auth_property_iterator_next
(&it);
/external/grpc-grpc/src/cpp/common/
secure_auth_context.cc
40
while ((property =
grpc_auth_property_iterator_next
(&iter))) {
64
while ((property =
grpc_auth_property_iterator_next
(&iter))) {
75
grpc_auth_property_iterator_next
(&iter);
auth_property_iterator.cc
39
property_ =
grpc_auth_property_iterator_next
(&iter);
/external/grpc-grpc/test/cpp/common/
auth_property_iterator_test.cc
64
grpc_auth_property_iterator_next
(&c_iter);
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
security.pyx.pxi
45
property =
grpc_auth_property_iterator_next
(&properties)
78
property =
grpc_auth_property_iterator_next
(&properties)
/external/grpc-grpc/src/core/lib/security/context/
security_context.cc
191
const grpc_auth_property* prop =
grpc_auth_property_iterator_next
(&it);
218
const grpc_auth_property*
grpc_auth_property_iterator_next
(
function
220
GRPC_API_TRACE("
grpc_auth_property_iterator_next
(it=%p)", 1, (it));
238
return
grpc_auth_property_iterator_next
(it);
/external/grpc-grpc/include/grpc/
grpc_security.h
50
GRPCAPI const grpc_auth_property*
grpc_auth_property_iterator_next
(
/external/grpc-grpc/test/core/end2end/
h2_ssl_session_reuse_test.cc
159
const grpc_auth_property* property =
grpc_auth_property_iterator_next
(&it);
/external/grpc-grpc/test/core/end2end/tests/
call_creds.cc
114
while ((p =
grpc_auth_property_iterator_next
(&it)) != nullptr) {
119
while ((p =
grpc_auth_property_iterator_next
(&it)) != nullptr) {
/external/grpc-grpc/src/core/ext/filters/load_reporting/
server_load_reporting_filter.cc
58
grpc_auth_property_iterator_next
(&auth_it);
/external/grpc-grpc/test/core/surface/
public_headers_must_be_c89.c
142
printf("%lx", (unsigned long)
grpc_auth_property_iterator_next
);
/external/grpc-grpc/src/core/lib/security/security_connector/
security_connector.cc
[
all
...]
/external/grpc-grpc/src/ruby/ext/grpc/
rb_call.c
254
const grpc_auth_property* prop =
grpc_auth_property_iterator_next
(&it);
[
all
...]
rb_grpc_imports.generated.h
289
#define
grpc_auth_property_iterator_next
grpc_auth_property_iterator_next_import
macro
[
all
...]
/external/grpc-grpc/src/csharp/ext/
grpc_csharp_ext.c
[
all
...]
Completed in 59 milliseconds