Home
last modified time | relevance | path

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

123

/external/angle/src/libANGLE/renderer/cl/
DCLContextCL.h88 struct Mutable struct
94 using MutableData = angle::SynchronizedValue<Mutable>; argument
/external/angle/src/libANGLE/renderer/vulkan/
DCLContextVk.h100 struct Mutable struct
104 using MutableData = angle::SynchronizedValue<Mutable>; argument
/external/flatbuffers/swift/Sources/FlatBuffers/
DMutable.swift24 public protocol Mutable { protocol
31 extension Mutable { extension
/external/aws-sdk-java-v2/core/annotations/src/main/java/software/amazon/awssdk/annotations/
DMutable.java37 public @interface Mutable { annotation
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/mutable/
DMutable.java34 public interface Mutable<T> { interface
/external/rust/crates/darling/tests/
Denums_unit.rs10 Mutable, enumerator
/external/cronet/third_party/protobuf/src/google/protobuf/
Dinlined_string_field.cc48 std::string* InlinedStringField::Mutable(const LazyString& /*default_value*/, in Mutable() function in google::protobuf::internal::InlinedStringField
58 std::string* InlinedStringField::Mutable(Arena* arena, bool donated, in Mutable() function in google::protobuf::internal::InlinedStringField
Darenastring.cc145 std::string* ArenaStringPtr::Mutable(Arena* arena) { in Mutable() function in google::protobuf::internal::ArenaStringPtr
154 std::string* ArenaStringPtr::Mutable(const LazyString& default_value, in Mutable() function in google::protobuf::internal::ArenaStringPtr
Dinlined_string_field.h307 std::string* Mutable(ArenaStringPtr::EmptyDefault, Arena* arena, bool donated, in Mutable() function
518 inline std::string* InlinedStringField::Mutable(std::nullptr_t) { in Mutable() function
/external/protobuf/src/google/protobuf/
Dinlined_string_field.cc48 std::string* InlinedStringField::Mutable(const LazyString& /*default_value*/, in Mutable() function in google::protobuf::internal::InlinedStringField
58 std::string* InlinedStringField::Mutable(Arena* arena, bool donated, in Mutable() function in google::protobuf::internal::InlinedStringField
Darenastring.cc145 std::string* ArenaStringPtr::Mutable(Arena* arena) { in Mutable() function in google::protobuf::internal::ArenaStringPtr
154 std::string* ArenaStringPtr::Mutable(const LazyString& default_value, in Mutable() function in google::protobuf::internal::ArenaStringPtr
/external/golang-protobuf/internal/impl/
Dmessage_reflect_gen.go96 func (m *messageState) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { func
216 func (m *messageReflectWrapper) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { func
Dconvert_map.go92 func (ms *mapReflect) Mutable(k protoreflect.MapKey) protoreflect.Value { func
Dmessage_reflect.go305 func (m *extensionMap) Mutable(xt protoreflect.ExtensionType) protoreflect.Value { func
/external/federated-compute/fcp/base/
Dmove_to_lambda_test.cc42 TEST(MoveToLambda, Mutable) { in TEST() argument
/external/golang-protobuf/reflect/protoreflect/
Dvalue.go115 Mutable(FieldDescriptor) Value methodSpec
268 Mutable(MapKey) Value methodSpec
/external/golang-protobuf/testing/protocmp/
Dreflect.go118 func (m reflectMessage) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { func
250 func (ms reflectMap) Mutable(k protoreflect.MapKey) protoreflect.Value { func
/external/libtextclassifier/native/utils/flatbuffers/
Dmutable.cc226 MutableFlatbuffer* MutableFlatbuffer::Mutable(const StringPiece field_name) { in Mutable() function in libtextclassifier3::MutableFlatbuffer
234 MutableFlatbuffer* MutableFlatbuffer::Mutable(const reflection::Field* field) { in Mutable() function in libtextclassifier3::MutableFlatbuffer
251 MutableFlatbuffer* MutableFlatbuffer::Mutable(const FlatbufferFieldPath* path) { in Mutable() function in libtextclassifier3::MutableFlatbuffer
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
Dinspectable.h144 InspectableGuard<ValueT> Mutable() { in Mutable() function
/external/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp443 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; }; in Mutable() function
/external/golang-protobuf/internal/testprotos/irregular/
Dirregular.go77 func (m *message) Mutable(protoreflect.FieldDescriptor) protoreflect.Value { func
/external/clang/test/CXX/special/class.copy/
Dp13-0x.cpp118 namespace Mutable { namespace
Dp11.0x.copy.cpp143 namespace Mutable { namespace
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp83 bool Mutable = in GetExternalSymbolSymbol() local
/external/golang-protobuf/types/dynamicpb/
Ddynamic.go216 func (m *Message) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { func
463 func (x *dynamicMap) Mutable(k protoreflect.MapKey) protoreflect.Value { func

123