Home
last modified time | relevance | path

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

123

/external/rust/android-crates-io/crates/tracing-subscriber/src/field/
Ddisplay.rs10 pub struct Messages<V>(V); struct
17 impl<V> Messages<V> { implementation
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
/external/golang-protobuf/internal/filedesc/
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 {
Dplaceholder.go44 func (f PlaceholderFile) Messages() protoreflect.MessageDescriptors { return emptyMessages } func
105 func (m PlaceholderMessage) Messages() protoreflect.MessageDescriptors { return emptyMessages } func
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/
DMessages.Designer.cs25 internal class Messages { class
32 internal Messages() { in Messages() method in Antlr.Runtime.Messages
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DMessages.java97 public final class Messages class
121 Messages(String resourceBundle) in Messages() method in Messages
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DSingleValueAsArrayTest.java30 static class Messages class in SingleValueAsArrayTest
35 Messages(final List<MessageWrapper> cs) in Messages() method in SingleValueAsArrayTest.Messages
/external/libva-utils/test/gtest/docs/
DAdvancedGuide.md89 ### Using an Existing Boolean Function ###
133 ### Using a Function That Returns an AssertionResult ###
223 ### Using a Predicate-Formatter ###
/external/grpc-grpc/src/php/tests/interop/GPBMetadata/Src/Proto/Grpc/Testing/
DMessages.php7 class Messages class
/external/grpc-grpc/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Testing/
DMessages.php7 class Messages class
/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
/external/protobuf/docs/csharp/
Dproto2.md12 ### Messages subsection in Generated code
/external/cronet/stable/third_party/protobuf/docs/csharp/
Dproto2.md12 ### Messages subsection in Generated code
/external/cronet/tot/third_party/protobuf/docs/csharp/
Dproto2.md12 ### Messages subsection in Generated code
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/docs/
Dadvanced.md40 #### Using an Existing Boolean Function
48 #### Using a Function That Returns an AssertionResult
135 #### Using a Predicate-Formatter
/external/googletest/docs/
Dadvanced.md40 #### Using an Existing Boolean Function
48 #### Using a Function That Returns an AssertionResult
135 #### Using a Predicate-Formatter
/external/cronet/stable/third_party/googletest/src/docs/
Dadvanced.md40 #### Using an Existing Boolean Function
48 #### Using a Function That Returns an AssertionResult
135 #### Using a Predicate-Formatter
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/docs/
Dadvanced.md40 #### Using an Existing Boolean Function
48 #### Using a Function That Returns an AssertionResult
135 #### Using a Predicate-Formatter
/external/cronet/tot/third_party/googletest/src/docs/
Dadvanced.md40 #### Using an Existing Boolean Function
48 #### Using a Function That Returns an AssertionResult
135 #### Using a Predicate-Formatter
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DUnknownFieldSetTest.cs45 public static System.Collections.IEnumerable Messages property in Google.Protobuf.UnknownFieldSetTest.Data
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DUnknownFieldSetTest.cs45 public static System.Collections.IEnumerable Messages property in Google.Protobuf.UnknownFieldSetTest.Data
/external/protobuf/csharp/src/Google.Protobuf.Test/
DUnknownFieldSetTest.cs45 public static System.Collections.IEnumerable Messages property in Google.Protobuf.UnknownFieldSetTest.Data
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DAnalysis.cpp99 std::string Messages; in LLVMVerifyModule() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAnalysis.cpp101 std::string Messages; in LLVMVerifyModule() local
/external/llvm/lib/Analysis/
DAnalysis.cpp91 std::string Messages; in LLVMVerifyModule() local
/external/clang/docs/
DUsersManual.rst144 .. _cl_diag_formatting:
146 Formatting of Diagnostics
432 Individual Warning Groups

123