HomeSort by: relevance | last modified time | path
    Searched defs:set_string (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/engine/
config.cpp 166 engine::user_node::set_string(const std::string& raw_value) function in class:engine::user_node
metadata.cpp 122 set_string(const std::string& raw_value) function in class:__anon6959::delta_node
808 _pimpl->props.set_string(F("custom.%s") % key, value);
902 _pimpl->props.set_string(F("custom.%s") % (*iter).first,
1022 engine::metadata_builder::set_string(const std::string& key, function in class:engine::metadata_builder
1026 _pimpl->props.set_string(key, value);
  /src/external/bsd/kyua-cli/dist/utils/config/
tree.cpp 207 config::tree::set_string(const std::string& dotted_key, function in class:config::tree
215 child.set_string(raw_value);
tree_test.cpp 110 set_string(const std::string& raw_value) function in class:__anon6989::wrapped_int_node
386 tree.set_string("dynamic.first", "foo");
494 tree.set_string("foo.bar.1", "42");
495 tree.set_string("foo.bar.2", "hello");
496 tree.set_string("sub.tree.2", "15");
497 tree.set_string("sub.tree.3.4", "bye");
511 ATF_REQUIRE_THROW(config::invalid_key_error, tree.set_string(".", "foo"));
523 tree.set_string("a.b.c", "123");
524 tree.set_string("a.d.3", "foo");
526 ATF_REQUIRE_THROW(config::unknown_key_error, tree.set_string("abc", "2"))
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
x509_time_test.c 31 int set_string; member in struct:__anon2293
35 * The following 2 fields are ignored if set_string field is set to '0'
305 if (x509_format_tests[idx].set_string) {
  /src/crypto/external/apache2/openssl/dist/test/
x509_time_test.c 31 int set_string; member in struct:__anon779
35 * The following 2 fields are ignored if set_string field is set to '0'
506 if (x509_format_tests[idx].set_string) {
  /src/crypto/external/bsd/openssl/dist/test/
x509_time_test.c 31 int set_string; member in struct:__anon1787
35 * The following 2 fields are ignored if set_string field is set to '0'
357 if (x509_format_tests[idx].set_string) {
  /src/external/bsd/pam-u2f/dist/fuzz/
fuzz_auth.c 90 static int set_string(char *dst, const char *src, size_t size) { function
105 if (!set_string(dummy.user, "user", MAXSTR) ||
106 !set_string(dummy.conf, dummy_conf, MAXSTR) ||
107 !set_string(dummy.conv, dummy_conv, MAXSTR) ||
  /src/external/gpl3/gcc/dist/gcc/
json.cc 195 object::set_string (const char *key, const char *utf8_value) function in class:object
400 obj.set_string ("foo", "bar");
401 obj.set_string ("baz", "quux");
402 obj.set_string ("\"\\\b\f\n\r\t", "value for awkward key");
495 obj.set_string ("str", "bar");
  /src/external/gpl3/gdb/dist/gdb/
location.h 102 void set_string (std::string &&string) function in struct:location_spec
  /src/external/gpl3/gdb.old/dist/gdb/
location.h 102 void set_string (std::string &&string) function in struct:location_spec
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-io.cc 824 set_string (stmtblock_t * block, stmtblock_t * postblock, tree var, function
1086 mask |= set_string (&block, &post_block, var, IOPARM_common_iomsg,
1097 mask |= set_string (&block, &post_block, var, IOPARM_open_file, p->file);
1100 mask |= set_string (&block, &post_block, var, IOPARM_open_status,
1104 mask |= set_string (&block, &post_block, var, IOPARM_open_access,
1108 mask |= set_string (&block, &post_block, var, IOPARM_open_form, p->form);
1115 mask |= set_string (&block, &post_block, var, IOPARM_open_blank,
1119 mask |= set_string (&block, &post_block, var, IOPARM_open_position,
1123 mask |= set_string (&block, &post_block, var, IOPARM_open_action,
1127 mask |= set_string (&block, &post_block, var, IOPARM_open_delim
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-io.cc 823 set_string (stmtblock_t * block, stmtblock_t * postblock, tree var, function
1084 mask |= set_string (&block, &post_block, var, IOPARM_common_iomsg,
1095 mask |= set_string (&block, &post_block, var, IOPARM_open_file, p->file);
1098 mask |= set_string (&block, &post_block, var, IOPARM_open_status,
1102 mask |= set_string (&block, &post_block, var, IOPARM_open_access,
1106 mask |= set_string (&block, &post_block, var, IOPARM_open_form, p->form);
1113 mask |= set_string (&block, &post_block, var, IOPARM_open_blank,
1117 mask |= set_string (&block, &post_block, var, IOPARM_open_position,
1121 mask |= set_string (&block, &post_block, var, IOPARM_open_action,
1125 mask |= set_string (&block, &post_block, var, IOPARM_open_delim
    [all...]
  /src/external/gpl2/groff/dist/src/roff/troff/
input.cpp 7189 static void set_string(const char *name, const char *value) function
7205 set_string(buf, s + 1);
7211 set_string(buf, p + 1);
7407 set_string(".T", device);

Completed in 46 milliseconds