Home
last modified time | relevance | path

Searched refs:has_type (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/call/
Drtc_event_log2rtp_dump.cc121 if (!FLAGS_nortp && event.has_type() && event.type() == event.RTP_EVENT) { in main()
126 event.rtp_packet().has_type()) { in main()
162 if (!FLAGS_nortcp && event.has_type() && event.type() == event.RTCP_EVENT) { in main()
164 event.rtcp_packet().has_type() && in main()
Drtc_event_log_unittest.cc78 if (!event.has_type()) in IsValidBasicEvent()
236 ASSERT_TRUE(rtp_packet.has_type()); in VerifyRtpEvent()
257 ASSERT_TRUE(rtcp_packet.has_type()); in VerifyRtcpEvent()
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Drtc_event_log_source.cc36 if (!event.has_type() || event.type() != rtclog::Event::RTP_EVENT) in GetRtpPacket()
41 if (!rtp_packet.has_type() || rtp_packet.type() != rtclog::AUDIO || in GetRtpPacket()
52 if (!event.has_type() || event.type() != rtclog::Event::AUDIO_PLAYOUT_EVENT) in GetAudioPlayoutEvent()
/external/nanopb-c/tests/basic_buffer/
Ddecode_buffer.c38 if (phone->has_type) in print_person()
/external/nanopb-c/tests/basic_stream/
Ddecode_stream.c34 if (phone->has_type) in print_person()
/external/selinux/checkpolicy/
Dpolicy_define.h37 int define_genfs_context(int has_type);
Dpolicy_define.c5344 int define_genfs_context_helper(char *fstype, int has_type) in define_genfs_context_helper() argument
5359 if (has_type) in define_genfs_context_helper()
5400 if (has_type) { in define_genfs_context_helper()
5473 int define_genfs_context(int has_type) in define_genfs_context() argument
5475 return define_genfs_context_helper(queue_remove(id_queue), has_type); in define_genfs_context()
/external/libtextclassifier/common/
Dfeature-descriptors.h56 bool has_type() const { return !type_.empty(); } in has_type() function
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc914 if (field->has_type() && field->type() == FieldDescriptorProto::TYPE_GROUP) { in ParseMessageFieldNoLabel()
1082 if (!field->has_type()) { in ParseDefaultAssignment()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc4580 if (has_type()) { in SerializeWithCachedSizes()
4670 if (has_type()) { in SerializeWithCachedSizesToArray()
4754 if (has_type()) { in ByteSize()
4844 if (from.has_type()) { in MergeFrom()
5034 bool FieldDescriptorProto::has_type() const { in has_type() function in google::protobuf::FieldDescriptorProto
Ddescriptor.cc4265 if (proto.has_type()) { in BuildFieldOrExtension()
4871 if (!proto.has_type()) { in CrossLinkField()
Ddescriptor.pb.h1110 bool has_type() const;
4743 inline bool FieldDescriptorProto::has_type() const { in has_type() function
Ddescriptor_unittest.cc2531 EXPECT_FALSE(proto.has_type()); in TEST_P()