Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLContextCL.h89 struct Mutable struct
95 using MutableData = angle::SynchronizedValue<Mutable, angle::Spinlock>; argument
/third_party/flatbuffers/swift/Sources/FlatBuffers/
DMutable.swift24 public protocol Mutable { protocol
31 extension Mutable { extension
/third_party/rust/rust/tests/ui/lint/
Dlint-const-item-mutation.rs12 struct Mutable { struct
15 impl Drop for Mutable { implementation
/third_party/protobuf/src/google/protobuf/
Dinlined_string_field.cc46 std::string* InlinedStringField::Mutable(const LazyString& /*default_value*/, in Mutable() function in google::protobuf::internal::InlinedStringField
57 std::string* InlinedStringField::Mutable(Arena* arena, bool donated, in Mutable() function in google::protobuf::internal::InlinedStringField
Darenastring.cc163 std::string* ArenaStringPtr::Mutable(Arena* arena) { in Mutable() function in google::protobuf::internal::ArenaStringPtr
172 std::string* ArenaStringPtr::Mutable(const LazyString& default_value, in Mutable() function in google::protobuf::internal::ArenaStringPtr
Dreflection_visit_field_info.h99 static T& Mutable(const Reflection* reflection, Message& message, in Mutable() function
615 Message& Mutable() { return DynamicExtensionInfoHelper::MutableMessage(ext); } in Mutable() function
638 Message& Mutable() { return DynamicExtensionInfoHelper::MutableMessage(ext); } in Mutable() function
677 Message& Mutable() { in Mutable() function
711 iterator_range<typename RepeatedField<FieldT>::iterator> Mutable() { in Mutable() function
811 iterator_range<typename RepeatedPtrField<FieldT>::iterator> Mutable() { in Mutable() function
1035 RepeatedPtrField<std::string>& Mutable() { in Mutable() function
1079 RepeatedPtrField<MessageLite>& Mutable() { in Mutable() function
1258 Message* Mutable() { return value.MutableMessageValue(); } in Mutable() function
Dinlined_string_field.h299 std::string* Mutable(ArenaStringPtr::EmptyDefault, Arena* arena, bool donated, in Mutable() function
531 inline std::string* InlinedStringField::Mutable(std::nullptr_t) { in Mutable() function
Dextension_set.h1341 static inline std::string* Mutable(int number, int index, ExtensionSet* set) { in Mutable() function
1493 static inline MutableType Mutable(int number, FieldType field_type, in Mutable() function
1555 static inline MutableType Mutable(int number, int index, ExtensionSet* set) { in Mutable() function
Drepeated_ptr_field.h187 Value<TypeHandler>* Mutable(int index) { in Mutable() function
/third_party/typescript/tests/cases/conformance/types/union/
DunionTypeReadonly.ts7 interface Mutable { interface
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionTypeReadonly.ts7 interface Mutable { interface
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/casts/
Dcast_slice_from_raw_parts.rs15 Mutable, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp83 bool Mutable = in GetExternalSymbolSymbol() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/
Dtags.rs78 Mutable, enumerator
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dhir.rs469 Mutable, enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.cc276 CordRepRing* CordRepRing::Mutable(CordRepRing* rep, size_t extra) { in Mutable() function in absl::cord_internal::CordRepRing
/third_party/typescript/src/server/
Dproject.ts43 export type Mutable<T> = { -readonly [K in keyof T]: T[K]; }; alias
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_build/
Dfunc_graph_builder.cc59 bool Mutable(const py::object &obj, const ValuePtr &value = nullptr) { in Mutable() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h73 bool Mutable; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h87 bool Mutable; member
/third_party/flatbuffers/src/
Didl_gen_swift.cpp1900 std::string Mutable() const { return "_Mutable"; } in Mutable() function in flatbuffers::swift::SwiftGenerator
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Ddestructure_tuple_binding.rs141 Mutable, enumerator
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dconfig.rs1907 Mutable, enumerator
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/
Dpipeline.cc172 bool Mutable(const py::object &obj, const ValuePtr &value) { in Mutable() function
/third_party/python/Lib/test/
Dtest_dataclasses.py737 class Mutable: class