Home
last modified time | relevance | path

Searched defs:immutable (Results 1 – 25 of 30) sorted by relevance

12

/third_party/protobuf/src/google/protobuf/compiler/java/
Dname_resolver.cc52 bool immutable) { in ClassNameWithoutPackage()
70 bool immutable) { in ClassNameWithoutPackage()
83 bool immutable) { in ClassNameWithoutPackage()
156 bool immutable) { in GetFileClassName()
161 bool immutable, bool kotlin) { in GetFileClassName()
207 bool immutable) { in GetClassName()
212 bool immutable, bool kotlin) { in GetClassName()
223 bool immutable, bool is_own_file) { in GetClassFullName()
230 bool immutable, bool is_own_file, bool kotlin) { in GetClassFullName()
246 bool immutable) { in GetClassName()
[all …]
Dhelpers.h144 bool immutable) { in MultipleJavaFiles()
153 bool IsOwnFile(const Descriptor* descriptor, bool immutable) { in IsOwnFile()
159 inline bool IsOwnFile(const ServiceDescriptor* descriptor, bool immutable) { in IsOwnFile()
Dhelpers.cc210 std::string FileClassName(const FileDescriptor* file, bool immutable) { in FileClassName()
455 std::string DefaultValue(const FieldDescriptor* field, bool immutable, in DefaultValue()
677 bool immutable, Options options) { in GetCapitalizedType()
Dnames.cc123 std::string FileJavaPackage(const FileDescriptor* file, bool immutable, in FileJavaPackage()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DMicroProps.java33 private final boolean immutable; field in MicroProps
41 public MicroProps(boolean immutable) { in MicroProps()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DMicroProps.java53 private final boolean immutable; field in MicroProps
77 public MicroProps(boolean immutable) { in MicroProps()
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR26739-v0.c1 typedef const int immutable[7]; typedef
/third_party/typescript/tests/cases/user/immutable/
Dpackage.json9 "immutable": "latest" string
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/methods/
Dextend_with_drain.rs21 let immutable = src_ty.is_mutable_ptr(); in check() localVariable
/third_party/protobuf/src/google/protobuf/compiler/java/full/
Dextension.cc44 const FieldDescriptor* descriptor, const std::string& scope, bool immutable, in InitTemplateVars()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DListFieldSchemaFull.java63 Object immutable = null; in makeImmutableListAt() local
DCodedInputStream.java606 private final boolean immutable; field in CodedInputStream.ArrayDecoder
617 private ArrayDecoder(final byte[] buffer, final int offset, final int len, boolean immutable) { in ArrayDecoder()
1275 private final boolean immutable; field in CodedInputStream.UnsafeDirectNioDecoder
1308 private UnsafeDirectNioDecoder(ByteBuffer buffer, boolean immutable) { in UnsafeDirectNioDecoder()
3105 private final boolean immutable; field in CodedInputStream.IterableDirectByteBufferDecoder
/third_party/skia/m133/third_party/externals/icu/source/test/intltest/
Dnumbertest_patternmodifier.cpp181 LocalPointer<ImmutablePatternModifier> immutable(mod.createImmutable(status)); in testMutableEqualsImmutable() local
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_patternmodifier.cpp181 LocalPointer<ImmutablePatternModifier> immutable(mod.createImmutable(status)); in testMutableEqualsImmutable() local
/third_party/ltp/testcases/kernel/syscalls/setxattr/
Dsetxattr03.c101 static int fsetflag(int fd, int on, int immutable) in fsetflag()
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/
Dsource_change.rs107 immutable: SyntaxNode, field
119 let immutable = immutable.ancestors().last().unwrap(); in new() localVariable
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Dintern.rs122 let immutable = mutability == Mutability::Not && frozen; in intern_shallow() localVariable
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp3712 deInt32 immutable = 0x1234; in texstorage2d_invalid_binding() local
3858 deInt32 immutable = 0x1234; in texstorage3d_invalid_binding() local
Des31fTextureLevelStateQueryTests.cpp146 bool immutable; member
/third_party/skia/m133/src/sksl/codegen/
DSkSLRasterPipelineBuilder.h178 SkSpan<float> immutable; member
/third_party/skia/m133/tests/
DPictureTest.cpp46 static void make_bm(SkBitmap* bm, int w, int h, SkColor color, bool immutable) { in make_bm()
/third_party/skia/tests/
DPictureTest.cpp42 static void make_bm(SkBitmap* bm, int w, int h, SkColor color, bool immutable) { in make_bm()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp692 bool immutable = false; member
1008 bool immutable = false; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureTest.cpp537 void initTest(bool immutable) in initTest()
3909 void Texture2DBaseMaxTestES3::testPingPongBaseLevel(bool immutable) in testPingPongBaseLevel()
4121 void Texture2DBaseMaxTestES3::testGenerateMipmapAfterRebase(bool immutable) in testGenerateMipmapAfterRebase()
/third_party/flatbuffers/src/
Didl_gen_cpp.cpp978 std::string GenTypeSpan(const Type &type, bool immutable, size_t extent) { in GenTypeSpan()

12