Searched refs:grpc_auth_context_property_iterator (Results 1 – 23 of 23) sorted by relevance
36 it = grpc_auth_context_property_iterator(ctx); in test_empty_context()62 it = grpc_auth_context_property_iterator(ctx); in test_simple_context()102 it = grpc_auth_context_property_iterator(ctx); in test_chained_context()
39 it = grpc_auth_context_property_iterator(ctx.get()); in test_empty_context()67 it = grpc_auth_context_property_iterator(ctx.get()); in test_simple_context()110 it = grpc_auth_context_property_iterator(ctx.get()); in test_chained_context()
62 grpc_auth_context_property_iterator(ctx_); in TEST_F()
66 grpc_auth_context_property_iterator(ctx_.get()); in begin()
73 grpc_auth_context_property_iterator(ctx_); in begin()
79 let iter = grpc_sys::grpc_auth_context_property_iterator(self.ctx.as_ref()); in into_iter()
84 grpc_auth_context_property_iterator
75 properties = grpc_auth_context_property_iterator(auth_context)
551 grpc_auth_property_iterator grpc_auth_context_property_iterator(
89 grpc_auth_context_property_iterator
352 it = grpc_auth_context_property_iterator(auth_context); in grpc_shallow_peer_from_ssl_auth_context()358 it = grpc_auth_context_property_iterator(auth_context); in grpc_shallow_peer_from_ssl_auth_context()
55 grpc_auth_context_property_iterator(const grpc_auth_context* ctx);
143 printf("%lx", (unsigned long) grpc_auth_context_property_iterator); in main()
169 grpc_auth_property_iterator grpc_auth_context_property_iterator( in grpc_auth_context_property_iterator() function
209 grpc_auth_property_iterator grpc_auth_context_property_iterator( function
118 it = grpc_auth_context_property_iterator(ctx); in print_auth_context()
973 it = grpc_auth_context_property_iterator(auth_context);979 it = grpc_auth_context_property_iterator(auth_context);
1079 return grpc_auth_context_property_iterator(ctx); in grpcsharp_auth_context_property_iterator()
292 #define grpc_auth_context_property_iterator grpc_auth_context_property_iterator_import macro
2425 pub fn grpc_auth_context_property_iterator( in grpc_auth_context_property_iterator() function