Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/field/
Ddisplay.rs10 pub struct Messages<V>(V); struct
17 impl<V> Messages<V> { impl
27 impl<T, V> MakeVisitor<T> for Messages<V> implementation
39 impl<V> Visit for Messages<V> implementation
83 impl<V, O> VisitOutput<O> for Messages<V> implementation
109 impl<V> VisitFmt for Messages<V> implementation
/aosp_15_r20/external/golang-protobuf/internal/filedesc/
H A Ddesc_list_gen.go103 type Messages struct { struct
104 List []Message
105 once sync.Once
106 byName map[protoreflect.Name]*Message // protected by once
109 func (p *Messages) Len() int {
112 func (p *Messages) Get(i int) protoreflect.MessageDescriptor {
115 func (p *Messages) ByName(s protoreflect.Name) protoreflect.MessageDescriptor {
121 func (p *Messages) Format(s fmt.State, r rune) {
124 func (p *Messages) ProtoInternal(pragma.DoNotImplement) {}
125 func (p *Messages) lazyInit() *Messages {
H A Dplaceholder.go44 func (f PlaceholderFile) Messages() protoreflect.MessageDescriptors { return emptyMessages } func
105 func (m PlaceholderMessage) Messages() protoreflect.MessageDescriptors { return emptyMessages } func
H A Ddesc.go51 Messages Messages member
79 func (fd *File) Messages() protoreflect.MessageDescriptors { return &fd.L1.Messages } func
177 Messages Messages member
245 func (md *Message) Messages() protoreflect.MessageDescriptors { return &md.L1.Messages } func
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/net/send_recv/
Dmsg.rs920 pub(super) struct Messages<'buf> { struct
922 msghdr: c::msghdr,
927 header: Option<NonNull<c::cmsghdr>>,
930 _buffer: PhantomData<&'buf mut [u8]>,
933 impl<'buf> Messages<'buf> { impl
954 impl<'a> Iterator for Messages<'a> { implementation
987 impl FusedIterator for Messages<'_> {} implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/unix/net/
H A Dancillary.rs531 pub struct Messages<'a> { struct
537 impl<'a> Iterator for Messages<'a> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/unix/net/
H A Dancillary.rs531 pub struct Messages<'a> { struct
537 impl<'a> Iterator for Messages<'a> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/unix/net/
H A Dancillary.rs531 pub struct Messages<'a> { struct
537 impl<'a> Iterator for Messages<'a> { argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/unix/net/
H A Dancillary.rs531 pub struct Messages<'a> { struct
537 impl<'a> Iterator for Messages<'a> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/unix/net/
H A Dancillary.rs531 pub struct Messages<'a> { struct
537 impl<'a> Iterator for Messages<'a> { argument
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/
H A DMessages.Designer.cs25 internal class Messages { class
32 internal Messages() { in Messages() method in Antlr.Runtime.Messages
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/screenshot/resources/
DMessages.java15 public class Messages { class
26 public Messages(@org.jetbrains.annotations.NotNull() in Messages() method in Messages
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/docs/
H A Dadvanced.md40 #### Using an Existing Boolean Function
48 #### Using a Function That Returns an AssertionResult
135 #### Using a Predicate-Formatter
/aosp_15_r20/external/googletest/docs/
H A Dadvanced.md40 #### Using an Existing Boolean Function
48 #### Using a Function That Returns an AssertionResult
135 #### Using a Predicate-Formatter
/aosp_15_r20/external/cronet/third_party/googletest/src/docs/
H A Dadvanced.md40 #### Using an Existing Boolean Function
48 #### Using a Function That Returns an AssertionResult
135 #### Using a Predicate-Formatter
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DMessages.java97 public final class Messages class
121 Messages(String resourceBundle) in Messages() method in Messages
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
H A DSingleValueAsArrayTest.java30 static class Messages class in SingleValueAsArrayTest
35 Messages(final List<MessageWrapper> cs) in Messages() method in SingleValueAsArrayTest.Messages
/aosp_15_r20/external/clang/docs/
H A DUsersManual.rst144 .. _cl_diag_formatting:
146 Formatting of Diagnostics
432 Individual Warning Groups
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/binding/
H A DErrorMessages.java84 private abstract static class Messages { class in ErrorMessages
87 Messages(Function<String, String> transformation) { in Messages() method in ErrorMessages.Messages
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/
H A DMessages.java43 public final class Messages { class
44 private Messages() {} in Messages() method in Messages
/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Testing/
H A DMessages.php7 class Messages class
/aosp_15_r20/external/grpc-grpc/src/php/tests/interop/GPBMetadata/Src/Proto/Grpc/Testing/
H A DMessages.php7 class Messages class
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dtype.go133 Messages() MessageDescriptors methodSpec
226 Messages() MessageDescriptors methodSpec
/aosp_15_r20/external/cronet/third_party/protobuf/docs/csharp/
H A Dproto2.md12 ### Messages subsection in Generated code
/aosp_15_r20/external/protobuf/docs/csharp/
H A Dproto2.md12 ### Messages subsection in Generated code

123456