|
|
@ -28,18 +28,7 @@ |
|
|
|
#include <cstdio> |
|
|
|
#include <cstdio> |
|
|
|
#include <cstdlib> |
|
|
|
#include <cstdlib> |
|
|
|
#include <memory> |
|
|
|
#include <memory> |
|
|
|
|
|
|
|
#include <vector> |
|
|
|
// begin:google_only
|
|
|
|
|
|
|
|
// #ifndef UPB_BOOTSTRAP_STAGE0
|
|
|
|
|
|
|
|
// #include "net/proto2/proto/descriptor.upb.h"
|
|
|
|
|
|
|
|
// #else
|
|
|
|
|
|
|
|
// #include "google/protobuf/descriptor.upb.h"
|
|
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
|
|
// end:google_only
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// begin:github_only
|
|
|
|
|
|
|
|
#include "google/protobuf/descriptor.upb.h" |
|
|
|
|
|
|
|
// end:github_only
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "absl/container/flat_hash_map.h" |
|
|
|
#include "absl/container/flat_hash_map.h" |
|
|
|
#include "absl/container/flat_hash_set.h" |
|
|
|
#include "absl/container/flat_hash_set.h" |
|
|
|