Searched refs:GroupDecoder (Results 1 – 4 of 4) sorted by relevance
/external/nanopb-c/generator/google/protobuf/internal/ |
D | type_checkers.py | 252 _FieldDescriptor.TYPE_GROUP: decoder.GroupDecoder,
|
D | decoder.py | 452 def GroupDecoder(field_number, is_repeated, is_packed, key, new_default): function
|
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 294 _FieldDescriptor.TYPE_GROUP: decoder.GroupDecoder,
|
D | decoder.py | 562 def GroupDecoder(field_number, is_repeated, is_packed, key, new_default): function
|