Home
last modified time | relevance | path

Searched refs:fred (Results 1 – 25 of 50) sorted by relevance

12

/third_party/boost/libs/property_map/example/
Dexample2.cpp19 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()
Dexample1.cpp19 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/
Dproperty_map.cpp41 key_type fred = "Fred"; in foo() local
42 std::cout << boost::get(address_map, fred); in foo()
/third_party/boost/libs/property_map/doc/
Ddynamic_property_map.rst50 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/
Dmonsterdata_test.golden43 "fred",
45 "fred"
DphpTest.php40 $fred = $fbb->createString('Fred');
42 \MyGame\Example\Monster::AddName($fbb, $fred);
142 $fred = $monster->getEnemy();
143 $assert->Equal('Fred', $fred->getName());
Dlobstertest.lobster70 let fred = b.CreateString("Fred")
76 .add_name(fred)
Dluatest.lua103 local fred = b:CreateString("Fred")
114 monster.AddName(b, fred)
DJavaScriptTest.js61 var fred = fbb.createString('Fred');
63 Monster.addName(fbb, fred);
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/old/
DMakefile.riscos41 @/@.example @.fred @.fred
/third_party/zlib/old/
DMakefile.riscos41 @/@.example @.fred @.fred
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/old/
DMakefile.riscos41 @/@.example @.fred @.fred
/third_party/node/deps/npm/node_modules/assert-plus/
DAUTHORS2 Fred Kuo <fred.kuo@joyent.com>
/third_party/ltp/testcases/commands/keyctl/
Dkeyctl01.sh84 keyctl request2 user debug:fred negate @t >temp 2>&1
/third_party/boost/libs/functional/test/
Dfunction_test.cpp193 Person fred("Fred"); in main() local
198 v3.push_back(&fred); in main()
/third_party/json/test/src/
Dunit-json_patch.cpp245 "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/
DByteArrayTests.java74 int fred = 12; in readComparison() local
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/
DByteArrayTests.java74 int fred = 12; in readComparison() local
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersMonsterWriterTests.swift152 let fred = fbb.create(string: "Fred") in createMonster() variable
154 Monster.add(name: fred, &fbb) in createMonster()
/third_party/protobuf/csharp/protos/
Dunittest_custom_options_proto3.proto247 ComplexOptionType4 fred = 3; field
269 option (complex_opt2).fred.waldo = 321;
/third_party/python/Doc/library/
Dtkinter.rst515 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/
Dcfgparser.2462 # 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/
Dunittest_custom_options.proto237 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/
Dunittest_custom_options.proto237 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/
Dunittest_custom_options.proto237 optional ComplexOptionType4 fred = 3; field
283 option (complex_opt2).fred.waldo = 321;

12