Home
last modified time | relevance | path

Searched defs:message_type (Results 1 – 25 of 85) sorted by relevance

1234

/external/openscreen/osp/impl/
Dmessage_demuxer.cc58 ErrorOr<uint64_t> message_type = in DecodeType() local
81 msgs::Type message_type) in MessageWatch()
130 msgs::Type message_type, in WatchMessageType()
158 msgs::Type message_type, in SetDefaultMessageTypeWatch()
204 msgs::Type message_type) { in StopWatchingMessageType()
210 void MessageDemuxer::StopDefaultMessageTypeWatch(msgs::Type message_type) { in StopDefaultMessageTypeWatch()
252 ErrorOr<msgs::Type> message_type = in HandleStreamBuffer() local
/external/openscreen/osp/public/
Dmessage_demuxer_unittest.cc79 size_t buffer_size, Clock::time_point now) { in TEST_F()
113 size_t buffer_size, Clock::time_point now) { in TEST_F()
142 size_t buffer_size, Clock::time_point now) { in TEST_F()
192 msgs::Type message_type, const uint8_t* buffer, in TEST_F()
212 msgs::Type message_type, const uint8_t* buffer, in TEST_F()
213 size_t buffer_size, Clock::time_point now) { in TEST_F()
253 msgs::Type message_type, const uint8_t* buffer, in TEST_F()
254 size_t buffer_size, Clock::time_point now) { in TEST_F()
292 size_t buffer_size, Clock::time_point now) { in TEST_F()
324 size_t buffer_size, Clock::time_point now) { in TEST_F()
/external/python/apitools/apitools/base/py/
Dencoding_helper.py121 def JsonToMessage(message_type, message): argument
127 def DictToMessage(d, message_type): argument
150 def PyValueToMessage(message_type, value): argument
303 def decode_message(self, message_type, encoded_message): argument
603 def AddCustomJsonFieldMapping(message_type, python_name, json_name, argument
638 def GetCustomJsonFieldMapping(message_type, python_name=None, json_name=None): argument
667 def _CheckForExistingMappings(mapping_type, message_type, argument
698 def _DecodeCustomFieldNames(message_type, encoded_message): argument
/external/webrtc/pc/
Dsctp_utils.cc55 uint8_t message_type = payload[0]; in IsOpenMessage() local
66 uint8_t message_type; in ParseDataChannelOpenMessage() local
154 uint8_t message_type = payload[0]; in ParseDataChannelOpenAckMessage() local
Dsctp_utils_unittest.cc24 uint8_t message_type; in VerifyOpenMessageFormat() local
171 uint8_t message_type; in TEST_F() local
/external/protobuf/benchmarks/util/
Dschema_proto2_to_proto3_util.h121 void ScrubMessage(DescriptorProto *message_type) { in ScrubMessage()
142 static void StripMessage(DescriptorProto *message_type) { in StripMessage()
170 static void ScrubMessage(DescriptorProto *message_type) { in ScrubMessage()
/external/python/apitools/apitools/gen/
Dextended_descriptor.py228 def _EmptyMessage(message_type): argument
247 def PrintMessage(self, message_type): argument
299 def __PrintMessageCommentLines(self, message_type): argument
344 def PrintMessage(self, message_type): argument
425 def __PrintMessageDocstringLines(self, message_type): argument
451 def PrintMessage(self, message_type): argument
/external/perfetto/src/trace_processor/python/perfetto/trace_processor/
Dprotos.py44 def create_message_factory(message_type): argument
/external/python/apitools/apitools/base/protorpclite/
Dprotojson.py195 def decode_message(self, message_type, encoded_message): argument
256 def __decode_dictionary(self, message_type, dictionary): argument
Dmessage_types.py60 message_type = DateTimeMessage variable in DateTimeField
/external/openscreen/osp/impl/presentation/
Dpresentation_controller_unittest.cc121 size_t buffer_size, Clock::time_point now) { in ExpectAvailabilityRequest()
209 size_t buffer_size, Clock::time_point now) { in ExpectCloseRequest()
266 size_t buffer_size, Clock::time_point now) { in StartPresentation()
414 size_t buffer_size, Clock::time_point now) { in TEST_F()
505 size_t buffer_size, Clock::time_point now) { in TEST_F()
Dpresentation_receiver_unittest.cc144 size_t buffer_size, Clock::time_point now) { in TEST_F()
192 size_t buffer_size, Clock::time_point now) { in TEST_F()
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php46 private $message_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor
142 public function setMessageType($message_type)
DFileDescriptor.php39 private $message_type = []; variable in Google\\Protobuf\\Internal\\FileDescriptor
/external/openscreen/cast/streaming/
Dsender_message.cc81 ErrorOr<const char*> message_type = GetEnumName(kMessageTypeNames, type); in ToJson() local
/external/libchrome/mojo/core/
Dchannel.cc66 MessageType message_type) in Message()
83 MessageType message_type) in Message()
730 bool Channel::OnControlMessage(Message::MessageType message_type, in OnControlMessage()
Dchannel.h67 MessageType message_type; member
81 MessageType message_type; member
/external/tensorflow/tensorflow/python/kernel_tests/proto/
Dencode_proto_op_test_base.py136 def _testRoundtrip(self, in_bufs, message_type, fields): argument
/external/openscreen/cast/cast_core/api/web/
Dmessage_channel.proto13 oneof message_type { oneof
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_message_field.cc48 const string& message_type = ClassName(descriptor->message_type()); in SetMessageVariables() local
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_extension.cc91 string message_type = ClassName(params, descriptor->message_type()); in SetVariables() local
/external/grpc-grpc/src/compiler/
Dpython_generator_helpers.h100 grpc::string message_type; in GetModuleAndMessagePath() local
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_better_together.py256 self, rx_object_path, tx_object_path, message, message_type): argument
/external/adhd/cras/src/server/
Dcras_device_monitor.c21 enum CRAS_DEVICE_MONITOR_MSG_TYPE message_type; member
/external/protobuf/conformance/
Dconformance.proto113 string message_type = 4; field

1234