Searched defs:data_num_bytes (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/lib/ | ||
D | validation_context.cc | 13 size_t data_num_bytes, in ValidationContext() |
/external/libchrome/mojo/core/ | ||
D | channel.h | 154 size_t data_num_bytes() const { return size_; } in data_num_bytes() function |
D | channel_fuchsia.cc | 154 size_t data_num_bytes() const { return message_->data_num_bytes() - offset_; } in data_num_bytes() function in mojo::core::__anone51e26eb0111::MessageView |
D | channel.cc | 167 size_t data_num_bytes, in Deserialize() |
D | channel_posix.cc | 69 size_t data_num_bytes() const { return message_->data_num_bytes() - offset_; } in data_num_bytes() function in mojo::core::__anonf6ee2ebb0111::MessageView |