Home
last modified time | relevance | path

Searched refs:has_content (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs_messages.h114 TF_RETURN_IF_ERROR(client->ReadBool(&has_content)); in Read()
116 if (!has_content) return Status::OK(); in Read()
120 has_content = true; in Read()
127 bool has_content; variable
/external/python/cpython3/Doc/tools/extensions/
Dpyspecific.py103 has_content = True variable in ImplementationDetail
138 has_content = False variable in Availability
233 has_content = True variable in DeprecatedRemoved
285 has_content = False variable in MiscNews
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc749 if (has_content()) { in Clear()
865 if (has_content()) { in SerializeWithCachedSizes()
907 if (has_content()) { in SerializeWithCachedSizesToArray()
945 if (has_content()) { in ByteSize()
990 if (from.has_content()) { in MergeFrom()
1451 bool CodeGeneratorResponse_File::has_content() const { in has_content() function in google::protobuf::compiler::CodeGeneratorResponse_File
Dplugin.pb.h261 bool has_content() const;
663 inline bool CodeGeneratorResponse_File::has_content() const { in has_content() function
/external/python/cpython2/Doc/tools/extensions/
Dpyspecific.py82 has_content = True variable in ImplementationDetail