Searched defs:age_ (Results 1 - 7 of 7) sorted by relevance
/third_party/json/docs/examples/ |
H A D | nlohmann_define_type_intrusive_with_default_macro.cpp | 18 person(std::string name_, std::string address_, int age_) in person() argument
|
H A D | nlohmann_define_type_intrusive_macro.cpp | 18 person(std::string name_, std::string address_, int age_) in person() argument
|
H A D | nlohmann_define_type_intrusive_with_default_explicit.cpp | 18 person(std::string name_, std::string address_, int age_) in person() argument
|
H A D | nlohmann_define_type_intrusive_explicit.cpp | 18 person(std::string name_, std::string address_, int age_) in person() argument
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/ |
H A D | http_cache_response.h | 88 std::string age_; member in OHOS::NetStack::Http::HttpCacheResponse
|
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | net_http_cache_entity.h | 137 std::string age_; member in OHOS::NetStack::Http::HttpCacheResponse
|
/third_party/json/tests/src/ |
H A D | unit-udt_macro.cpp | 32 person_with_private_data(std::string name_, int age_, json metadata_) in person_with_private_data() argument 55 person_with_private_data_2(std::string name_, int age_, json metadata_) in person_with_private_data_2() argument 90 person_without_private_data_1(std::string name_, int age_, json metadata_) in person_without_private_data_1() argument 112 person_without_private_data_2(std::string name_, int age_, json metadata_) in person_without_private_data_2() argument 134 person_without_private_data_3(std::string name_, int age_, json metadata_) in person_without_private_data_3() argument [all...] |
Completed in 5 milliseconds