Searched refs:has_type (Results 1 – 14 of 14) sorted by relevance
121 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()
78 if (!event.has_type()) in IsValidBasicEvent()236 ASSERT_TRUE(rtp_packet.has_type()); in VerifyRtpEvent()257 ASSERT_TRUE(rtcp_packet.has_type()); in VerifyRtcpEvent()
36 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()
38 if (phone->has_type) in print_person()
34 if (phone->has_type) in print_person()
37 int define_genfs_context(int has_type);
5224 int define_genfs_context_helper(char *fstype, int has_type) in define_genfs_context_helper() argument5239 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() argument5351 return define_genfs_context_helper(queue_remove(id_queue), has_type); in define_genfs_context()
302 bool has_type()
61 def has_type(array, browser_type): function
735 if (field->has_type() && field->type() == FieldDescriptorProto::TYPE_GROUP) { in ParseMessageFieldNoLabel()831 if (!field->has_type()) { in ParseDefaultAssignment()
2910 if (has_type()) { in SerializeWithCachedSizes()2990 if (has_type()) { in SerializeWithCachedSizesToArray()3062 if (has_type()) { in ByteSize()3140 if (from.has_type()) { in MergeFrom()
3660 if (proto.has_type()) { in BuildFieldOrExtension()4232 if (!proto.has_type()) { in CrossLinkField()
867 inline bool has_type() const;3881 inline bool FieldDescriptorProto::has_type() const { in has_type() function
2200 EXPECT_FALSE(proto.has_type()); in TEST_P()