Home
last modified time | relevance | path

Searched refs:InternalSerialize (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dstruct.pb.cc329 …target = Struct_FieldsEntry_DoNotUse::Funcs::InternalSerialize(1, items[static_cast<ptrdiff_t>(i)]… in _InternalSerialize()
336 …target = Struct_FieldsEntry_DoNotUse::Funcs::InternalSerialize(1, it->first, it->second, target, s… in _InternalSerialize()
Dmap_entry_lite.h114 static uint8* InternalSerialize(int field_number, const Key& key,
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py1110 def InternalSerialize(self, write_bytes, deterministic=None): function
1130 cls._InternalSerialize = InternalSerialize