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

  /external/libchrome/mojo/public/cpp/bindings/lib/
validation_util.cc 37 if (!validation_context->IsValidRange(data, sizeof(StructHeader))) {
43 const StructHeader* header = static_cast<const StructHeader*>(data);
45 if (header->num_bytes < sizeof(StructHeader)) {
map_data_internal.h 86 StructHeader header_;
message_internal.h 28 struct MessageHeader : internal::StructHeader {
bindings_internal.h 96 struct StructHeader {
100 static_assert(sizeof(StructHeader) == 8, "Bad sizeof(StructHeader)");

Completed in 342 milliseconds