Home
last modified time | relevance | path

Searched refs:custom_dict (Results 1 – 4 of 4) sorted by relevance

/external/brotli/dec/
Dstate.h201 const uint8_t* custom_dict; member
Dstate.c84 s->custom_dict = NULL; in BrotliDecoderStateInitWithCustomAllocators()
Ddecode.c1271 if (s->custom_dict) { in BrotliEnsureRingBuffer()
1272 memcpy(s->ringbuffer, s->custom_dict, (size_t)s->custom_dict_size); in BrotliEnsureRingBuffer()
1998 s->custom_dict += s->custom_dict_size - s->max_backward_distance; in BrotliDecoderDecompressStream()
2302 s->custom_dict = dict; in BrotliDecoderSetCustomDictionary()
/external/libchrome/base/trace_event/
Dtrace_config_unittest.cc371 const DictionaryValue* custom_dict = nullptr; in TEST() local
372 is_dict = custom_value->GetAsDictionary(&custom_dict); in TEST()
374 TraceConfig custom_tc(*custom_dict); in TEST()