Searched refs:location_sig_ (Results 1 – 1 of 1) sorted by relevance
208 location_sig_(location_sig), in NON_EXPORTED_BASE()235 size_t ReturnCount() const { return location_sig_->return_count(); } in NON_EXPORTED_BASE()238 size_t ParameterCount() const { return location_sig_->parameter_count(); } in NON_EXPORTED_BASE()255 size_t InputCount() const { return 1 + location_sig_->parameter_count(); } in NON_EXPORTED_BASE()268 return location_sig_->GetReturn(index); in NON_EXPORTED_BASE()273 return location_sig_->GetParam(index - 1); in NON_EXPORTED_BASE()279 return location_sig_->GetReturn(index).GetType(); in NON_EXPORTED_BASE()284 return location_sig_->GetParam(index - 1).GetType(); in NON_EXPORTED_BASE()288 return location_sig_->GetParam(index).GetType(); in NON_EXPORTED_BASE()332 const LocationSignature* const location_sig_; in NON_EXPORTED_BASE() local