|
|
|
@ -37,9 +37,10 @@ |
|
|
|
|
#include <string> |
|
|
|
|
|
|
|
|
|
#include "absl/container/flat_hash_set.h" |
|
|
|
|
#include "absl/strings/str_cat.h" |
|
|
|
|
#include "absl/strings/string_view.h" |
|
|
|
|
#include "google/protobuf/compiler/java/helpers.h" |
|
|
|
|
#include "google/protobuf/compiler/java/name_resolver.h" |
|
|
|
|
#include "google/protobuf/compiler/java/names.h" |
|
|
|
|
#include "google/protobuf/compiler/java/options.h" |
|
|
|
|
#include "google/protobuf/descriptor.pb.h" |
|
|
|
|
|
|
|
|
@ -185,6 +186,7 @@ std::string UnderscoresToCamelCaseCheckReserved(const FieldDescriptor* field) { |
|
|
|
|
return name; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} // namespace java
|
|
|
|
|
} // namespace compiler
|
|
|
|
|
} // namespace protobuf
|
|
|
|
|