Home
last modified time | relevance | path

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

/aosp_15_r20/external/brotli/c/enc/
H A Dstatic_dict.c26 static BROTLI_INLINE void AddMatch(size_t distance, size_t len, size_t len_code, in AddMatch() function
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dstatic_dict.c26 static BROTLI_INLINE void AddMatch(size_t distance, size_t len, size_t len_code, in AddMatch() function
/aosp_15_r20/external/libchrome/dbus/
H A Dbus.cc683 void Bus::AddMatch(const std::string& match_rule, DBusError* error) { in AddMatch() function in dbus::Bus