Searched refs:age_ (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/thread/example/ |
D | synchronized_person.cpp | 103 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/ |
D | struct.custom_accessor.cpp | 25 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
|
D | adapt_adt.cpp | 27 : 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/ |
D | unit-udt_macro.cpp | 53 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/ |
D | doc_multi_index.cpp | 44 , int age_ in employee() 47 : id(id_), age(age_), name(name_, a) in employee()
|
/third_party/boost/libs/multi_index/example/ |
D | basic.cpp | 35 employee(int id_,std::string name_,int age_):id(id_),name(name_),age(age_){} in employee()
|
/third_party/boost/libs/assign/test/ |
D | multi_index_container.cpp | 45 employee(int id_,std::string name_,int age_):id(id_),name(name_),age(age_){} in employee()
|
/third_party/boost/libs/multi_index/test/ |
D | employee.hpp | 37 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/ |
D | vulkan_surface.cc | 430 age_++; in AdvanceAndGetAge() 431 return age_; in AdvanceAndGetAge() 444 age_ = 0; in FlushSessionAcquireAndReleaseEvents()
|
D | vulkan_surface.h | 201 size_t age_ = 0; variable
|