Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.cc423 struct EncodedEntry { struct in google::protobuf::EncodedDescriptorDatabase::DescriptorIndex
425 const void* data;
426 int size;
428 String encoded_package;
430 Value value() const { return {data, size}; } in value()