Home
last modified time | relevance | path

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

12

/external/angle/src/libANGLE/renderer/cl/
DCLContextCL.h89 struct Mutable struct
95 using MutableData = angle::SynchronizedValue<Mutable, angle::Spinlock>; argument
/external/flatbuffers/swift/Sources/FlatBuffers/
DMutable.swift24 public protocol Mutable { protocol
31 extension Mutable { extension
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/mutable/
DMutable.java34 public interface Mutable<T> { interface
/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
Dextension_set.h1156 static inline std::string* Mutable(int number, int index, ExtensionSet* set) { in Mutable() function
1316 static inline MutableType Mutable(int number, FieldType field_type, in Mutable() function
1380 static inline MutableType Mutable(int number, int index, ExtensionSet* set) { 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
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/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
Dlegacy_message.go537 func (m aberrantMessage) Mutable(protoreflect.FieldDescriptor) protoreflect.Value { func
/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/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp443 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; }; in Mutable() argument
/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
Dp23-cxx11.cpp178 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
/external/golang-protobuf/testing/prototest/
Dmessage.go430 func (m testMap) Mutable(k protoreflect.MapKey) protoreflect.Value { panic("unimplemented") } func

12