Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Ddecoder.py234 def DecodeField(buffer, pos, end, message, field_dict): function
472 def DecodeField(buffer, pos, end, message, field_dict): function
583 def DecodeField(buffer, pos, end, message, field_dict): function
624 def DecodeField(buffer, pos, end, message, field_dict): function
670 def DecodeField(buffer, pos, end, message, field_dict): function
716 def DecodeField(buffer, pos, end, message, field_dict): function
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Ddecoder.py234 def DecodeField(buffer, pos, end, message, field_dict): function
472 def DecodeField(buffer, pos, end, message, field_dict): function
583 def DecodeField(buffer, pos, end, message, field_dict): function
624 def DecodeField(buffer, pos, end, message, field_dict): function
670 def DecodeField(buffer, pos, end, message, field_dict): function
716 def DecodeField(buffer, pos, end, message, field_dict): function
/aosp_15_r20/system/nvram/messages/include/nvram/messages/
H A Dproto.hpp142 NVRAM_NOINLINE bool DecodeField(Type& value, ProtoReader* reader) { in DecodeField() function