Home
last modified time | relevance | path

Searched defs:Mutable (Results 1 – 18 of 18) 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.swift20 public protocol Mutable { protocol
27 extension Mutable { extension
/third_party/boost/libs/gil/test/core/image_view/
Dview_type_from_pixel.cpp19 struct Mutable : std::true_type {}; struct
Dview_type.cpp19 struct Mutable : std::true_type {}; struct
/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/typescript_eslint/packages/eslint-plugin/src/util/
DisTypeReadonly.ts15 Mutable = 2, 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/protobuf/src/google/protobuf/
Darenastring.h93 inline ::std::string* Mutable(const ::std::string* default_value, in Mutable() function
Dinlined_string_field.h99 std::string* Mutable(const std::string* default_value, in Mutable() function
Dextension_set.h1096 static inline std::string* Mutable(int number, int index, ExtensionSet* set) { in Mutable() function
1234 static inline MutableType Mutable(int number, FieldType field_type, in Mutable() function
1282 static inline MutableType Mutable(int number, int index, ExtensionSet* set) { in Mutable() function
/third_party/typescript/src/server/
Dproject.ts11 export type Mutable<T> = { -readonly [K in keyof T]: T[K]; }; alias
/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/flatbuffers/src/
Didl_gen_swift.cpp1555 std::string Mutable() const { return "_Mutable"; } in Mutable() function in flatbuffers::swift::SwiftGenerator
/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/python/Lib/test/
Dtest_dataclasses.py682 class Mutable: class
/third_party/typescript/src/compiler/
Dutilities.ts7042 export type Mutable<T extends object> = { -readonly [K in keyof T]: T[K] }; alias