Home
last modified time | relevance | path

Searched defs:find_first_not_of (Results 101 – 125 of 340) sorted by relevance

12345678910>>...14

/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.cc182 stringpiece_ssize_type StringPiece::find_first_not_of(StringPiece s, in find_first_not_of() function in google::protobuf::StringPiece
199 stringpiece_ssize_type StringPiece::find_first_not_of(char c, in find_first_not_of() function in google::protobuf::StringPiece
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.cc180 stringpiece_ssize_type StringPiece::find_first_not_of(StringPiece s, in find_first_not_of() function in google::protobuf::StringPiece
197 stringpiece_ssize_type StringPiece::find_first_not_of(char c, in find_first_not_of() function in google::protobuf::StringPiece
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.cc182 stringpiece_ssize_type StringPiece::find_first_not_of(StringPiece s, in find_first_not_of() function in google::protobuf::StringPiece
199 stringpiece_ssize_type StringPiece::find_first_not_of(char c, in find_first_not_of() function in google::protobuf::StringPiece
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.cc182 stringpiece_ssize_type StringPiece::find_first_not_of(StringPiece s, in find_first_not_of() function in google::protobuf::StringPiece
199 stringpiece_ssize_type StringPiece::find_first_not_of(char c, in find_first_not_of() function in google::protobuf::StringPiece
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.cc182 stringpiece_ssize_type StringPiece::find_first_not_of(StringPiece s, in find_first_not_of() function in google::protobuf::StringPiece
199 stringpiece_ssize_type StringPiece::find_first_not_of(char c, in find_first_not_of() function in google::protobuf::StringPiece
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.cc182 stringpiece_ssize_type StringPiece::find_first_not_of(StringPiece s, in find_first_not_of() function in google::protobuf::StringPiece
199 stringpiece_ssize_type StringPiece::find_first_not_of(char c, in find_first_not_of() function in google::protobuf::StringPiece
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.cc180 stringpiece_ssize_type StringPiece::find_first_not_of(StringPiece s, in find_first_not_of() function in google::protobuf::StringPiece
197 stringpiece_ssize_type StringPiece::find_first_not_of(char c, in find_first_not_of() function in google::protobuf::StringPiece
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.cc182 stringpiece_ssize_type StringPiece::find_first_not_of(StringPiece s, in find_first_not_of() function in google::protobuf::StringPiece
199 stringpiece_ssize_type StringPiece::find_first_not_of(char c, in find_first_not_of() function in google::protobuf::StringPiece
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Support/
H A DStringRef.cpp172 StringRef::size_type StringRef::find_first_not_of(char C, size_t From) const { in find_first_not_of() function in StringRef
183 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, in find_first_not_of() function in StringRef
/dports/www/anyterm/anyterm-1.1.29/libpbe/include/
H A Dconst_string_facade.hh196 size_type find_first_not_of(const STR& s, size_type pos=0) const { in find_first_not_of() function in pbe::const_string_facade
200 size_type find_first_not_of(const CHAR* s, size_type pos, size_type n) const { in find_first_not_of() function in pbe::const_string_facade
204 size_type find_first_not_of(const CHAR* s, size_type pos=0) const { in find_first_not_of() function in pbe::const_string_facade
208 size_type find_first_not_of(CHAR c, size_type pos=0) const { in find_first_not_of() function in pbe::const_string_facade
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dtokenzr.cpp61 find_first_not_of(const wxChar *delims, size_t len, in find_first_not_of() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dtokenzr.cpp61 find_first_not_of(const wxChar *delims, size_t len, in find_first_not_of() function
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dm_ostring.cpp473 size_t OString::find_first_not_of(const OString& other, size_t pos) const in find_first_not_of() function in OString
478 size_t OString::find_first_not_of(const std::string& str, size_t pos) const in find_first_not_of() function in OString
483 size_t OString::find_first_not_of(const char* s, size_t pos) const in find_first_not_of() function in OString
488 size_t OString::find_first_not_of(const char* s, size_t pos, size_t n) const in find_first_not_of() function in OString
493 size_t OString::find_first_not_of(char c, size_t pos) const in find_first_not_of() function in OString
/dports/devel/simgear/simgear-2020.3.11/simgear/nasal/cppbind/
H A DNasalString.cxx169 size_t String::find_first_not_of(const String& chr, size_t pos) const in find_first_not_of() function in nasal::String
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dtokenzr.cpp58 find_first_not_of(const wxChar *delims, size_t len, in find_first_not_of() function
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/llvm/Support/
H A DStringRef.cpp212 StringRef::size_type StringRef::find_first_not_of(char C, size_t From) const { in find_first_not_of() function in StringRef
223 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, in find_first_not_of() function in StringRef
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cpp-jwt/include/jwt/
H A Dstring_view.hpp309 size_type find_first_not_of(basic_string_view str, size_type pos = 0) const noexcept in find_first_not_of() function in jwt::basic_string_view
314 size_type find_first_not_of(const CharT* str, size_type pos = 0) const noexcept in find_first_not_of() function in jwt::basic_string_view
/dports/emulators/citra/citra-ac98458e0/externals/cpp-jwt/include/jwt/
H A Dstring_view.hpp309 size_type find_first_not_of(basic_string_view str, size_type pos = 0) const noexcept in find_first_not_of() function in jwt::basic_string_view
314 size_type find_first_not_of(const CharT* str, size_type pos = 0) const noexcept in find_first_not_of() function in jwt::basic_string_view
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/container/
H A Dstring_view.hpp393 size_type find_first_not_of(StringView s, in find_first_not_of() function in tlx::StringView
402 size_type find_first_not_of(char c, size_type pos = 0) const noexcept { in find_first_not_of() function in tlx::StringView
405 size_type find_first_not_of(const char* s, size_type pos, in find_first_not_of() function in tlx::StringView
409 size_type find_first_not_of(const char* s, in find_first_not_of() function in tlx::StringView
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_string_ref.hh517 inline int64_t StringRefBase::find_first_not_of(StringRef chars, int64_t pos) const in find_first_not_of() function in blender::StringRefBase
524 inline int64_t StringRefBase::find_first_not_of(char c, int64_t pos) const in find_first_not_of() function in blender::StringRefBase
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DFixedString.h2256 constexpr std::size_t find_first_not_of( in find_first_not_of() function
2266 constexpr std::size_t find_first_not_of( in find_first_not_of() function
2280 constexpr std::size_t find_first_not_of(const Char* that) const noexcept { in find_first_not_of() function
2290 constexpr std::size_t find_first_not_of( in find_first_not_of() function
2307 constexpr std::size_t find_first_not_of( in find_first_not_of() function
2320 constexpr std::size_t find_first_not_of(Char ch) const noexcept { in find_first_not_of() function
2329 constexpr std::size_t find_first_not_of(Char ch, std::size_t pos) const in find_first_not_of() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DFixedString.h2347 constexpr std::size_t find_first_not_of( in find_first_not_of() function
2357 constexpr std::size_t find_first_not_of( in find_first_not_of() function
2371 constexpr std::size_t find_first_not_of(const Char* that) const noexcept { in find_first_not_of() function
2381 constexpr std::size_t find_first_not_of(const Char* that, std::size_t pos) in find_first_not_of() function
2398 constexpr std::size_t find_first_not_of( in find_first_not_of() function
2412 constexpr std::size_t find_first_not_of(Char ch) const noexcept { in find_first_not_of() function
2421 constexpr std::size_t find_first_not_of(Char ch, std::size_t pos) const in find_first_not_of() function
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Support/
H A DStringRef.cpp219 StringRef::size_type StringRef::find_first_not_of(char C, size_t From) const { in find_first_not_of() function in StringRef
230 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, in find_first_not_of() function in StringRef
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/
H A Dstring_view.cpp172 CAF_TEST(find_first_not_of) { in CAF_TEST() argument
/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Dzorba_string.cpp344 String::size_type String::find_first_not_of( String const &s, in find_first_not_of() function in zorba::String
349 String::size_type String::find_first_not_of( string const &s, in find_first_not_of() function in zorba::String
354 String::size_type String::find_first_not_of( const_pointer s, in find_first_not_of() function in zorba::String
359 String::size_type String::find_first_not_of( const_pointer s, size_type pos, in find_first_not_of() function in zorba::String
364 String::size_type String::find_first_not_of( value_type c, in find_first_not_of() function in zorba::String

12345678910>>...14