Searched refs:spec_ (Results 1 – 4 of 4) sorted by relevance
102 explicit UntypedFormatSpec(string_view s) : spec_(s) {} in UntypedFormatSpec()106 : spec_(pc) {} in UntypedFormatSpec()110 str_format_internal::UntypedFormatSpecImpl spec_; variable
497 : kind_(kind), spec_(spec) {} in SharedFeedbackSlot()500 if (slot_.IsInvalid()) slot_ = spec_->AddSlot(kind_); in Get()507 FeedbackVectorSpec* spec_; variable
69 return s.spec_; in Extract()
90 Test functions follow the convention of starting with the word "test_" or "spec_".