Searched refs:Fields (Results 1 – 6 of 6) sorted by relevance
/system/teeui/libteeui/include/teeui/ |
D | generic_messages.h | 81 template <Protocol proto, typename CmdT, CmdT cmd, typename... Fields> 82 std::tuple<ReadStream, Fields...> read(Message<Cmd<proto, CmdT, cmd>, Fields...>, ReadStream in) { in read() argument 83 return read(Message<Fields...>(), in); in read()
|
/system/bt/build/ |
D | fluoride.go | 54 strings.Fields(board_bt_buildcfg_include_dir)
|
/system/bt/gd/rust/gddi/macros/ |
D | lib.rs | 9 braced, parse, parse_macro_input, DeriveInput, Fields, FnArg, Ident, ItemFn, ItemStruct, Path, 184 Fields::Named(f) => f, in part_out()
|
/system/bt/gd/packet/parser/ |
D | language_l.ll | 60 /* Fields */
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 147 /// Fields that are relevant for fragmented loading
|
/system/chre/doc/ |
D | compatibility.md | 63 * Fields within a structure must not be reordered - new fields may only be
|