| /external/golang-protobuf/internal/impl/ | 
| D | message.go | 26 type MessageInfo struct {  struct28 	GoReflectType reflect.Type // pointer to struct
 31 	Desc protoreflect.MessageDescriptor
 35 	Exporter exporter
 38 	OneofWrappers []interface{}
 40 	initMu   sync.Mutex // protects all unexported fields
 41 	initDone uint32
 43 	reflectMessageInfo // for reflection implementation
 44 	coderMessageInfo   // for fast-path method implementations
 67 func (mi *MessageInfo) init() {
 [all …]
 
 | 
| D | codec_messageset.go | 16 func sizeMessageSet(mi *MessageInfo, p pointer, opts marshalOptions) (size int) {39 func marshalMessageSet(mi *MessageInfo, b []byte, p pointer, opts marshalOptions) ([]byte, error) {
 84 func marshalMessageSetField(mi *MessageInfo, b []byte, x ExtensionField, opts marshalOptions) ([]by…
 96 func unmarshalMessageSet(mi *MessageInfo, b []byte, p pointer, opts unmarshalOptions) (out unmarsha…
 
 | 
| D | validate.go | 109 func newFieldValidationInfo(mi *MessageInfo, si structInfo, fd protoreflect.FieldDescriptor, ft ref…
 | 
| D | pointer_unsafe.go | 162 func (ms *messageState) StoreMessageInfo(mi *MessageInfo) {
 | 
| D | pointer_reflect.go | 166 func (ms *messageState) StoreMessageInfo(mi *MessageInfo) { panic("not supported") }
 | 
| /external/catch2/include/internal/ | 
| D | catch_message.h | 22     struct MessageInfo {  struct33         bool operator == ( MessageInfo const& other ) const;  argument
 
 | 
| D | catch_message.cpp | 19     MessageInfo::MessageInfo(   StringRef const& _macroName,  in MessageInfo()  function in Catch::MessageInfo
 | 
| /external/openthread/src/core/thread/ | 
| D | tmf.hpp | 55 class MessageInfo : public InstanceLocator, public Ip6::MessageInfo  class66     explicit MessageInfo(Instance &aInstance)  in MessageInfo()  function in ot::Tmf::MessageInfo
 
 | 
| /external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ | 
| D | MessageInfo.java | 35 interface MessageInfo {  interface
 | 
| /external/protobuf/java/core/src/main/java/com/google/protobuf/ | 
| D | MessageInfo.java | 35 interface MessageInfo {  interface
 | 
| /external/golang-protobuf/runtime/protoimpl/ | 
| D | impl.go | 30 	MessageInfo   = impl.MessageInfo  talias
 | 
| /external/nanopb-c/tests/message_sizes/ | 
| D | messages1.proto | 8 message MessageInfo {  message
 | 
| /external/grpc-grpc/third_party/nanopb/tests/message_sizes/ | 
| D | messages1.proto | 8 message MessageInfo {  message
 | 
| /external/openthread/src/core/net/ | 
| D | socket.hpp | 61 class MessageInfo : public otMessageInfo, public Clearable<MessageInfo>  class68     MessageInfo(void) { Clear(); }  in MessageInfo()  function in ot::Ip6::MessageInfo
 
 | 
| /external/openthread/tests/scripts/thread-cert/ | 
| D | common.py | 53 class MessageInfo(object):  class
 | 
| /external/openthread/src/core/utils/ | 
| D | history_tracker.hpp | 126     typedef otHistoryTrackerMessageInfo          MessageInfo;          ///< RX/TX IPv6 message info.  typedef in ot::Utils::HistoryTracker
 | 
| /external/cronet/third_party/protobuf/src/google/protobuf/ | 
| D | extension_set.h | 130   struct MessageInfo {  struct131     const MessageLite* prototype;
 
 | 
| /external/protobuf/src/google/protobuf/ | 
| D | extension_set.h | 130   struct MessageInfo {  struct131     const MessageLite* prototype;
 
 | 
| /external/bcc/tests/cc/ | 
| D | catch.hpp | 1900     struct MessageInfo {  struct1905         std::string macroName;
 1906         SourceLineInfo lineInfo;
 1907         ResultWas::OfType type;
 1908         std::string message;
 1909         unsigned int sequence;
 1911         bool operator == ( MessageInfo const& other ) const {  in operator ==()
 1914         bool operator < ( MessageInfo const& other ) const {  in operator <()
 1918         static unsigned int globalCount;
 7524     MessageInfo::MessageInfo(   std::string const& _macroName,  in MessageInfo()  function in Catch::MessageInfo
 
 | 
| /external/libabigail/tests/lib/ | 
| D | catch.hpp | 2595     struct MessageInfo {  struct2600         StringRef macroName;
 2601         std::string message;
 2602         SourceLineInfo lineInfo;
 2603         ResultWas::OfType type;
 2604         unsigned int sequence;
 2609         static unsigned int globalCount;
 11757     MessageInfo::MessageInfo(   StringRef const& _macroName,  in MessageInfo()  function in Catch::MessageInfo
 
 | 
| /external/catch2/single_include/catch2/ | 
| D | catch.hpp | 2573     struct MessageInfo {  struct2578         StringRef macroName;
 2579         std::string message;
 2580         SourceLineInfo lineInfo;
 2581         ResultWas::OfType type;
 2582         unsigned int sequence;
 2587         static unsigned int globalCount;
 11695     MessageInfo::MessageInfo(   StringRef const& _macroName,  in MessageInfo()  function in Catch::MessageInfo
 
 |