HomeSort by relevance Sort by last modified time
    Searched refs:CompareNodes (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/task/sequence_manager/
intrusive_heap_unittest.cc 36 static bool CompareNodes(const TestElement& a, const TestElement& b) {
37 return IntrusiveHeap<TestElement>::CompareNodes(a, b);
365 TEST_F(IntrusiveHeapTest, CompareNodes) {
370 EXPECT_FALSE(IntrusiveHeapTest::CompareNodes(six, six));
372 EXPECT_FALSE(IntrusiveHeapTest::CompareNodes(five, six));
373 EXPECT_TRUE(IntrusiveHeapTest::CompareNodes(six, five));
intrusive_heap.h 158 DCHECK(std::is_heap(begin(), end(), CompareNodes));
162 static bool CompareNodes(const T& a, const T& b) { return !(a <= b); }
  /external/gemmlowp/profiling/
profiler.h 170 static bool CompareNodes(Node* n1, Node* n2) {
232 std::sort(node->children.begin(), node->children.end(), CompareNodes);
  /external/tensorflow/tensorflow/core/grappler/utils/
grappler_test.h 63 void CompareNodes(const NodeDef& want, const NodeDef& got) const;
grappler_test.cc 149 void GrapplerTest::CompareNodes(const NodeDef& want, const NodeDef& got) const {

Completed in 310 milliseconds