Searched refs:Find (Results 1 – 8 of 8) sorted by relevance
137 const prop_info* pi = system_properties.Find("property"); in TEST()141 pi = system_properties.Find("other_property"); in TEST()145 pi = system_properties.Find("property_other"); in TEST()325 ASSERT_EQ(0, system_properties.Find("property1")); in TEST()341 const prop_info* pi = system_properties.Find("property"); in TEST()359 prop_info* pi = const_cast<prop_info*>(system_properties.Find("property")); in TEST()366 prop_info* pi = const_cast<prop_info*>(system_properties.Find("property")); in TEST()389 prop_info* pi = const_cast<prop_info*>(system_properties.Find("property")); in TEST()395 prop_info* pi = const_cast<prop_info*>(system_properties.Find("property")); in TEST()482 const prop_info* pi = system_properties.Find(name.c_str()); in TEST()
147 pa.system_properties().Find(pa.names[random() % nprops]); in BM_property_find()162 pinfo[i] = pa.system_properties().Find(pa.names[random() % nprops]); in BM_property_read()183 pinfo[i] = pa.system_properties().Find(pa.names[random() % nprops]); in BM_property_serial()
260 bool MmapFile::Find(Line* line, Predicate predicate) { in Find() function in MmapFile291 return Find(line, [uid](const auto& line) { in FindById()303 return Find(line, [name](const auto& line) { in FindByName()
61 bool Find(Line* line, Predicate predicate);
69 return system_properties.Find(name); in __system_property_find()
60 const prop_info* Find(const char* name);
125 const prop_info* SystemProperties::Find(const char* name) { in Find() function in SystemProperties219 const prop_info* pi = Find(name); in Get()
425 * Find the `link_map` object and module-relative offset for a TLS variable.