Searched refs:addExactAcceptRule (Results 1 – 2 of 2) sorted by relevance
126 public void addExactAcceptRule(@NonNull byte[] value, @Nullable byte[] mask) { in addExactAcceptRule() method in BytesMatcher276 matcher.addExactAcceptRule(ruleValue, ruleMask); in decode()
88 matcher.addExactAcceptRule(HexEncoding.decode("000000000000"), in testSerialize_Exact()107 matcher.addExactAcceptRule(HexEncoding.decode("bb"), null); in testSerialize_Prefix()