Searched refs:method_properties_ (Results 1 – 2 of 2) sorted by relevance
45 return method_properties_[method].call_count; in GetCallCount()60 method_properties_[method].synchrony = synchrony; in SetResponse()61 method_properties_[method].result = result; in SetResponse()74 method_properties_[method].callback = std::move(callback); in SetCallback()81 method_properties_[method].call_count++; in ProcessMethod()82 if (!method_properties_[method].callback.is_null()) in ProcessMethod()83 method_properties_[method].callback.Run(); in ProcessMethod()86 method_properties_[method].result; in ProcessMethod()87 if (method_properties_[method].synchrony == ASYNCHRONOUS) { in ProcessMethod()
101 MethodProperties method_properties_[NUM_THROTTLE_METHODS]; variable