Searched refs:has_type (Results 1 – 13 of 13) 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);
5344 int define_genfs_context_helper(char *fstype, int has_type) in define_genfs_context_helper() argument5359 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() argument5475 return define_genfs_context_helper(queue_remove(id_queue), has_type); in define_genfs_context()
56 bool has_type() const { return !type_.empty(); } in has_type() function
914 if (field->has_type() && field->type() == FieldDescriptorProto::TYPE_GROUP) { in ParseMessageFieldNoLabel()1082 if (!field->has_type()) { in ParseDefaultAssignment()
4580 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
4265 if (proto.has_type()) { in BuildFieldOrExtension()4871 if (!proto.has_type()) { in CrossLinkField()
1110 bool has_type() const;4743 inline bool FieldDescriptorProto::has_type() const { in has_type() function
2531 EXPECT_FALSE(proto.has_type()); in TEST_P()