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.cc433 struct EncodedEntry { struct in google::protobuf::EncodedDescriptorDatabase::DescriptorIndex
435 const void* data;
436 int size;
438 String encoded_package;
440 Value value() const { return {data, size}; } in value()