#include <google/protobuf/descriptor_database.h>#include <set>#include <google/protobuf/descriptor.pb.h>#include <google/protobuf/stubs/map_util.h>#include <google/protobuf/stubs/stl_util.h>
Go to the source code of this file.
Namespaces | |
| google::protobuf | |
Functions | |
| template<typename Iter , typename Iter2 , typename Index > | |
| static bool | google::protobuf::CheckForMutualSubsymbols (StringPiece symbol_name, Iter *iter, Iter2 end, const Index &index) |
| template<typename T , typename Less > | |
| static void | google::protobuf::MergeIntoFlat (std::set< T, Less > *s, std::vector< T > *flat) |