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

  /external/libmojo/mojo/public/cpp/bindings/lib/
message_internal.h 51 Pointer<Array_Data<uint32_t>> payload_interface_ids; member in struct:mojo::internal::MessageHeaderV2
message.cc 97 reinterpret_cast<uintptr_t>(header_v2()->payload_interface_ids.Get());
110 version() < 2 ? nullptr : header_v2()->payload_interface_ids.Get();
114 const uint32_t* Message::payload_interface_ids() const { function in class:mojo::Message
116 version() < 2 ? nullptr : header_v2()->payload_interface_ids.Get();
174 DCHECK(header_v2()->payload_interface_ids.is_null());
178 header_v2()->payload_interface_ids.Set(data);
199 uint32_t* ids = header_v2()->payload_interface_ids.Get()->storage();

Completed in 52 milliseconds