/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/ |
H A D | CLContextCL.h | 85 struct Mutable struct 91 using MutableData = angle::SynchronizedValue<Mutable>; argument
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | GeneralUtil.java | 34 public static final class Mutable<E> { class in GeneralUtil 37 public Mutable() { in Mutable() method in GeneralUtil.Mutable 41 public Mutable(E value) { in Mutable() method in GeneralUtil.Mutable
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | HidlSupport.java | 101 public static final class Mutable<E> { class in HidlSupport 104 public Mutable() { in Mutable() method in HidlSupport.Mutable 108 public Mutable(E value) { in Mutable() method in HidlSupport.Mutable
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/ |
H A D | Mutable.java | 25 final class Mutable<E> { class 34 public Mutable() { in Mutable() method in Mutable
|
/aosp_15_r20/external/flatbuffers/swift/Sources/FlatBuffers/ |
H A D | Mutable.swift | 24 public protocol Mutable { protocol 31 extension Mutable { extension
|
/aosp_15_r20/external/kotlinc/lib/ |
HD | mutability-annotations-compat.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jetbrains/
org/ ... |
HD | kotlin-annotations-jvm.jar | META-INF/
META-INF/MANIFEST.MF
kotlin/
kotlin/annotations/
kotlin/ ... |
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | CLContextVk.h | 106 struct Mutable struct 110 using MutableData = angle::SynchronizedValue<Mutable>; argument
|
/aosp_15_r20/external/libtextclassifier/native/utils/flatbuffers/ |
H A D | mutable.cc | 226 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
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | inlined_string_field.cc | 48 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
|
H A D | arenastring.cc | 145 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
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | inlined_string_field.cc | 48 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
|
H A D | arenastring.cc | 145 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
|
H A D | inlined_string_field.h | 307 std::string* Mutable(ArenaStringPtr::EmptyDefault, Arena* arena, bool donated, in Mutable() function 518 inline std::string* InlinedStringField::Mutable(std::nullptr_t) { in Mutable() function
|
/aosp_15_r20/external/golang-protobuf/internal/impl/ |
H A D | message_reflect_gen.go | 96 func (m *messageState) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { func 216 func (m *messageReflectWrapper) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { func
|
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/ |
H A D | value.go | 115 Mutable(FieldDescriptor) Value methodSpec 268 Mutable(MapKey) Value methodSpec
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | const-init-cxx11.cpp | 443 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; }; in Mutable() struct
|
/aosp_15_r20/external/golang-protobuf/testing/protocmp/ |
H A D | reflect.go | 118 func (m reflectMessage) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { func 250 func (ms reflectMap) Mutable(k protoreflect.MapKey) protoreflect.Value { func
|
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/ |
H A D | ApiVariantSelectors.kt | 170 private class Mutable(private val item: SelectableItem) : ApiVariantSelectors() { in <lambda>() class
|
/aosp_15_r20/external/aws-sdk-java-v2/core/annotations/src/main/java/software/amazon/awssdk/annotations/ |
H A D | Mutable.java | 37 public @interface Mutable { annotation
|
/aosp_15_r20/external/rust/android-crates-io/crates/darling/tests/ |
D | enums_unit.rs | 10 Mutable, enumerator
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/mutable/ |
H A D | Mutable.java | 34 public interface Mutable<T> { interface
|
/aosp_15_r20/external/golang-protobuf/types/dynamicpb/ |
H A D | dynamic.go | 216 func (m *Message) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { func 463 func (x *dynamicMap) Mutable(k protoreflect.MapKey) protoreflect.Value { func
|
/aosp_15_r20/external/federated-compute/fcp/base/ |
H A D | move_to_lambda_test.cc | 42 TEST(MoveToLambda, Mutable) { in TEST() argument
|
/aosp_15_r20/external/executorch/runtime/core/ |
H A D | data_loader.h | 50 Mutable, enumerator
|