Home
last modified time | relevance | path

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

/external/libtextclassifier/common/
Dfeature-descriptors.h63 bool has_name() const { return !name_.empty(); } 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()
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc743 if (has_name()) { in Clear()
845 if (has_name()) { in SerializeWithCachedSizes()
885 if (has_name()) { in SerializeWithCachedSizesToArray()
931 if (has_name()) { in ByteSize()
982 if (from.has_name()) { in MergeFrom()
1343 bool CodeGeneratorResponse_File::has_name() const { in has_name() function in google::protobuf::compiler::CodeGeneratorResponse_File
Dplugin.pb.h237 bool has_name() const;
555 inline bool CodeGeneratorResponse_File::has_name() const { in has_name() function
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc1248 if (has_name()) { in Clear()
1513 if (has_name()) { in SerializeWithCachedSizes()
1611 if (has_name()) { in SerializeWithCachedSizesToArray()
1721 if (has_name()) { in ByteSize()
1854 if (from.has_name()) { in MergeFrom()
1940 bool FileDescriptorProto::has_name() const { in has_name() function in google::protobuf::FileDescriptorProto
3105 if (has_name()) { in Clear()
3324 if (has_name()) { in SerializeWithCachedSizes()
3402 if (has_name()) { in SerializeWithCachedSizesToArray()
3492 if (has_name()) { in ByteSize()
[all …]
Ddescriptor.pb.h340 bool has_name() const;
784 bool has_name() const;
1084 bool has_name() const;
1290 bool has_name() const;
1384 bool has_name() const;
1503 bool has_name() const;
1619 bool has_name() const;
1738 bool has_name() const;
3680 inline bool FileDescriptorProto::has_name() const { in has_name() function
4273 inline bool DescriptorProto::has_name() const { in has_name() function
[all …]
Ddescriptor.cc3870 if (!proto.has_name()) { in BuildFileImpl()