Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dwinscope_tables_py.h552 static constexpr uint32_t base64_proto = 4; member
560 using base64_proto = TypedColumn<StringPool::Id>; member
578 StringPool::Id base64_proto; member
626 ColumnType::base64_proto::type base64_proto() const { in base64_proto() function
689 ColumnType::base64_proto::type base64_proto() const { in base64_proto() function
907 const TypedColumn<StringPool::Id>& base64_proto() const { in base64_proto() function
966 static constexpr uint32_t base64_proto = 4; member
974 using base64_proto = TypedColumn<StringPool::Id>; member
992 StringPool::Id base64_proto; member
1040 ColumnType::base64_proto::type base64_proto() const { in base64_proto() function
[all …]
Dandroid_tables_py.h1822 static constexpr uint32_t base64_proto = 5; member
1831 using base64_proto = TypedColumn<StringPool::Id>; member
1852 StringPool::Id base64_proto; member
1905 ColumnType::base64_proto::type base64_proto() const { in base64_proto() function
1977 ColumnType::base64_proto::type base64_proto() const { in base64_proto() function
2217 const TypedColumn<StringPool::Id>& base64_proto() const { in base64_proto() function
2283 static constexpr uint32_t base64_proto = 5; member
2292 using base64_proto = TypedColumn<StringPool::Id>; member
2313 StringPool::Id base64_proto; member
2366 ColumnType::base64_proto::type base64_proto() const { in base64_proto() function
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/winscope/
H A Dshell_transitions_parser.cc49 auto base64_proto = context_->storage->mutable_string_pool()->InternString( in ParseTransition() local