Home
last modified time | relevance | path

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

/third_party/json/doc/examples/
Dbasic_json__CompatibleType.cpp92 std::set<std::string> c_set {"one", "two", "three", "four", "one"}; in main() local
93 json j_set(c_set); // only one entry for "one" is used in main()
/third_party/json/test/src/
Dunit-readme.cpp222 std::set<std::string> c_set {"one", "two", "three", "four", "one"}; in skip() local
223 json j_set(c_set); // only one entry for "one" is used in skip()
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c747 int m, p_id, piv, c_set, assoc, desig_type, ci_off, c_id, d_id, naa; in sg_get_designation_descriptor_str() local
771 c_set = (ddp[0] & 0xf); in sg_get_designation_descriptor_str()
782 cp = sg_get_desig_code_set_str(c_set); in sg_get_designation_descriptor_str()
793 if ((1 == c_set) || (2 == c_set)) { /* ASCII or UTF-8 */ in sg_get_designation_descriptor_str()
810 if ((2 == c_set) || (3 == c_set)) { /* ASCII or UTF-8 */ in sg_get_designation_descriptor_str()
838 if (1 != c_set) { in sg_get_designation_descriptor_str()
874 if (1 != c_set) { in sg_get_designation_descriptor_str()
876 "for NAA >>\n", lip, c_set); in sg_get_designation_descriptor_str()
996 if ((1 != c_set) || (1 != assoc) || (4 != dlen)) { in sg_get_designation_descriptor_str()
1008 if ((1 != c_set) || (1 != assoc) || (4 != dlen)) { in sg_get_designation_descriptor_str()
[all …]
/third_party/python/Modules/_ctypes/
Dcfield.c1107 c_set(void *ptr, PyObject *value, Py_ssize_t size) in c_set() function
1479 { 'c', c_set, c_get, &ffi_type_schar},
/third_party/mksh/
Dfuncs.c126 {Tsghset, c_set},
2243 c_set(const char **wp) in c_set() function
Dsh.h2489 int c_set(const char **);
/third_party/json/
DREADME.md654 std::set<std::string> c_set {"one", "two", "three", "four", "one"};
655 json j_set(c_set); // only one entry for "one" is used