HomeSort by relevance Sort by last modified time
    Searched full:is_in_out_ (Results 1 - 1 of 1) sorted by null

  /external/libchrome/sandbox/win/src/
crosscall_params.h 126 bool IsInOut() const { return (1 == is_in_out_); }
131 is_in_out_ = 1;
133 is_in_out_ = 0;
139 : tag_(tag), is_in_out_(0), params_count_(params_count) {}
143 uint32_t is_in_out_; member in class:sandbox::CrossCallParams

Completed in 99 milliseconds