Searched refs:location_sig_ (Results 1 – 1 of 1) sorted by relevance
205 location_sig_(location_sig), in NON_EXPORTED_BASE()228 size_t ReturnCount() const { return location_sig_->return_count(); } in NON_EXPORTED_BASE()231 size_t ParameterCount() const { return location_sig_->parameter_count(); } in NON_EXPORTED_BASE()245 size_t InputCount() const { return 1 + location_sig_->parameter_count(); } in NON_EXPORTED_BASE()260 return location_sig_->GetReturn(index); in NON_EXPORTED_BASE()265 return location_sig_->GetParam(index - 1); in NON_EXPORTED_BASE()271 return location_sig_->GetReturn(index).GetType(); in NON_EXPORTED_BASE()276 return location_sig_->GetParam(index - 1).GetType(); in NON_EXPORTED_BASE()280 return location_sig_->GetParam(index).GetType(); in NON_EXPORTED_BASE()310 const LocationSignature* const location_sig_; in NON_EXPORTED_BASE() local