Searched refs:otherInfo (Results 1 – 5 of 5) sorted by relevance
46 public final ImmutableMap<String, String> otherInfo; field in NettySocketSupport.NativeSocketOptions51 Map<String, String> otherInfo) { in NativeSocketOptions() argument52 Preconditions.checkNotNull(otherInfo); in NativeSocketOptions()54 this.otherInfo = ImmutableMap.copyOf(otherInfo); in NativeSocketOptions()
36 public InternalNativeSocketOptions(TcpInfo tcpInfo, Map<String, String> otherInfo) { in InternalNativeSocketOptions() argument37 super(tcpInfo, otherInfo); in InternalNativeSocketOptions()
244 for (Entry<String, String> entry : nativeOptions.otherInfo.entrySet()) { in getSocketOptions()
285 … R3<Versions, String, String> otherInfo = onlyNewer.pathToBirthCurrentPrevious.get(xpath); in writeBirth() local286 if (otherInfo == null) { in writeBirth()290 onlyNewerVersion = otherInfo.get0(); in writeBirth()294 otherValue = fixNull(otherInfo.get1()); in writeBirth()295 olderOtherValue = fixNull(otherInfo.get2()); in writeBirth()
231 PathValueInfo otherInfo = (PathValueInfo) o; in equals() local232 return rbPath.equals(otherInfo.rbPath) in equals()233 && valueArg.equals(otherInfo.valueArg); in equals()