Home
last modified time | relevance | path

Searched refs:immutable (Results 1 - 25 of 41) sorted by relevance

12

/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_name_resolver.cc66 bool immutable) { in ClassNameWithoutPackage()
72 bool immutable) { in ClassNameWithoutPackage()
78 return ClassNameWithoutPackage(message_descriptor, immutable) + "." + in ClassNameWithoutPackage()
85 bool immutable) { in ClassNameWithoutPackage()
162 bool immutable) { in GetFileClassName()
163 if (immutable) { in GetFileClassName()
202 bool immutable) { in GetClassName()
203 std::string result = FileJavaPackage(descriptor, immutable); in GetClassName()
205 result += GetFileClassName(descriptor, immutable); in GetClassName()
213 bool immutable, boo in GetClassFullName()
65 ClassNameWithoutPackage(const Descriptor* descriptor, bool immutable) ClassNameWithoutPackage() argument
71 ClassNameWithoutPackage(const EnumDescriptor* descriptor, bool immutable) ClassNameWithoutPackage() argument
84 ClassNameWithoutPackage(const ServiceDescriptor* descriptor, bool immutable) ClassNameWithoutPackage() argument
161 GetFileClassName(const FileDescriptor* file, bool immutable) GetFileClassName() argument
201 GetClassName(const FileDescriptor* descriptor, bool immutable) GetClassName() argument
211 GetClassFullName( const std::string& name_without_package, const FileDescriptor* file, bool immutable, bool is_own_file) GetClassFullName() argument
227 GetClassName(const Descriptor* descriptor, bool immutable) GetClassName() argument
234 GetClassName(const EnumDescriptor* descriptor, bool immutable) GetClassName() argument
241 GetClassName(const ServiceDescriptor* descriptor, bool immutable) GetClassName() argument
249 GetJavaClassFullName( const std::string& name_without_package, const FileDescriptor* file, bool immutable) GetJavaClassFullName() argument
264 GetExtensionIdentifierName( const FieldDescriptor* descriptor, bool immutable) GetExtensionIdentifierName() argument
[all...]
H A Djava_name_resolver.h62 std::string GetFileClassName(const FileDescriptor* file, bool immutable);
63 // Gets the unqualified immutable outer class name of a file.
65 // Gets the unqualified default immutable outer class name of a file
76 // Descriptors are shared between immutable messages and mutable messages.
82 std::string GetClassName(const Descriptor* descriptor, bool immutable);
83 std::string GetClassName(const EnumDescriptor* descriptor, bool immutable);
84 std::string GetClassName(const ServiceDescriptor* descriptor, bool immutable);
85 std::string GetClassName(const FileDescriptor* descriptor, bool immutable);
98 bool immutable);
110 const FileDescriptor* file, bool immutable,
[all...]
H A Djava_helpers.h102 // will be one Java class containing all the immutable messages and another
105 std::string FileClassName(const FileDescriptor* file, bool immutable = true);
109 std::string FileJavaPackage(const FileDescriptor* file, bool immutable);
116 // immutable names only and should be removed after mutable API is
159 bool immutable) { in MultipleJavaFiles()
165 // `immutable` should be set to true if we're generating for the immutable API.
167 bool IsOwnFile(const Descriptor* descriptor, bool immutable) { in IsOwnFile() argument
169 MultipleJavaFiles(descriptor->file(), immutable); in IsOwnFile()
173 inline bool IsOwnFile(const ServiceDescriptor* descriptor, bool immutable) { in IsOwnFile() argument
158 MultipleJavaFiles(const FileDescriptor* descriptor, bool immutable) MultipleJavaFiles() argument
188 MaybePrintGeneratedAnnotation(Context* context, io::Printer* printer, Descriptor* descriptor, bool immutable, const std::string& suffix = �) MaybePrintGeneratedAnnotation() argument
[all...]
H A Djava_extension.cc64 const FieldDescriptor* descriptor, const std::string& scope, bool immutable, in InitTemplateVars()
71 name_resolver->GetClassName(descriptor->containing_type(), immutable); in InitTemplateVars()
77 : DefaultValue(descriptor, immutable, name_resolver); in InitTemplateVars()
88 name_resolver->GetClassName(descriptor->message_type(), immutable); in InitTemplateVars()
93 name_resolver->GetClassName(descriptor->enum_type(), immutable); in InitTemplateVars()
100 singular_type = immutable ? "com.google.protobuf.ByteString" : "byte[]"; in InitTemplateVars()
63 InitTemplateVars( const FieldDescriptor* descriptor, const std::string& scope, bool immutable, ClassNameResolver* name_resolver, std::map<std::string, std::string>* vars_pointer) InitTemplateVars() argument
H A Djava_helpers.cc238 std::string FileClassName(const FileDescriptor* file, bool immutable) { in FileClassName() argument
240 return name_resolver.GetFileClassName(file, immutable); in FileClassName()
243 std::string FileJavaPackage(const FileDescriptor* file, bool immutable) { in FileJavaPackage() argument
260 return FileJavaPackage(file, true /* immutable */); in FileJavaPackage()
500 std::string DefaultValue(const FieldDescriptor* field, bool immutable, in DefaultValue() argument
564 return name_resolver->GetClassName(field->enum_type(), immutable) + "." + in DefaultValue()
568 return name_resolver->GetClassName(field->message_type(), immutable) + in DefaultValue()
725 const char* GetCapitalizedType(const FieldDescriptor* field, bool immutable) { in GetCapitalizedType() argument
H A Djava_extension.h84 bool immutable, ClassNameResolver* name_resolver,
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DMicroProps.java33 private final boolean immutable; field in MicroProps
37 * @param immutable
38 * Whether this MicroProps should behave as an immutable after construction with respect
41 public MicroProps(boolean immutable) { in MicroProps() argument
42 this.immutable = immutable; in MicroProps()
47 if (immutable) { in processQuantity()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DMicroProps.java53 private final boolean immutable; field in MicroProps
73 * @param immutable
74 * Whether this MicroProps should behave as an immutable after construction with respect
77 public MicroProps(boolean immutable) { in MicroProps() argument
78 this.immutable = immutable; in MicroProps()
96 if (immutable) { in processQuantity()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp146 bool immutable; member
158 , immutable (true) in TextureGenerationSpec()
399 texGen.immutable = true; in generateColorTextureGenerationGroup()
415 texGen.immutable = true; in generateColorTextureGenerationGroup()
436 texGen.immutable = true; in generateColorTextureGenerationGroup()
457 texGen.immutable = true; in generateColorTextureGenerationGroup()
483 texGen.immutable = true; in generateColorTextureGenerationGroup()
507 texGen.immutable = true; in generateColorTextureGenerationGroup()
526 // immutable in generateColorTextureGenerationGroup()
533 texGen.immutable in generateColorTextureGenerationGroup()
[all...]
H A Des31fNegativeTextureApiTests.cpp3712 deInt32 immutable = 0x1234; in texstorage2d_invalid_binding() local
3732 ctx.glGetTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_IMMUTABLE_FORMAT, &immutable); in texstorage2d_invalid_binding()
3733 ctx.getLog() << TestLog::Message << "// GL_TEXTURE_IMMUTABLE_FORMAT = " << ((immutable != 0) ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage; in texstorage2d_invalid_binding()
3736 ctx.glGetTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_IMMUTABLE_FORMAT, &immutable); in texstorage2d_invalid_binding()
3737 ctx.getLog() << TestLog::Message << "// GL_TEXTURE_IMMUTABLE_FORMAT = " << ((immutable != 0) ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage; in texstorage2d_invalid_binding()
3744 ctx.glGetTexParameteriv(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_IMMUTABLE_FORMAT, &immutable); in texstorage2d_invalid_binding()
3745 ctx.getLog() << TestLog::Message << "// GL_TEXTURE_IMMUTABLE_FORMAT = " << ((immutable != 0) ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage; in texstorage2d_invalid_binding()
3748 ctx.glGetTexParameteriv(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_IMMUTABLE_FORMAT, &immutable); in texstorage2d_invalid_binding()
3749 ctx.getLog() << TestLog::Message << "// GL_TEXTURE_IMMUTABLE_FORMAT = " << ((immutable != 0) ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage; in texstorage2d_invalid_binding()
3858 deInt32 immutable in texstorage3d_invalid_binding() local
[all...]
/third_party/libabigail/tests/data/test-diff-filter/
H A Dtest-PR26739-v0.c1 typedef const int immutable[7]; typedef
2 typedef immutable monster;
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DListFieldSchema.java76 Object immutable = null; in makeImmutableListAt()
78 immutable = ((LazyStringList) list).getUnmodifiableView(); in makeImmutableListAt()
80 // already immutable in makeImmutableListAt()
88 immutable = Collections.unmodifiableList((List<?>) list); in makeImmutableListAt()
90 UnsafeUtil.putObject(message, offset, immutable); in makeImmutableListAt()
H A DCodedInputStream.java597 private final boolean immutable; field in CodedInputStream.ArrayDecoder
608 private ArrayDecoder(final byte[] buffer, final int offset, final int len, boolean immutable) { in ArrayDecoder() argument
613 this.immutable = immutable; in ArrayDecoder()
902 immutable && enableAliasing in readBytes()
931 !immutable && enableAliasing in readByteBuffer()
1286 * considered to be an immutable input source.
1288 private final boolean immutable; field in CodedInputStream.UnsafeDirectNioDecoder
1321 private UnsafeDirectNioDecoder(ByteBuffer buffer, boolean immutable) { in UnsafeDirectNioDecoder() argument
1327 this.immutable in UnsafeDirectNioDecoder()
3104 private boolean immutable; global() field in CodedInputStream.IterableDirectByteBufferDecoder
[all...]
/third_party/ltp/testcases/kernel/syscalls/setxattr/
H A Dsetxattr03.c7 * setxattr(2) to immutable and append-only files should get EPERM
10 * 1. Set attribute to a immutable file, setxattr(2) should return -1
59 { /* case 00, set attr to immutable file */
60 .desc = "Set attr to immutable file",
101 static int fsetflag(int fd, int on, int immutable) in fsetflag() argument
109 if (immutable) in fsetflag()
138 /* Create test files and set file immutable or append-only */ in setup()
141 tst_brk(TBROK | TERRNO, "Set %s immutable failed", in setup()
153 tst_res(TWARN | TERRNO, "Unset %s immutable failed", in cleanup()
/third_party/node/deps/v8/src/compiler/
H A Dprocessed-feedback.h77 bool immutable, FeedbackSlotKind slot_kind);
88 bool immutable() const;
H A Djs-context-specialization.cc63 new_depth, access.index(), access.immutable()); in SimplifyJSLoadContext()
161 if (!access.immutable()) { in ReduceJSLoadContext()
179 // Even though the context slot is immutable, the context might have escaped in ReduceJSLoadContext()
H A Djs-heap-broker.cc292 int slot_index, bool immutable, in GlobalAccessFeedback()
297 FeedbackNexus::ImmutabilityBit::encode(immutable)) { in GlobalAccessFeedback()
299 DCHECK_EQ(this->immutable(), immutable); in GlobalAccessFeedback()
324 bool GlobalAccessFeedback::immutable() const { in immutable() function in v8::internal::compiler::GlobalAccessFeedback
334 } else if (IsScriptContextSlot() && immutable()) { in GetConstantHint()
291 GlobalAccessFeedback(ContextRef script_context, int slot_index, bool immutable, FeedbackSlotKind slot_kind) GlobalAccessFeedback() argument
H A Djs-operator.cc149 ContextAccess::ContextAccess(size_t depth, size_t index, bool immutable) in ContextAccess() argument
150 : immutable_(immutable), in ContextAccess()
160 lhs.immutable() == rhs.immutable(); in operator ==()
170 return base::hash_combine(access.depth(), access.index(), access.immutable()); in hash_value()
176 << access.immutable(); in operator <<()
1204 bool immutable) { in LoadContext()
1205 ContextAccess access(depth, index, immutable); in LoadContext()
1203 LoadContext(size_t depth, size_t index, bool immutable) LoadContext() argument
/third_party/node/deps/v8/src/objects/
H A Dtemplates-inl.h161 void ObjectTemplateInfo::set_immutable_proto(bool immutable) { in set_immutable_proto() argument
162 return set_data(IsImmutablePrototypeBit::update(data(), immutable)); in set_immutable_proto()
/third_party/ltp/tools/sparse/sparse-src/
H A Dtoken.h169 unsigned int immutable:1; member
/third_party/node/test/fixtures/wpt/wasm/jsapi/
H A Dbad-imports.js116 t(`Importing an ${type} mutable global with an immutable Global object`,
/third_party/node/deps/npm/node_modules/http-cache-semantics/
H A Dindex.js400 !this._rescc.immutable)
424 const defaultMinTtl = this._rescc.immutable ? this._immutableMinTtl : 0;
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_patternmodifier.cpp181 LocalPointer<ImmutablePatternModifier> immutable(mod.createImmutable(status)); in testMutableEqualsImmutable()
182 immutable->applyToMicros(micros2, fq, status); in testMutableEqualsImmutable()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_algebraic.py89 self.immutable = False;
93 assert not self.immutable, "Unknown replacement variable: " + name
99 self.immutable = True
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeTextureApiTests.cpp2967 deInt32 immutable = -1; in init()
2968 glGetTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_IMMUTABLE_FORMAT, &immutable); in init()
2969 m_log << TestLog::Message << "// GL_TEXTURE_IMMUTABLE_FORMAT = " << ((immutable != 0) ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage; in init()
2972 glGetTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_IMMUTABLE_FORMAT, &immutable); in init()
2973 m_log << TestLog::Message << "// GL_TEXTURE_IMMUTABLE_FORMAT = " << ((immutable != 0) ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage; in init()
3102 deInt32 immutable = -1; in init()
3103 glGetTexParameteriv(GL_TEXTURE_3D, GL_TEXTURE_IMMUTABLE_FORMAT, &immutable); in init()
3104 m_log << TestLog::Message << "// GL_TEXTURE_IMMUTABLE_FORMAT = " << ((immutable != 0) ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage; in init()
3107 glGetTexParameteriv(GL_TEXTURE_3D, GL_TEXTURE_IMMUTABLE_FORMAT, &immutable); in init()
3108 m_log << TestLog::Message << "// GL_TEXTURE_IMMUTABLE_FORMAT = " << ((immutable ! in init()
[all...]

Completed in 28 milliseconds

12