Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_processor_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace_processor/
Dserialization.pbzero.h761SerializedColumn_BitVector_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len)… in SerializedColumn_BitVector_Decoder() function
762 …explicit SerializedColumn_BitVector_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpre… in SerializedColumn_BitVector_Decoder() function
763 …explicit SerializedColumn_BitVector_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecode… in SerializedColumn_BitVector_Decoder() function
/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Dbit_vector.h34 class SerializedColumn_BitVector_Decoder; variable