Variables | |
const char * | bit_masks [] |
static const int | kMaxStaticSize = 1 << 15 |
static const int | kMaxStaticSize = 1 << 15 |
const char | kThickSeparator [] |
const char | kThinSeparator [] |
Definition at line 55 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.h.
Definition at line 55 of file protobuf/src/google/protobuf/compiler/java/java_doc_comment.h.
Definition at line 205 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
Definition at line 207 of file protobuf/src/google/protobuf/compiler/java/java_helpers.h.
Enumerator | |
---|---|
NO_MATCH | |
EXACT_EQUAL | |
EQUAL_IGNORE_CASE | |
NO_MATCH | |
EXACT_EQUAL | |
EQUAL_IGNORE_CASE |
Definition at line 51 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.h.
Enumerator | |
---|---|
NO_MATCH | |
EXACT_EQUAL | |
EQUAL_IGNORE_CASE | |
NO_MATCH | |
EXACT_EQUAL | |
EQUAL_IGNORE_CASE |
Definition at line 51 of file protobuf/src/google/protobuf/compiler/java/java_name_resolver.h.
Definition at line 490 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::AnnotationFileName | ( | const Descriptor * | descriptor, |
const std::string & | suffix | ||
) |
Definition at line 181 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
const char * google::protobuf::compiler::java::BoxedPrimitiveTypeName | ( | const FieldDescriptor * | descriptor | ) |
Definition at line 427 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
Definition at line 398 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::CamelCaseFieldName | ( | const FieldDescriptor * | field | ) |
Definition at line 222 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::CapitalizedFieldName | ( | const FieldDescriptor * | field | ) |
Definition at line 202 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
|
inline |
Definition at line 391 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
std::string google::protobuf::compiler::java::ClassName | ( | const Descriptor * | descriptor | ) |
Definition at line 269 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::ClassName | ( | const EnumDescriptor * | descriptor | ) |
Definition at line 274 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::ClassName | ( | const FileDescriptor * | descriptor | ) |
Definition at line 284 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::ClassName | ( | const ServiceDescriptor * | descriptor | ) |
Definition at line 279 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::DefaultValue | ( | const FieldDescriptor * | field, |
bool | immutable, | ||
ClassNameResolver * | name_resolver | ||
) |
Definition at line 499 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
PROTOC_EXPORT std::string google::protobuf::compiler::java::EscapeJavadoc | ( | const std::string & | input | ) |
Definition at line 47 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.
void google::protobuf::compiler::java::EscapeUtf16ToString | ( | uint16 | code, |
std::string * | output | ||
) |
Definition at line 998 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
|
inline |
Definition at line 360 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
std::string google::protobuf::compiler::java::ExtraBuilderInterfaces | ( | const Descriptor * | descriptor | ) |
Definition at line 297 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::ExtraMessageInterfaces | ( | const Descriptor * | descriptor | ) |
Definition at line 290 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::ExtraMessageOrBuilderInterfaces | ( | const Descriptor * | descriptor | ) |
Definition at line 303 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::ExtraMutableMessageInterfaces | ( | const Descriptor * | descriptor | ) |
std::string google::protobuf::compiler::java::FieldConstantName | ( | const FieldDescriptor * | field | ) |
Definition at line 309 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
const char * google::protobuf::compiler::java::FieldTypeName | ( | FieldDescriptor::Type | field_type | ) |
Definition at line 443 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::FileClassName | ( | const FileDescriptor * | file, |
bool | immutable | ||
) |
Definition at line 238 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::FileJavaPackage | ( | const FileDescriptor * | file | ) |
Definition at line 259 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::FileJavaPackage | ( | const FileDescriptor * | file, |
bool | immutable | ||
) |
Definition at line 243 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
|
static |
Definition at line 150 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.
|
static |
Definition at line 151 of file protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.
int google::protobuf::compiler::java::FixedSize | ( | FieldDescriptor::Type | type | ) |
Definition at line 774 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::GenerateClearBit | ( | int | bitIndex | ) |
Definition at line 670 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
|
inline |
Definition at line 396 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
std::string google::protobuf::compiler::java::GenerateGetBit | ( | int | bitIndex | ) |
Definition at line 662 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::GenerateGetBitFromLocal | ( | int | bitIndex | ) |
Definition at line 679 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::GenerateGetBitMutableLocal | ( | int | bitIndex | ) |
Definition at line 687 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::GenerateSetBit | ( | int | bitIndex | ) |
Definition at line 666 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::GenerateSetBitMutableLocal | ( | int | bitIndex | ) |
Definition at line 691 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::GenerateSetBitToLocal | ( | int | bitIndex | ) |
Definition at line 683 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
|
static |
Definition at line 587 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc.
|
static |
Definition at line 590 of file protobuf/src/google/protobuf/compiler/java/java_file.cc.
std::string google::protobuf::compiler::java::GetBitFieldName | ( | int | index | ) |
Definition at line 629 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::GetBitFieldNameForBit | ( | int | bitIndex | ) |
Definition at line 636 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
const char * google::protobuf::compiler::java::GetCapitalizedType | ( | const FieldDescriptor * | field, |
bool | immutable | ||
) |
Definition at line 724 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
int google::protobuf::compiler::java::GetExperimentalJavaFieldType | ( | const FieldDescriptor * | field | ) |
Definition at line 959 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
int google::protobuf::compiler::java::GetExperimentalJavaFieldTypeForPacked | ( | const FieldDescriptor * | field | ) |
Definition at line 947 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
int google::protobuf::compiler::java::GetExperimentalJavaFieldTypeForRepeated | ( | const FieldDescriptor * | field | ) |
Definition at line 939 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
int google::protobuf::compiler::java::GetExperimentalJavaFieldTypeForSingular | ( | const FieldDescriptor * | field | ) |
Definition at line 924 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
JavaType google::protobuf::compiler::java::GetJavaType | ( | const FieldDescriptor * | field | ) |
Definition at line 319 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::GetOneofStoredType | ( | const FieldDescriptor * | field | ) |
Definition at line 431 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::pair< int, int > google::protobuf::compiler::java::GetTableDrivenNumberOfEntriesAndLookUpStartFieldNumber | ( | const FieldDescriptor ** | fields, |
int | count | ||
) |
FieldDescriptor::Type google::protobuf::compiler::java::GetType | ( | const FieldDescriptor * | field | ) |
Definition at line 315 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
|
inline |
Definition at line 242 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
|
inline |
Definition at line 246 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
|
inline |
Definition at line 250 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
|
inline |
Definition at line 256 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
|
inline |
Definition at line 375 of file protobuf/src/google/protobuf/compiler/java/java_helpers.h.
|
inline |
Definition at line 369 of file protobuf/src/google/protobuf/compiler/java/java_helpers.h.
|
inline |
Definition at line 341 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
bool google::protobuf::compiler::java::HasRepeatedFields | ( | const Descriptor * | descriptor | ) |
Definition at line 880 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
bool google::protobuf::compiler::java::HasRequiredFields | ( | const Descriptor * | type | ) |
Definition at line 875 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
bool google::protobuf::compiler::java::HasRequiredFields | ( | const Descriptor * | type, |
std::unordered_set< const Descriptor * > * | already_seen | ||
) |
Definition at line 840 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
|
inline |
Definition at line 234 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
|
inline |
Definition at line 383 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
bool google::protobuf::compiler::java::IsByteStringWithCustomDefaultValue | ( | const FieldDescriptor * | field | ) |
Definition at line 610 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
bool google::protobuf::compiler::java::IsDefaultValueJavaDefault | ( | const FieldDescriptor * | field | ) |
Definition at line 578 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
|
inline |
Definition at line 147 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
Definition at line 252 of file protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
|
inline |
Definition at line 375 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
|
inline |
Definition at line 379 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
bool google::protobuf::compiler::java::IsOwnFile | ( | const Descriptor * | descriptor, |
bool | immutable | ||
) |
Definition at line 166 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
|
inline |
Definition at line 172 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
|
inline |
Definition at line 360 of file protobuf/src/google/protobuf/compiler/java/java_helpers.h.
|
inline |
Definition at line 364 of file protobuf/src/google/protobuf/compiler/java/java_helpers.h.
Definition at line 695 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
|
inline |
Definition at line 387 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
std::string google::protobuf::compiler::java::JavaPackageToDir | ( | std::string | package_name | ) |
Definition at line 263 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
Definition at line 473 of file protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
void google::protobuf::compiler::java::MaybePrintGeneratedAnnotation | ( | Context * | context, |
io::Printer * | printer, | ||
Descriptor * | descriptor, | ||
bool | immutable, | ||
const std::string & | suffix = "" |
||
) |
Definition at line 187 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
|
inline |
Definition at line 158 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
const char * google::protobuf::compiler::java::PrimitiveTypeName | ( | const FieldDescriptor * | descriptor | ) |
Definition at line 394 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
Definition at line 365 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
void google::protobuf::compiler::java::PrintEnumVerifierLogic | ( | io::Printer * | printer, |
const FieldDescriptor * | descriptor, | ||
const std::map< std::string, std::string > & | variables, | ||
const char * | var_name, | ||
const char * | terminating_string, | ||
bool | enforce_lite | ||
) |
Definition at line 136 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
void google::protobuf::compiler::java::PrintExtraFieldInfo | ( | const std::map< std::string, std::string > & | variables, |
io::Printer * | printer | ||
) |
Definition at line 277 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc.
void google::protobuf::compiler::java::PrintGeneratedAnnotation | ( | io::Printer * | printer, |
char | delimiter, | ||
const std::string & | annotation_file | ||
) |
Definition at line 122 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
void google::protobuf::compiler::java::SetCommonFieldVariables | ( | const FieldDescriptor * | descriptor, |
const FieldGeneratorInfo * | info, | ||
std::map< std::string, std::string > * | variables | ||
) |
Definition at line 244 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc.
void google::protobuf::compiler::java::SetCommonOneofVariables | ( | const FieldDescriptor * | descriptor, |
const OneofGeneratorInfo * | info, | ||
std::map< std::string, std::string > * | variables | ||
) |
Definition at line 262 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc.
|
inline |
Definition at line 140 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
const FieldDescriptor ** google::protobuf::compiler::java::SortFieldsByNumber | ( | const Descriptor * | descriptor | ) |
Definition at line 824 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::StripProto | ( | const std::string & | filename | ) |
Definition at line 230 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
|
inline |
Definition at line 355 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
|
inline |
Definition at line 397 of file protobuf/src/google/protobuf/compiler/java/java_helpers.h.
|
inline |
Definition at line 368 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
std::string google::protobuf::compiler::java::ToCamelCase | ( | const std::string & | input, |
bool | lower_first | ||
) |
Definition at line 196 of file protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
char google::protobuf::compiler::java::ToLowerCh | ( | char | ch | ) |
Definition at line 224 of file protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
char google::protobuf::compiler::java::ToUpperCh | ( | char | ch | ) |
Definition at line 220 of file protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::UnderscoresToCamelCase | ( | const FieldDescriptor * | field | ) |
Definition at line 194 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::UnderscoresToCamelCase | ( | const MethodDescriptor * | method | ) |
Definition at line 206 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::UnderscoresToCamelCase | ( | const std::string & | input, |
bool | cap_next_letter | ||
) |
Definition at line 157 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::UnderscoresToCamelCaseCheckReserved | ( | const FieldDescriptor * | field | ) |
Definition at line 210 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::UnderscoresToCapitalizedCamelCase | ( | const FieldDescriptor * | field | ) |
Definition at line 198 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
std::string google::protobuf::compiler::java::UniqueFileScopeIdentifier | ( | const Descriptor * | descriptor | ) |
Definition at line 218 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
void google::protobuf::compiler::java::WriteDeprecatedJavadoc | ( | io::Printer * | printer, |
const FieldDescriptor * | field, | ||
const FieldAccessorType | type | ||
) |
Definition at line 190 of file protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.
|
static |
Definition at line 142 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.
|
static |
Definition at line 143 of file protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.
|
static |
Definition at line 105 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.
|
static |
Definition at line 106 of file protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.
void google::protobuf::compiler::java::WriteEnumDocComment | ( | io::Printer * | printer, |
const EnumDescriptor * | enum_ | ||
) |
Definition at line 374 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.
void google::protobuf::compiler::java::WriteEnumValueDocComment | ( | io::Printer * | printer, |
const EnumValueDescriptor * | value | ||
) |
Definition at line 383 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.
void google::protobuf::compiler::java::WriteFieldAccessorDocComment | ( | io::Printer * | printer, |
const FieldDescriptor * | field, | ||
const FieldAccessorType | type, | ||
const bool | builder | ||
) |
Definition at line 189 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.
void google::protobuf::compiler::java::WriteFieldDocComment | ( | io::Printer * | printer, |
const FieldDescriptor * | field | ||
) |
Definition at line 175 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.
void google::protobuf::compiler::java::WriteFieldEnumValueAccessorDocComment | ( | io::Printer * | printer, |
const FieldDescriptor * | field, | ||
const FieldAccessorType | type, | ||
const bool | builder | ||
) |
Definition at line 247 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.
void google::protobuf::compiler::java::WriteFieldStringBytesAccessorDocComment | ( | io::Printer * | printer, |
const FieldDescriptor * | field, | ||
const FieldAccessorType | type, | ||
const bool | builder | ||
) |
Definition at line 316 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.
|
inline |
Definition at line 402 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h.
void google::protobuf::compiler::java::WriteMessageDocComment | ( | io::Printer * | printer, |
const Descriptor * | message | ||
) |
Definition at line 166 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.
void google::protobuf::compiler::java::WriteMethodDocComment | ( | io::Printer * | printer, |
const MethodDescriptor * | method | ||
) |
Definition at line 403 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.
void google::protobuf::compiler::java::WriteServiceDocComment | ( | io::Printer * | printer, |
const ServiceDescriptor * | service | ||
) |
Definition at line 393 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.
void google::protobuf::compiler::java::WriteUInt32ToUtf16CharSequence | ( | uint32 | number, |
std::vector< uint16 > * | output | ||
) |
Definition at line 904 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
const char * google::protobuf::compiler::java::bit_masks |
Definition at line 615 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
Definition at line 61 of file protobuf/src/google/protobuf/compiler/java/java_message.h.
Definition at line 61 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_message.h.
const char google::protobuf::compiler::java::kThickSeparator |
Definition at line 58 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.
const char google::protobuf::compiler::java::kThinSeparator |
Definition at line 60 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.