Home
last modified time | relevance | path

Searched refs:employees (Results 1 – 25 of 46) sorted by relevance

12

/third_party/boost/libs/local_function/example/
Dn2550_find_if.cpp22 std::vector<employee> employees; in BOOST_TYPEOF_REGISTER_TYPE() local
23 employees.push_back(employee(85000)); in BOOST_TYPEOF_REGISTER_TYPE()
24 employees.push_back(employee(100000)); in BOOST_TYPEOF_REGISTER_TYPE()
25 employees.push_back(employee(120000)); in BOOST_TYPEOF_REGISTER_TYPE()
38 employees.begin(), employees.end(), between); in BOOST_TYPEOF_REGISTER_TYPE()
40 BOOST_TEST(i != employees.end()); in BOOST_TYPEOF_REGISTER_TYPE()
/third_party/boost/libs/spirit/example/karma/
Dreorder_struct.cpp87 std::vector<client::employee> employees; in main() local
90 employees += john, mary, tom; in main()
102 client::generate(r % karma::eol, employees); in main()
/third_party/boost/libs/spirit/example/qi/
Dreorder_struct.cpp110 std::vector<client::employee> employees; in main() local
119 r % qi::eol, employees); in main()
122 BOOST_FOREACH(client::employee const& e, employees) in main()
/third_party/boost/libs/spirit/example/x3/
Derror_handling.cpp127 auto const employees = employee >> *(',' >> employee); variable
162 using client::parser::employees; in parse()
168 employees in parse()
Dannotation.cpp127 auto const employees = employee >> *(',' >> employee); variable
160 using client::parser::employees; in parse()
168 employees in parse()
/third_party/boost/libs/spirit/doc/x3/tutorial/
Dannotation.qbk20 employee. If we changed the implementation to parse one or more employees,
182 auto const employees = employee >> *(',' >> employee);
241 employees
290 using client::parser::employees;
298 employees
326 using client::parser::employees;
334 employees
Derror_handling.qbk197 auto const employees = employee >> *(',' >> employee);
258 using client::parser::employees;
264 employees
290 employees
/third_party/skia/third_party/externals/oboe/
DCONTRIBUTORS3 # lists people. For example, Google employees are listed here
/third_party/skia/third_party/externals/swiftshader/
DCONTRIBUTORS.txt3 # lists people. For example, Google employees are listed here
/third_party/flutter/skia/third_party/externals/wuffs/
DCONTRIBUTORS4 # lists people. For example, Google employees are listed here
/third_party/re2/
DCONTRIBUTORS4 # lists people. For example, Google employees are listed here
/third_party/libphonenumber/
DCONTRIBUTORS3 # lists people. For example, Google employees are listed here
/third_party/flutter/skia/third_party/externals/angle2/
DCONTRIBUTORS5 # lists people. For example, Google employees are listed here
/third_party/json/benchmarks/thirdparty/benchmark/
DCONTRIBUTORS3 # lists people. For example, Google employees are listed here
/third_party/mesa3d/docs/
DREADME.UVD32 directors, officers, employees, affiliates or agents from and against any and
DREADME.VCE31 directors, officers, employees, affiliates or agents from and against any and
Dhistory.rst75 2008: Keith Whitwell and other Tungsten Graphics employees develop
/third_party/skia/third_party/externals/angle2/
DCONTRIBUTORS5 # lists people. For example, Google employees are listed here
/third_party/benchmark/
DCONTRIBUTORS3 # lists people. For example, Google employees are listed here
/third_party/skia/third_party/externals/angle2/doc/
DDevSetup.md92 ### Building with Goma (Google employees only)
94 In addition, Google employees should use goma, a distributed compilation
/third_party/boost/libs/icl/doc/
Dexamples.qbk268 times (man-power) of a company's employees accounting for weekends,
289 user groups and the membership dates of employees.
/third_party/boost/libs/spirit/doc/qi/
Dmini_xml.qbk15 employees, the result would be a `std::vector<employee>`. We can go on and add
/third_party/skia/third_party/externals/icu/source/data/brkitr/dictionaries/
Dcjdict.txt171 # officers and other employees shall be held liable for any and all
/third_party/icu/icu4c/source/data/brkitr/dictionaries/
Dcjdict.txt171 # officers and other employees shall be held liable for any and all
/third_party/flutter/skia/third_party/externals/icu/source/data/brkitr/dictionaries/
Dcjdict.txt171 # officers and other employees shall be held liable for any and all

12