Home
last modified time | relevance | path

Searched refs:has_name (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc1073 if (has_name()) { in Clear()
1311 if (has_name()) { in SerializeWithCachedSizes()
1399 if (has_name()) { in SerializeWithCachedSizesToArray()
1497 if (has_name()) { in ByteSize()
1619 if (from.has_name()) { in MergeFrom()
2038 if (has_name()) { in Clear()
2206 if (has_name()) { in SerializeWithCachedSizes()
2268 if (has_name()) { in SerializeWithCachedSizesToArray()
2340 if (has_name()) { in ByteSize()
2434 if (from.has_name()) { in MergeFrom()
[all …]
Ddescriptor.pb.h293 inline bool has_name() const;
602 inline bool has_name() const;
841 inline bool has_name() const;
1022 inline bool has_name() const;
1106 inline bool has_name() const;
1215 inline bool has_name() const;
1321 inline bool has_name() const;
1430 inline bool has_name() const;
2931 inline bool FileDescriptorProto::has_name() const { in has_name() function
3455 inline bool DescriptorProto::has_name() const { in has_name() function
[all …]
Ddescriptor.cc3361 if (!proto.has_name()) { in BuildFile()
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc572 if (has_name()) { in Clear()
678 if (has_name()) { in SerializeWithCachedSizes()
718 if (has_name()) { in SerializeWithCachedSizesToArray()
763 if (has_name()) { in ByteSize()
810 if (from.has_name()) { in MergeFrom()
Dplugin.pb.h213 inline bool has_name() const;
542 inline bool CodeGeneratorResponse_File::has_name() const { in has_name() function
/external/webrtc/webrtc/call/
Drtc_event_log_unittest.cc163 ASSERT_TRUE(receiver_config.header_extensions(i).has_name()); in VerifyReceiveStreamConfig()
174 ASSERT_TRUE(receiver_config.decoders(i).has_name()); in VerifyReceiveStreamConfig()
198 ASSERT_TRUE(sender_config.header_extensions(i).has_name()); in VerifySendStreamConfig()
217 ASSERT_TRUE(sender_config.encoder().has_name()); in VerifySendStreamConfig()