Home
last modified time | relevance | path

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

/third_party/boost/libs/flyweight/example/
Dbasic.cpp30 flyweight<std::string> first_name; member
35 user_entry(const char* first_name,const char* last_name,int age);
51 first_name(f), in user_entry()
61 first_name(x.first_name), in user_entry()
72 bool b=user1.first_name==user2.first_name && in same_name()
81 return os<<user.first_name<<" "<<user.last_name<<" "<<user.age; in operator <<()
88 return is>>user.first_name>>user.last_name>>user.age; in operator >>()
98 user.first_name.get().size()+user.last_name.get().size()+1); in full_name()
102 full+=user.first_name; in full_name()
115 user.first_name=f; in change_name()
/third_party/boost/libs/graph/example/
Dinterior_pmap_bundled.cpp53 cout << G[source(*first, G)].first_name << " owes " in who_owes_who()
54 << G[target(*first, G)].first_name << " some money" << endl; in who_owes_who()
61 string first_name; member
80 G[0].first_name = "Jeremy"; in main()
81 G[1].first_name = "Rich"; in main()
82 G[2].first_name = "Andrew"; in main()
83 G[3].first_name = "Jeff"; in main()
84 G[4].first_name = "Doug"; in main()
Dinterior_property_map.cpp55 BOOST_INSTALL_PROPERTY(vertex, first_name);
/third_party/boost/libs/sort/example/
Dgeneralizedstruct.cpp29 string first_name; member
45 if (x.first_name != y.first_name) { in operator ()()
46 return x.first_name < y.first_name; in operator ()()
89 first_name_offset + x.first_name.size() * 2; in operator ()()
96 return x.first_name[char_offset >> 1]; in operator ()()
112 return first_name_offset + x.first_name.size() * 2 + 1 + in operator ()()
143 indata >> inval.first_name; in main()
180 << array[u].first_name << " " << array[u].last_name << "\n"; in main()
/third_party/boost/libs/spirit/example/x3/
Derror_handling.cpp43 std::string const& first_name = "" in person()
46 : first_name(first_name) in person()
50 std::string first_name, last_name; member
68 first_name, last_name
Dannotation.cpp42 std::string const& first_name = "" in person()
45 : first_name(first_name) in person()
49 std::string first_name, last_name; member
67 first_name, last_name
/third_party/gettext/libtextstyle/examples/color-hello/
Dnames.c22 struct first_name struct
30 static const struct first_name names[] = argument
Dhello.c32 static const struct first_name *
66 const struct first_name *p = find_first_name (name); in classify_first_name()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c945 char first_name[256], second_name[32] = {}, kernel_version[128] = {}; in si_init_renderer_string() local
949 snprintf(first_name, sizeof(first_name), "%s", sscreen->info.marketing_name); in si_init_renderer_string()
952 snprintf(first_name, sizeof(first_name), "AMD %s", sscreen->info.name); in si_init_renderer_string()
959 "%s (%sDRM %i.%i.%i%s, LLVM " MESA_LLVM_VERSION_STRING ")", first_name, second_name, in si_init_renderer_string()
/third_party/boost/libs/spirit/doc/x3/tutorial/
Derror_handling.qbk34 std::string const& first_name = ""
37 : first_name(first_name)
41 std::string first_name, last_name;
61 first_name, last_name
Dannotation.qbk50 std::string const& first_name = ""
53 : first_name(first_name)
57 std::string first_name, last_name;
72 first_name, last_name
/third_party/python/Doc/library/
Dcsv.rst182 ... print(row['first_name'], row['last_name'])
188 {'first_name': 'John', 'last_name': 'Cleese'}
217 fieldnames = ['first_name', 'last_name']
221 writer.writerow({'first_name': 'Baked', 'last_name': 'Beans'})
222 writer.writerow({'first_name': 'Lovely', 'last_name': 'Spam'})
223 writer.writerow({'first_name': 'Wonderful', 'last_name': 'Spam'})
Dre.rst1199 >>> m = re.match(r"(?P<first_name>\w+) (?P<last_name>\w+)", "Malcolm Reynolds")
1200 >>> m.group('first_name')
1264 >>> m = re.match(r"(?P<first_name>\w+) (?P<last_name>\w+)", "Malcolm Reynolds")
1266 {'first_name': 'Malcolm', 'last_name': 'Reynolds'}
/third_party/protobuf/src/google/protobuf/
Dany.proto102 // string first_name = 1;
/third_party/python/Parser/
Dpegen.c1588 _PyPegen_join_names_with_dot(Parser *p, expr_ty first_name, expr_ty second_name) in _PyPegen_join_names_with_dot() argument
1590 assert(first_name != NULL && second_name != NULL); in _PyPegen_join_names_with_dot()
1591 PyObject *first_identifier = first_name->v.Name.id; in _PyPegen_join_names_with_dot()
1638 return _PyAST_Name(uni, Load, EXTRA_EXPR(first_name, second_name)); in _PyPegen_join_names_with_dot()
/third_party/icu/tools/unicode/py/
Dpreparseucd.py653 first_name = range_first_line.split(";")[1][1:-8]
655 if first_name != name:
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc1917 auto first_name = AnfAlgo::GetCNodeName(item.second[0]); in CheckEventAssign() local
1919 if (!(first_name == kSendOpName && second_name == kRecvOpName)) { in CheckEventAssign()
/third_party/icu/docs/userguide/collation/
Darchitecture.md540 > in that language in the format <first_name>, <last name>.)