Home
last modified time | relevance | path

Searched refs:age_ (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/thread/example/
Dsynchronized_person.cpp103 Person2(unsigned int age) : age_(age) in Person2()
112 return age_; in GetAge()
117 unsigned int age_; member in Person2
193 age_(age) in Person3()
205 unsigned int age_; member in Person3
207 if (age_ < 1) throw std::runtime_error("Age cannot be negative"); in Invariant()
/third_party/boost/libs/hana/example/
Dstruct.custom_accessor.cpp25 Person(std::string const& name, int age) : name_(name), age_(age) { } in Person()
28 int get_age() const { return age_; } in get_age()
32 int age_; member
Dadapt_adt.cpp27 : name_(name), age_(age) in Person()
30 int get_age() const { return age_; } in get_age()
34 int age_; member
/third_party/json/test/src/
Dunit-udt_macro.cpp53 person_with_private_data(std::string name_, int age_, json metadata_) in person_with_private_data() argument
55 , age(age_) in person_with_private_data()
75 person_without_private_data_1(std::string name_, int age_, json metadata_) in person_without_private_data_1() argument
77 , age(age_) in person_without_private_data_1()
97 person_without_private_data_2(std::string name_, int age_, json metadata_) in person_without_private_data_2() argument
99 , age(age_) in person_without_private_data_2()
/third_party/boost/libs/interprocess/example/
Ddoc_multi_index.cpp44 , int age_ in employee()
47 : id(id_), age(age_), name(name_, a) in employee()
/third_party/boost/libs/multi_index/example/
Dbasic.cpp35 employee(int id_,std::string name_,int age_):id(id_),name(name_),age(age_){} in employee()
/third_party/boost/libs/assign/test/
Dmulti_index_container.cpp45 employee(int id_,std::string name_,int age_):id(id_),name(name_),age(age_){} in employee()
/third_party/boost/libs/multi_index/test/
Demployee.hpp37 employee(int id_,std::string name_,int age_,int ssn_): in employee()
38 id(id_),name(name_),age(age_),ssn(ssn_) in employee()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface.cc430 age_++; in AdvanceAndGetAge()
431 return age_; in AdvanceAndGetAge()
444 age_ = 0; in FlushSessionAcquireAndReleaseEvents()
Dvulkan_surface.h201 size_t age_ = 0; variable