Searched defs:GPOSRecord (Results 1 – 2 of 2) sorted by relevance
/external/smack/src/org/xbill/DNS/ |
D | GPOSRecord.java | 13 public class GPOSRecord extends Record { class 19 GPOSRecord() {} in GPOSRecord() method in GPOSRecord 47 GPOSRecord(Name name, int dclass, long ttl, double longitude, double latitude, in GPOSRecord() method in GPOSRecord 65 GPOSRecord(Name name, int dclass, long ttl, String longitude, String latitude, in GPOSRecord() method in GPOSRecord
|
D | Type.java | 253 types.add(GPOS, "GPOS", new GPOSRecord()); in types.add()
|