Home
last modified time | relevance | path

Searched refs:has_type (Results 1 – 14 of 14) 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.c5224 int define_genfs_context_helper(char *fstype, int has_type) in define_genfs_context_helper() argument
5239 if (has_type) in define_genfs_context_helper()
5277 if (has_type) { in define_genfs_context_helper()
5349 int define_genfs_context(int has_type) in define_genfs_context() argument
5351 return define_genfs_context_helper(queue_remove(id_queue), has_type); in define_genfs_context()
/external/opencv3/modules/flann/include/opencv2/flann/
Dany.h302 bool has_type()
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
Ddesktop_browser_finder_unittest.py61 def has_type(array, browser_type): function
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc735 if (field->has_type() && field->type() == FieldDescriptorProto::TYPE_GROUP) { in ParseMessageFieldNoLabel()
831 if (!field->has_type()) { in ParseDefaultAssignment()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc2910 if (has_type()) { in SerializeWithCachedSizes()
2990 if (has_type()) { in SerializeWithCachedSizesToArray()
3062 if (has_type()) { in ByteSize()
3140 if (from.has_type()) { in MergeFrom()
Ddescriptor.cc3660 if (proto.has_type()) { in BuildFieldOrExtension()
4232 if (!proto.has_type()) { in CrossLinkField()
Ddescriptor.pb.h867 inline bool has_type() const;
3881 inline bool FieldDescriptorProto::has_type() const { in has_type() function
Ddescriptor_unittest.cc2200 EXPECT_FALSE(proto.has_type()); in TEST_P()