/third_party/boost/libs/flyweight/example/ |
D | basic.cpp | 30 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/ |
D | interior_pmap_bundled.cpp | 53 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()
|
D | interior_property_map.cpp | 55 BOOST_INSTALL_PROPERTY(vertex, first_name);
|
/third_party/boost/libs/sort/example/ |
D | generalizedstruct.cpp | 29 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/ |
D | error_handling.cpp | 43 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
|
D | annotation.cpp | 42 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/ |
D | names.c | 22 struct first_name struct 30 static const struct first_name names[] = argument
|
D | hello.c | 32 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/ |
D | si_get.c | 945 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/ |
D | error_handling.qbk | 34 std::string const& first_name = "" 37 : first_name(first_name) 41 std::string first_name, last_name; 61 first_name, last_name
|
D | annotation.qbk | 50 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/ |
D | csv.rst | 182 ... 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'})
|
D | re.rst | 1199 >>> 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/ |
D | any.proto | 102 // string first_name = 1;
|
/third_party/python/Parser/ |
D | pegen.c | 1588 _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/ |
D | preparseucd.py | 653 first_name = range_first_line.split(";")[1][1:-8] 655 if first_name != name:
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_stream_assign.cc | 1917 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/ |
D | architecture.md | 540 > in that language in the format <first_name>, <last name>.)
|