webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions | Variables
java_helpers.cc File Reference
#include <algorithm>
#include <google/protobuf/stubs/hash.h>
#include <limits>
#include <vector>
#include <google/protobuf/compiler/java/java_helpers.h>
#include <google/protobuf/compiler/java/java_name_resolver.h>
#include <google/protobuf/descriptor.pb.h>
#include <google/protobuf/wire_format.h>
#include <google/protobuf/stubs/strutil.h>
#include <google/protobuf/stubs/substitute.h>

Namespaces

 google
 
 google::protobuf
 
 google::protobuf::compiler
 
 google::protobuf::compiler::java
 

Functions

string google::protobuf::compiler::java::UnderscoresToCamelCase (const string &input, bool cap_next_letter)
 
string google::protobuf::compiler::java::UnderscoresToCamelCase (const FieldDescriptor *field)
 
string google::protobuf::compiler::java::UnderscoresToCapitalizedCamelCase (const FieldDescriptor *field)
 
string google::protobuf::compiler::java::UnderscoresToCamelCase (const MethodDescriptor *method)
 
string google::protobuf::compiler::java::UniqueFileScopeIdentifier (const Descriptor *descriptor)
 
string google::protobuf::compiler::java::StripProto (const string &filename)
 
string google::protobuf::compiler::java::FileClassName (const FileDescriptor *file, bool immutable)
 
string google::protobuf::compiler::java::FileJavaPackage (const FileDescriptor *file, bool immutable)
 
string google::protobuf::compiler::java::JavaPackageToDir (string package_name)
 
string google::protobuf::compiler::java::ToJavaName (const string &full_name, const FileDescriptor *file)
 
string google::protobuf::compiler::java::ClassName (const Descriptor *descriptor)
 
string google::protobuf::compiler::java::ClassName (const EnumDescriptor *descriptor)
 
string google::protobuf::compiler::java::ClassName (const ServiceDescriptor *descriptor)
 
string google::protobuf::compiler::java::ClassName (const FileDescriptor *descriptor)
 
string google::protobuf::compiler::java::ExtraMessageInterfaces (const Descriptor *descriptor)
 
string google::protobuf::compiler::java::ExtraBuilderInterfaces (const Descriptor *descriptor)
 
string google::protobuf::compiler::java::ExtraMessageOrBuilderInterfaces (const Descriptor *descriptor)
 
string google::protobuf::compiler::java::FieldConstantName (const FieldDescriptor *field)
 
FieldDescriptor::Type google::protobuf::compiler::java::GetType (const FieldDescriptor *field)
 
JavaType google::protobuf::compiler::java::GetJavaType (const FieldDescriptor *field)
 
const char * google::protobuf::compiler::java::PrimitiveTypeName (JavaType type)
 
const char * google::protobuf::compiler::java::BoxedPrimitiveTypeName (JavaType type)
 
const char * google::protobuf::compiler::java::FieldTypeName (FieldDescriptor::Type field_type)
 
bool google::protobuf::compiler::java::AllAscii (const string &text)
 
string google::protobuf::compiler::java::DefaultValue (const FieldDescriptor *field, bool immutable, ClassNameResolver *name_resolver)
 
bool google::protobuf::compiler::java::IsDefaultValueJavaDefault (const FieldDescriptor *field)
 
string google::protobuf::compiler::java::GetBitFieldName (int index)
 
string google::protobuf::compiler::java::GetBitFieldNameForBit (int bitIndex)
 
string google::protobuf::compiler::java::GenerateGetBit (int bitIndex)
 
string google::protobuf::compiler::java::GenerateSetBit (int bitIndex)
 
string google::protobuf::compiler::java::GenerateClearBit (int bitIndex)
 
string google::protobuf::compiler::java::GenerateGetBitFromLocal (int bitIndex)
 
string google::protobuf::compiler::java::GenerateSetBitToLocal (int bitIndex)
 
string google::protobuf::compiler::java::GenerateGetBitMutableLocal (int bitIndex)
 
string google::protobuf::compiler::java::GenerateSetBitMutableLocal (int bitIndex)
 
bool google::protobuf::compiler::java::IsReferenceType (JavaType type)
 
const char * google::protobuf::compiler::java::GetCapitalizedType (const FieldDescriptor *field, bool immutable)
 
int google::protobuf::compiler::java::FixedSize (FieldDescriptor::Type type)
 
const FieldDescriptor ** google::protobuf::compiler::java::SortFieldsByNumber (const Descriptor *descriptor)
 
bool google::protobuf::compiler::java::HasRequiredFields (const Descriptor *type, hash_set< const Descriptor *> *already_seen)
 
bool google::protobuf::compiler::java::HasRequiredFields (const Descriptor *type)
 
bool google::protobuf::compiler::java::HasRepeatedFields (const Descriptor *descriptor)
 

Variables

const char google::protobuf::compiler::java::kThickSeparator []
 
const char google::protobuf::compiler::java::kThinSeparator []
 
const char * google::protobuf::compiler::java::bit_masks []