Home
last modified time | relevance | path

Searched defs:field_names (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/gd/rust/gddi/macros/
H A Dlib.rs189 let field_names = fields.iter().map(|f| f.ident.clone().expect("field without a name")); in part_out() localVariable
/aosp12/system/extras/simpleperf/
H A Dreport_lib_interface.cpp107 std::vector<std::string> field_names; member
/aosp12/system/memory/lmkd/
H A Dlmkd.cpp559 static int find_field(const char* name, const char* const field_names[], int field_count) { in find_field()
569 const char* const field_names[], in match_field()