Searched defs:immutable (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_name_resolver.cc | 66 bool immutable) { in ClassNameWithoutPackage() 73 bool immutable) { in ClassNameWithoutPackage() 86 bool immutable) { in ClassNameWithoutPackage() 148 bool immutable) { in GetFileClassName() 184 bool immutable) { in GetClassName() 195 bool immutable, in GetClassFullName() 211 bool immutable) { in GetClassName() 218 bool immutable) { in GetClassName() 225 bool immutable) { in GetClassName() 235 bool immutable) { in GetJavaClassFullName() [all …]
|
D | java_helpers.h | 138 const FileDescriptor* descriptor, bool immutable) { in MultipleJavaFiles() 145 bool IsOwnFile(const Descriptor* descriptor, bool immutable) { in IsOwnFile() 151 inline bool IsOwnFile(const ServiceDescriptor* descriptor, bool immutable) { in IsOwnFile()
|
D | java_helpers.cc | 177 string FileClassName(const FileDescriptor* file, bool immutable) { in FileClassName() 182 string FileJavaPackage(const FileDescriptor* file, bool immutable) { in FileJavaPackage() 401 string DefaultValue(const FieldDescriptor* field, bool immutable, in DefaultValue() 641 const char* GetCapitalizedType(const FieldDescriptor* field, bool immutable) { in GetCapitalizedType()
|
D | java_extension.cc | 66 bool immutable, in InitTemplateVars()
|
/frameworks/base/core/java/android/webkit/ |
D | WebResourceResponse.java | 235 public WebResourceResponse(boolean immutable, String mimeType, String encoding, int statusCode, in WebResourceResponse()
|