/third_party/boost/libs/property_map/example/ |
D | example2.cpp | 19 key_type fred = "Fred"; in display() local 22 value_type freds_address = get(address, fred); in display() 25 std::cout << fred << ": " << freds_address << "\n" in display()
|
D | example1.cpp | 19 key_type fred = "Fred"; in foo() local 20 old_address = get(address, fred); in foo() 22 put(address, fred, new_address); in foo()
|
/third_party/boost/libs/bimap/example/bimap_and_boost/ |
D | property_map.cpp | 41 key_type fred = "Fred"; in foo() local 42 std::cout << boost::get(address_map, fred); in foo()
|
/third_party/boost/libs/property_map/doc/ |
D | dynamic_property_map.rst | 50 name_type fred = "Fred"; 52 age_type old_age = get(ages, fred); 53 gpa_type old_gpa = get(gpas, fred); 60 put(ages, fred, new_age); 61 put(gpas, fred, new_gpa); 119 std::string fred = "Fred"; 121 int old_age = get<int>("age", properties, fred); 122 std::string old_gpa = get("gpa", properties, fred); 129 put("age",properties,fred,new_age); 130 put("gpa",properties,fred,new_gpa); [all …]
|
/third_party/flatbuffers/tests/ |
D | monsterdata_test.golden | 43 "fred", 45 "fred"
|
D | phpTest.php | 40 $fred = $fbb->createString('Fred'); 42 \MyGame\Example\Monster::AddName($fbb, $fred); 142 $fred = $monster->getEnemy(); 143 $assert->Equal('Fred', $fred->getName());
|
D | lobstertest.lobster | 70 let fred = b.CreateString("Fred") 76 .add_name(fred)
|
D | luatest.lua | 103 local fred = b:CreateString("Fred") 114 monster.AddName(b, fred)
|
D | JavaScriptTest.js | 61 var fred = fbb.createString('Fred'); 63 Monster.addName(fbb, fred);
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/old/ |
D | Makefile.riscos | 41 @/@.example @.fred @.fred
|
/third_party/zlib/old/ |
D | Makefile.riscos | 41 @/@.example @.fred @.fred
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/old/ |
D | Makefile.riscos | 41 @/@.example @.fred @.fred
|
/third_party/node/deps/npm/node_modules/assert-plus/ |
D | AUTHORS | 2 Fred Kuo <fred.kuo@joyent.com>
|
/third_party/ltp/testcases/commands/keyctl/ |
D | keyctl01.sh | 84 keyctl request2 user debug:fred negate @t >temp 2>&1
|
/third_party/boost/libs/functional/test/ |
D | function_test.cpp | 193 Person fred("Fred"); in main() local 198 v3.push_back(&fred); in main()
|
/third_party/json/test/src/ |
D | unit-json_patch.cpp | 245 "waldo": "fred" 268 "thud": "fred" 581 "waldo": "fred" 601 "waldo": "fred" 605 "thud": "fred"
|
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/ |
D | ByteArrayTests.java | 74 int fred = 12; in readComparison() local
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/ |
D | ByteArrayTests.java | 74 int fred = 12; in readComparison() local
|
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | FlatBuffersMonsterWriterTests.swift | 152 let fred = fbb.create(string: "Fred") in createMonster() variable 154 Monster.add(name: fred, &fbb) in createMonster()
|
/third_party/protobuf/csharp/protos/ |
D | unittest_custom_options_proto3.proto | 247 ComplexOptionType4 fred = 3; field 269 option (complex_opt2).fred.waldo = 321;
|
/third_party/python/Doc/library/ |
D | tkinter.rst | 515 fred = Button(self, fg="red", bg="blue") 520 fred["fg"] = "red" 521 fred["bg"] = "blue" 526 fred.config(fg="red", bg="blue") 571 >>> print(fred.config()) 607 fred.pack() # defaults to side = "top" 608 fred.pack(side="left") 609 fred.pack(expand=1) 755 fred["command"] = print_it 784 For example: ``fred["geometry"] = "200x100"``.
|
/third_party/python/Lib/test/ |
D | cfgparser.2 | 462 # home directory. Note that fred must have write access to the spool 467 ; valid users = fred 468 ; path = /homes/fred 486 ; valid users = fred 533 ; valid users = mary fred
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 237 optional ComplexOptionType4 fred = 3; field 283 option (complex_opt2).fred.waldo = 321;
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 237 optional ComplexOptionType4 fred = 3; field 283 option (complex_opt2).fred.waldo = 321;
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 237 optional ComplexOptionType4 fred = 3; field 283 option (complex_opt2).fred.waldo = 321;
|