Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Detm_tables_py.h63 static constexpr uint32_t bool_flags = 10; member
76 using bool_flags = TypedColumn<int64_t>; member
109 int64_t bool_flags; member
184 ColumnType::bool_flags::type bool_flags() const { in bool_flags() function
294 ColumnType::bool_flags::type bool_flags() const { in bool_flags() function
613 const TypedColumn<int64_t>& bool_flags() const { in bool_flags() function
/aosp_15_r20/device/google/cuttlefish/host/commands/start/
Dmain.cc135 static const NoDestructor<std::unordered_set<std::string>> bool_flags({ in BoolFlags() local