Home
last modified time | relevance | path

Searched refs:IsEmptyList (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/util/
Dilist_node.h93 bool IsEmptyList();
215 assert(target->IsEmptyList() && in ReplaceWith()
224 if (!this->IsEmptyList()) { in ReplaceWith()
251 bool IntrusiveNodeBase<NodeType>::IsEmptyList() { in IsEmptyList() function
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist_node.h93 bool IsEmptyList();
215 assert(target->IsEmptyList() && in ReplaceWith()
224 if (!this->IsEmptyList()) { in ReplaceWith()
251 bool IntrusiveNodeBase<NodeType>::IsEmptyList() { in IsEmptyList() function
/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen.cc281 bool IsEmptyList(const AttrValue::ListValue& list) { in IsEmptyList() function
752 !IsEmptyList(default_value.list())) { in GetOpAttrStruct()