Home
last modified time | relevance | path

Searched defs:Extract (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/hana/
Dextract.hpp25 using Extract = BOOST_HANA_DISPATCH_IF(extract_impl<W>, in operator ()() typedef
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DCompletionRegistry.cs86 public IOpCompletionCallback Extract(IntPtr key) in Extract() method in Grpc.Core.Internal.CompletionRegistry
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dbind.h54 static const UntypedFormatSpecImpl& Extract(const T& s) { in Extract() function
Dbind_test.cc15 bool Extract(const char *s, UnboundConversion *props, int *next) const { in Extract() function in absl::str_format_internal::__anon866a6ffe0111::FormatBindTest
Dextension.h46 static FormatRawSinkImpl Extract(T s) { in Extract() function
113 static FormatSinkImpl* Extract(T* s) { in Extract() function
/third_party/re2/re2/
Dre2.cc457 bool RE2::Extract(const StringPiece& text, in GlobalReplace() function in re2::RE2
/third_party/re2/util/
Dpcre.cc456 bool PCRE::Extract(const StringPiece &text, in Extract() function in re2::PCRE
/third_party/re2/re2/testing/
Dre2_test.cc213 TEST(RE2, Extract) { in TEST() argument