Home
last modified time | relevance | path

Searched defs:fromNodes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/internal/serialization/
H A DResumableFileDownloadSerializer.java124 private static ResumableFileDownload fromNodes(Map<String, JsonNode> downloadNodes) { in fromNodes() method in ResumableFileDownloadSerializer
H A DResumableFileUploadSerializer.java149 private static ResumableFileUpload fromNodes(Map<String, JsonNode> uploadNodes) { in fromNodes() method in ResumableFileUploadSerializer
/aosp_15_r20/external/lzma/CPP/Common/
H A DWildcard.cpp507 void CCensorNode::ExtendExclude(const CCensorNode &fromNodes) in ExtendExclude()