Searched defs:Binder (Results 1 – 8 of 8) sorted by relevance
87 pub struct Binder { struct88 pub host: String,89 pub port: u16,90 cred: Option<ServerCredentials>,93 _fetcher: Option<Box<Box<dyn ServerCredentialsFetcher + Send + Sync>>>,96 impl Binder { impl97 pub fn new(host: String, port: u16) -> Binder { in new()113 ) -> Binder { in with_cred()143 pub struct Binder { struct148 impl Binder { implementation[all …]
184 public interface Binder { interface
75 public final class Binder { class564 private Binder() {} in Binder() method in Binder
98 class Binder : public ContextWrapper class107 Binder (const Context& ctx) : ContextWrapper(ctx) {} in Binder() function in deqp::gls::LifetimeTests::details::Binder
1617 if (CXXBindTemporaryExpr *Binder = dyn_cast<CXXBindTemporaryExpr>(SubExpr)) in getSubExprAsWritten() local
1853 if (CXXBindTemporaryExpr *Binder = in BuildCXXNew() local
4009 while (auto *Binder = dyn_cast<CXXBindTemporaryExpr>(E)) in getExprAsWritten() local
3222 while (CXXBindTemporaryExpr *Binder = dyn_cast<CXXBindTemporaryExpr>(Init)) in TransformInitializer() local