HomeSort by relevance Sort by last modified time
    Searched refs:nested_messages_arena_ (Results 1 - 2 of 2) sorted by null

  /external/perfetto/src/protozero/
message.cc 50 sizeof(Message::nested_messages_arena_) >=
52 (sizeof(Message) - sizeof(Message::nested_messages_arena_)),
53 "Message::nested_messages_arena_ is too small");
  /external/perfetto/include/perfetto/protozero/
message.h 52 // Adjust the |nested_messages_arena_| size when changing this, or the
58 // new in the |nested_messages_arena_| and implictly destroyed when the arena
150 // class (see comment in |nested_messages_arena_|). The nested message ends
163 T* message = reinterpret_cast<T*>(nested_messages_arena_);
223 // will always be @ (this) + offsetof(nested_messages_arena_).
232 alignas(sizeof(void*)) uint8_t nested_messages_arena_[512]; member in class:protozero::Message
234 // DO NOT add any fields below |nested_messages_arena_|. The memory layout of

Completed in 217 milliseconds