Searched defs:store (Results 1 – 2 of 2) sorted by relevance
64 private final T store; field in FileUseMapEntry73 private FileUseMapEntry(long start, long end, @Nullable T store) { in FileUseMapEntry()102 public static <T> FileUseMapEntry<T> makeUsed(long start, long end, @Nonnull T store) { in makeUsed()
280 let mut store = X509StoreContext::new()?; in validate_uds_cert_path() localVariable522 let store = builder.build(); in make_sure_root_signature_is_checked() localVariable