Home
last modified time | relevance | path

Searched refs:spec_ (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_format.h102 explicit UntypedFormatSpec(string_view s) : spec_(s) {} in UntypedFormatSpec()
106 : spec_(pc) {} in UntypedFormatSpec()
110 str_format_internal::UntypedFormatSpecImpl spec_; variable
/third_party/node/deps/v8/src/objects/
Dfeedback-vector.h497 : kind_(kind), spec_(spec) {} in SharedFeedbackSlot()
500 if (slot_.IsInvalid()) slot_ = spec_->AddSlot(kind_); in Get()
507 FeedbackVectorSpec* spec_; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dbind.h69 return s.spec_; in Extract()
/third_party/unity/docs/
DUnityGettingStartedGuide.md90 Test functions follow the convention of starting with the word "test_" or "spec_".