Home
last modified time | relevance | path

Searched refs:empty_iterator (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/context/
Dsecurity_context.cc138 static grpc_auth_property_iterator empty_iterator = {nullptr, 0, nullptr}; variable
171 grpc_auth_property_iterator it = empty_iterator; in grpc_auth_context_property_iterator()
205 grpc_auth_property_iterator it = empty_iterator; in grpc_auth_context_find_properties_by_name()
208 if (ctx == nullptr || name == nullptr) return empty_iterator; in grpc_auth_context_find_properties_by_name()
217 if (ctx == nullptr) return empty_iterator; in grpc_auth_context_peer_identity()
/external/grpc-grpc/src/core/lib/security/context/
Dsecurity_context.cc120 static grpc_auth_property_iterator empty_iterator = {nullptr, 0, nullptr}; variable
211 grpc_auth_property_iterator it = empty_iterator;
244 grpc_auth_property_iterator it = empty_iterator;
247 if (ctx == nullptr || name == nullptr) return empty_iterator;
256 if (ctx == nullptr) return empty_iterator;