Home
last modified time | relevance | path

Searched defs:path_of (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/
Dstring_path.hpp241 struct path_of< std::basic_string<Ch, Traits, Alloc> > struct
243 typedef std::basic_string<Ch, Traits, Alloc> _string;
244 typedef string_path< _string, id_translator<_string> > type;
/aosp_15_r20/external/coreboot/src/acpi/
H A Dacpigen_dptf.c108 static const char *path_of(enum dptf_participant participant) in path_of() function