/aosp_15_r20/external/golang-protobuf/proto/ |
H A D | size.go | 15 func Size(m Message) int { 20 func (o MarshalOptions) Size(m Message) int { 32 func (o MarshalOptions) size(m protoreflect.Message) (size int) { 51 func (o MarshalOptions) sizeMessageSlow(m protoreflect.Message) (size int) {
|
H A D | checkinit.go | 14 func CheckInitialized(m Message) error { 25 func checkInitialized(m protoreflect.Message) error { 35 func checkInitializedSlow(m protoreflect.Message) error {
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | objc-asm-attribute-neg-test.m | 17 @interface Message <Protocol> { interface in objc_runtime_name 24 …expected-error {{'objc_runtime_name' attribute only applies to interface or protocol declarations}} 26 …/ expected-error {{'objc_runtime_name' attribute only applies to interface or protocol declaration… 37 @implementation Message // expected-error {{prefix attribute must be followed by an interface or pr… category
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | DebugTest.cpp | 197 struct Message struct 199 GLenum source; 200 GLenum type; 201 GLuint id; 202 GLenum severity; 203 std::string message; 204 const void *userParam;
|
/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/ |
H A D | message.h | 147 class Message; variable 291 friend class Message; variable 324 friend class Message; variable 328 Message(Status status) : reader_(status) {} in Message() function 329 Message(stream::IntervalReader reader) : reader_(reader) {} in Message() function 330 Message(stream::SeekableReader& proto_source, size_t size) in Message() function
|
/aosp_15_r20/trusty/user/app/secretkeeper/ |
D | lib.rs | 122 type Message = SkMessage; typedef 138 msg: Self::Message, in on_message() 156 type Message = SkMessage; typedef 172 msg: Self::Message, in on_message() 189 type Message = SkMessage; typedef 205 msg: Self::Message, in on_message()
|
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/ |
H A D | MessageFactory.h | 47 struct alignas(NLMSG_ALIGNTO) Message { struct 57 * \param type Message type (such as RTM_NEWLINK). argument
|
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/ |
H A D | Message.java | 41 public abstract class Message { class 58 public Message() { in Message() method in Message 61 public Message(int msgID) { in Message() method in Message 65 public Message(int msgID, Object arg, Object arg2) { in Message() method in Message
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer.cc | 101 const google::protobuf::Message& /* message1 */, in ReportAdded() 110 const google::protobuf::Message& /* message1 */, in ReportDeleted() 119 const google::protobuf::Message& /* message1 */, in ReportModified() 2134 const Message& /*message1*/, const Message& message2, in ReportAdded() 2144 const Message& message1, const Message& /*message2*/, in ReportDeleted() 2183 const Message& message1, const Message& /*message2*/, in ReportMoved() 2195 const Message& message1, const Message& /*message2*/, in ReportMatched() 2209 const Message& /*message1*/, const Message& /*message2*/, in ReportIgnored() 2227 const Message& /*message1*/, const Message& /*message2*/, in ReportUnknownFieldIgnored()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/ |
H A D | message_differencer.cc | 101 const google::protobuf::Message& /* message1 */, in ReportAdded() 110 const google::protobuf::Message& /* message1 */, in ReportDeleted() 119 const google::protobuf::Message& /* message1 */, in ReportModified() 2134 const Message& /*message1*/, const Message& message2, in ReportAdded() 2144 const Message& message1, const Message& /*message2*/, in ReportDeleted() 2183 const Message& message1, const Message& /*message2*/, in ReportMoved() 2195 const Message& message1, const Message& /*message2*/, in ReportMatched() 2209 const Message& /*message1*/, const Message& /*message2*/, in ReportIgnored() 2227 const Message& /*message1*/, const Message& /*message2*/, in ReportUnknownFieldIgnored()
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 83 StringRef Message, in emitDiagnostic() 149 void DiagnosticRenderer::emitBasicNote(StringRef Message) { in emitBasicNote() 435 llvm::raw_svector_ostream Message(MessageStorage); in emitSingleMacroExpansion() local 573 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() local 592 llvm::raw_svector_ostream Message(MessageStorage); in emitIncludeLocation() local 604 llvm::raw_svector_ostream Message(MessageStorage); in emitImportLocation() local 620 llvm::raw_svector_ostream Message(MessageStorage); in emitBuildingModuleLocation() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/prost-0.12.3/src/ |
H A D | encoding.rs | 1060 M: Message, in encode() 1075 M: Message, in merge() 1093 M: Message, in encode_repeated() 1119 pub fn encoded_len<M>(tag: u32, msg: &M) -> usize in encoded_len() 1128 pub fn encoded_len_repeated<M>(tag: u32, messages: &[M]) -> usize in encoded_len_repeated() 1146 M: Message, in encode() 1162 M: Message, in merge() 1183 M: Message, in encode_repeated() 1210 pub fn encoded_len<M>(tag: u32, msg: &M) -> usize in encoded_len() 1218 pub fn encoded_len_repeated<M>(tag: u32, messages: &[M]) -> usize in encoded_len_repeated()
|
/aosp_15_r20/build/soong/ui/status/ |
H A D | log.go | 116 func (v *verboseLog) Message(level MsgLevel, message string) { func 172 func (e *errorLog) Message(level MsgLevel, message string) { func 230 func (e *errorProtoLog) Message(level MsgLevel, message string) { func 269 func (b *buildProgressLog) Message(level MsgLevel, message string) { func 292 func writeToFile(pb proto.Message, outputPath string) (err error) {
|
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/ |
H A D | SealedClassesSerializationTest.kt | 41 abstract class Message : ProtocolWithAbstractClass() { class in kotlinx.serialization.features.SealedClassesSerializationTest.ProtocolWithAbstractClass 65 sealed class Message : ProtocolWithSealedClass() { class in kotlinx.serialization.features.SealedClassesSerializationTest.ProtocolWithSealedClass 89 data class Message<T>(val description: String, val message: T) : ProtocolWithGenericClass() class in kotlinx.serialization.features.SealedClassesSerializationTest.ProtocolWithGenericClass
|
/aosp_15_r20/external/aws-sdk-java-v2/services/kinesisvideomedia/src/main/resources/codegen-resources/ |
H A D | api-2.json | 36 "Message":{"shape":"ErrorMessage"} object 44 "Message":{"shape":"ErrorMessage"} object 92 "Message":{"shape":"ErrorMessage"} object 100 "Message":{"shape":"ErrorMessage"} object 108 "Message":{"shape":"ErrorMessage"} object 126 "Message":{"shape":"ErrorMessage"} object
|
H A D | service-2.json | 37 "Message":{"shape":"ErrorMessage"} object 46 "Message":{"shape":"ErrorMessage"} object 108 "Message":{"shape":"ErrorMessage"} object 117 "Message":{"shape":"ErrorMessage"} object 126 "Message":{"shape":"ErrorMessage"} object 145 "Message":{"shape":"ErrorMessage"} object
|
/aosp_15_r20/external/libchrome/ipc/ |
H A D | ipc_message.cc | 49 Message::Message() : base::Pickle(sizeof(Header)) { in Message() function in IPC::Message 59 Message::Message(int32_t routing_id, uint32_t type, PriorityValue priority) in Message() function in IPC::Message 72 Message::Message(const char* data, int data_len) in Message() function in IPC::Message 77 Message::Message(const Message& other) : base::Pickle(other) { in Message() function in IPC::Message
|
/aosp_15_r20/external/cronet/ipc/ |
H A D | ipc_message.cc | 52 Message::Message() : base::Pickle(sizeof(Header)) { in Message() function in IPC::Message 62 Message::Message(int32_t routing_id, uint32_t type, PriorityValue priority) in Message() function in IPC::Message 75 Message::Message(const char* data, size_t data_len) in Message() function in IPC::Message 81 Message::Message(const Message& other) : base::Pickle(other) { in Message() function in IPC::Message
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/ |
D | type_resolver.rs | 24 Message(&'a model::Message), enumerator 44 Message(&'a model::Message, ProtobufAbsPath), enumerator 55 fn messages(&self) -> &'a [model::WithLoc<model::Message>] { in messages() 62 fn find_message(&self, simple_name: &ProtobufIdentRef) -> Option<&'a model::Message> { in find_message()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/instance/ |
D | debug.rs | 347 pub struct Message<'a> { struct 349 pub severity: DebugUtilsMessageSeverity, argument 351 pub ty: DebugUtilsMessageType, argument 362 DebugUtilsMessageSeverity = DebugUtilsMessageSeverityFlagsEXT(u32); argument
|
/aosp_15_r20/frameworks/base/libs/hwui/platform/host/utils/ |
H A D | MessageHandler.h | 21 struct Message { struct 22 Message(int w) {} in Message() function
|
/aosp_15_r20/trusty/user/base/lib/tipc/rust/src/ |
D | service.rs | 385 type Message: Deserialize; typedef 409 msg: Self::Message, in on_message() 1234 type Message = (); typedef 1249 _msg: Self::Message, in on_message() 1396 type Message = (); typedef 1411 _msg: Self::Message, in on_message() 1422 type Message = (); typedef 1437 _msg: Self::Message, in on_message() 1539 type Message = (); typedef 1554 _msg: Self::Message, in on_message() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/text_format/ |
D | mod.rs | 201 fn print_to_internal(m: &dyn Message, buf: &mut String, pretty: bool, indent: usize) { in print_to_internal() 248 pub fn print_to(m: &dyn Message, buf: &mut String) { in print_to() 252 fn print_to_string_internal(m: &dyn Message, pretty: bool) -> String { in print_to_string_internal() 264 pub fn fmt(m: &dyn Message, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
|
/aosp_15_r20/tools/netsim/rust/http-proxy/src/ |
H A D | dns.rs | 106 struct Message { struct 117 impl Message { argument 118 fn parse(cursor: &mut impl CursorExt) -> Result<Message> { in parse()
|
/aosp_15_r20/external/aws-sdk-java-v2/services/kinesisvideoarchivedmedia/src/main/resources/codegen-resources/ |
H A D | api-2.json | 68 "Message":{"shape":"ErrorMessage"} object 202 "Message":{"shape":"ErrorMessage"} object 210 "Message":{"shape":"ErrorMessage"} object 236 "Message":{"shape":"ErrorMessage"} object 244 "Message":{"shape":"ErrorMessage"} object 252 "Message":{"shape":"ErrorMessage"} object 282 "Message":{"shape":"ErrorMessage"} object 312 "Message":{"shape":"ErrorMessage"} object
|