Home
last modified time | relevance | path

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

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ccc/
H A Dstruct_number_pair.go19 type NumberPair struct { struct
20 Callee Callee `json:"Callee" xml:"Callee"`
21 Caller Caller `json:"Caller" xml:"Caller"`
H A Dstruct_data_in_pick_outbound_numbers.go20 NumberPair []NumberPair `json:"NumberPair" xml:"NumberPair"` member
/dports/ftp/lftp/lftp-4.9.2/src/
H A DResMgr.h213 NumberPair(char sep) { init(sep,0); } in NumberPair() function
214 NumberPair(char sep,const char *s) { init(sep,s); } in NumberPair() function