Home
last modified time | relevance | path

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

/external/bcc/tests/lua/
Dluaunit.lua474 if M.private._is_table_equals( value, element ) then
509 local function _is_table_equals(actual, expected) function
526 if not _is_table_equals(v, expected[k]) then
538 if _is_table_equals(candidate, k) then
547 if not(found and _is_table_equals(actual[found], v)) then return false end
549 if not _is_table_equals(v, actual[k]) then
572 M.private._is_table_equals = _is_table_equals
644 if not _is_table_equals(actual, expected) then
687 if not _is_table_equals(actual, expected) then