HomeSort by: relevance | last modified time | path
    Searched refs:unknown_key_error (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/config/
exceptions.hpp 68 class unknown_key_error : public error { class in namespace:utils::config
70 explicit unknown_key_error(const detail::tree_key&,
72 ~unknown_key_error(void) throw();
exceptions.cpp 87 config::unknown_key_error::unknown_key_error(const detail::tree_key& key, function in class:config::unknown_key_error
96 config::unknown_key_error::~unknown_key_error(void) throw()
exceptions_test.cpp 72 const config::unknown_key_error e(key);
85 const config::unknown_key_error e(key, "The test '%s' string");
tree_test.cpp 234 ATF_REQUIRE_THROW(config::unknown_key_error,
237 ATF_REQUIRE_THROW(config::unknown_key_error,
239 ATF_REQUIRE_THROW(config::unknown_key_error,
241 ATF_REQUIRE_THROW(config::unknown_key_error,
244 ATF_REQUIRE_THROW(config::unknown_key_error,
246 ATF_REQUIRE_THROW(config::unknown_key_error,
248 ATF_REQUIRE_THROW(config::unknown_key_error,
251 ATF_REQUIRE_THROW(config::unknown_key_error,
253 ATF_REQUIRE_THROW(config::unknown_key_error,
256 ATF_REQUIRE_THROW(config::unknown_key_error,
    [all...]
tree.cpp 119 } catch (const unknown_key_error& unused_error) {
131 /// \throw unknown_key_error If the provided key is unknown.
141 throw unknown_key_error(key);
153 /// \throw unknown_key_error If the provided key is unknown.
179 /// \throw unknown_key_error If the provided key is unknown.
189 throw unknown_key_error(key);
204 /// \throw unknown_key_error If the provided key is unknown.
232 /// \throw unknown_key_error If the provided key is unknown.
nodes.cpp 99 /// \throw unknown_key_error If the provided key is unknown.
109 throw unknown_key_error(key);
120 throw unknown_key_error(
142 /// \throw unknown_key_error If the provided key is unknown.
161 throw unknown_key_error(key);
181 throw unknown_key_error(
parser_test.cpp 92 ATF_REQUIRE_THROW(config::unknown_key_error,
  /src/external/bsd/kyua-cli/dist/engine/
metadata.cpp 307 } catch (const config::unknown_key_error& e) {
331 } catch (const config::unknown_key_error& e) {
1027 } catch (const config::unknown_key_error& e) {
test_case.cpp 84 } catch (const config::unknown_key_error& unused_error) {

Completed in 27 milliseconds