Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
Ddecoder.py183 def SpecificDecoder(field_number, is_repeated, is_packed, key, new_default, argument
361 def EnumDecoder(field_number, is_repeated, is_packed, key, new_default, argument
518 def StringDecoder(field_number, is_repeated, is_packed, key, new_default, argument
571 def BytesDecoder(field_number, is_repeated, is_packed, key, new_default, argument
612 def GroupDecoder(field_number, is_repeated, is_packed, key, new_default): argument
669 def MessageDecoder(field_number, is_repeated, is_packed, key, new_default): argument
863 def MapDecoder(field_descriptor, new_default, is_message_map): argument
/third_party/brotli/c/enc/
Dencode.c1807 BROTLI_BOOL new_default = !attached->contextual.context_based && in BrotliEncoderAttachPreparedDictionary() local
/third_party/cups-filters/cupsfilters/
Dppdgenerator.c1096 res_t **current_default, res_t **new_default) in joinResolutionArrays()