Home
last modified time | relevance | path

Searched refs:on_stack_storage_ (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/include/perfetto/protozero/
Dproto_decoder.h384 : TypedProtoDecoderBase(on_stack_storage_, in TypedProtoDecoder()
403 if (fields_ == other.on_stack_storage_) { in TypedProtoDecoder()
404 fields_ = on_stack_storage_; in TypedProtoDecoder()
405 memcpy(on_stack_storage_, other.on_stack_storage_, in TypedProtoDecoder()
406 sizeof(on_stack_storage_)); in TypedProtoDecoder()
424 Field on_stack_storage_[kCapacity]; variable