Searched refs:get_top (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/bsd/lutok/dist/ |
| D | stack_cleaner_test.cpp | 40 ATF_REQUIRE_EQ(0, state.get_top()); in ATF_TEST_CASE_BODY() 42 ATF_REQUIRE_EQ(0, state.get_top()); in ATF_TEST_CASE_BODY() 53 ATF_REQUIRE_EQ(1, state.get_top()); in ATF_TEST_CASE_BODY() 55 ATF_REQUIRE_EQ(2, state.get_top()); in ATF_TEST_CASE_BODY() 57 ATF_REQUIRE_EQ(0, state.get_top()); in ATF_TEST_CASE_BODY() 68 ATF_REQUIRE_EQ(1, state.get_top()); in ATF_TEST_CASE_BODY() 73 ATF_REQUIRE_EQ(2, state.get_top()); in ATF_TEST_CASE_BODY() 77 ATF_REQUIRE_EQ(1, state.get_top()); in ATF_TEST_CASE_BODY() 80 ATF_REQUIRE_EQ(0, state.get_top()); in ATF_TEST_CASE_BODY() 94 ATF_REQUIRE_EQ(3, state.get_top()); in ATF_TEST_CASE_BODY() [all …]
|
| D | operations.cpp | 76 const int height = s.get_top(); in do_file() 88 const int actual_results = s.get_top() - height; in do_file() 111 const int height = s.get_top(); in do_string() 123 const int actual_results = s.get_top() - height; in do_string()
|
| D | operations_test.cpp | 137 ATF_REQUIRE_EQ(3, state.get_top()); in ATF_TEST_CASE_BODY() 154 ATF_REQUIRE_EQ(0, state.get_top()); in ATF_TEST_CASE_BODY() 167 ATF_REQUIRE_EQ(2, state.get_top()); in ATF_TEST_CASE_BODY() 203 ATF_REQUIRE_EQ(3, state.get_top()); in ATF_TEST_CASE_BODY() 216 ATF_REQUIRE_EQ(0, state.get_top()); in ATF_TEST_CASE_BODY() 225 ATF_REQUIRE_EQ(2, state.get_top()); in ATF_TEST_CASE_BODY()
|
| D | stack_cleaner.cpp | 63 _pimpl(new impl(state_, state_.get_top())) in stack_cleaner() 74 const unsigned int current_depth = _pimpl->state_ref.get_top(); in ~stack_cleaner() 90 _pimpl->original_depth = _pimpl->state_ref.get_top(); in forget()
|
| D | test_utils.hpp | 114 _old_count(_state.get_top()) in stack_balance_checker() 132 unsigned int new_count = _state.get_top(); in ~stack_balance_checker()
|
| D | exceptions_test.cpp | 63 ATF_REQUIRE_EQ(1, state.get_top()); in ATF_TEST_CASE_BODY()
|
| D | state.hpp | 103 int get_top(void);
|
| D | state_test.cpp | 350 ATF_TEST_CASE_WITHOUT_HEAD(get_top); 351 ATF_TEST_CASE_BODY(get_top) in ATF_TEST_CASE_BODY() argument 354 ATF_REQUIRE_EQ(0, state.get_top()); in ATF_TEST_CASE_BODY() 356 ATF_REQUIRE_EQ(1, state.get_top()); in ATF_TEST_CASE_BODY() 358 ATF_REQUIRE_EQ(2, state.get_top()); in ATF_TEST_CASE_BODY() 1331 ATF_ADD_TEST_CASE(tcs, get_top); in ATF_INIT_TEST_CASES()
|
| D | state.cpp | 384 lutok::state::get_top(void) in get_top() function in lutok::state
|
| /netbsd/src/external/bsd/kyua-cli/dist/utils/config/ |
| D | parser.cpp | 126 if (state.get_top() != 2) in lua_syntax() 133 if (state.get_top() != 1) in lua_syntax()
|
| /netbsd/src/external/bsd/kyua-cli/dist/engine/ |
| D | kyuafile.cpp | 517 if (state.get_top() != 2) in lua_syntax() 524 if (state.get_top() != 1) in lua_syntax()
|