Home
last modified time | relevance | path

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

/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/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