Home
last modified time | relevance | path

Searched defs:FindString (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/
H A Dfind.h939 inline Result<std::string_view> FindString(ConstByteSpan message, in FindString() function
946 inline Result<std::string_view> FindString(ConstByteSpan message, T field) { in FindString() function
971 inline StatusWithSize FindString(stream::Reader& message_stream, in FindString() function
1007 inline StatusWithSize FindString(stream::Reader& message_stream, in FindString() function
1021 inline StatusWithSize FindString(stream::Reader& message_stream, in FindString() function
1028 inline StatusWithSize FindString(stream::Reader& message_stream, in FindString() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/internal/lazyregexp/
Dlazyre.go50 func (r *Regexp) FindString(s string) string { func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/lazyregexp/
Dlazyre.go50 func (r *Regexp) FindString(s string) string { func
/aosp_15_r20/external/cronet/base/
H A Dvalues.cc446 const std::string* Value::Dict::FindString(StringPiece key) const { in FindString() function in base::Value::Dict
451 std::string* Value::Dict::FindString(StringPiece key) { in FindString() function in base::Value::Dict
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/
Dregexp.go844 func (re *Regexp) FindString(s string) string { func