Home
last modified time | relevance | path

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

/third_party/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/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/nghttp2/src/
Dasio_client_session.cc146 nghttp2_priority_spec_init(&spec_, stream_id, weight, exclusive); in priority_spec()
154 return &spec_; in get()
/third_party/nghttp2/src/includes/nghttp2/
Dasio_http2_client.h139 nghttp2_priority_spec spec_;
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dbind.h55 return s.spec_; in Extract()
/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.md104 follow the convention of starting with the word "test_" or "spec_". You don't HAVE