/third_party/node/deps/v8/src/torque/ |
H A D | utils.cc | 168 return s.find("_") != std::string::npos; in ContainsUnderscore() 261 (js_position != std::string::npos && in CapifyStringWithUnderscores()
|
/third_party/skia/third_party/externals/angle2/samples/multiview/ |
H A D | Multiview.cpp | 71 if ((paddedExtensions.find(std::string(" GL_OVR_multiview2 ")) == std::string::npos) && 72 (paddedExtensions.find(std::string(" GL_OVR_multiview ")) == std::string::npos))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 102 Buf = (End == Buf.npos) ? "" : Buf.drop_front(End); in lex() 136 Buf = (End == Buf.npos) ? "" : Buf.drop_front(End); in lex()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
H A D | esextcGPUShader5ImagesArrayIndexing.cpp | 347 while (template_position != std::string::npos) in getComputeShaderCode() 359 while (template_position != std::string::npos) in getComputeShaderCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FormatProviders.h | 203 size_t N = StringRef::npos; 376 if (End == StringRef::npos) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FormatProviders.h | 204 size_t N = StringRef::npos; 367 if (End == StringRef::npos) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 157 if (pos != StringRef::npos) { in getCStr() 167 if (Pos != StringRef::npos) { in getCStrRef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 109 if (n2 == StringRef::npos) { in ParseLine() 124 if (n3 == StringRef::npos) { in ParseLine() 143 while (n3 != StringRef::npos) { in ParseLine() 147 if (n3 == StringRef::npos || n3 == 0) in ParseLine() 159 n4 = (n4 != StringRef::npos) ? n3 + n4 + 1 : Rest.size(); in ParseLine() 166 if (n5 == StringRef::npos) in ParseLine()
|
/third_party/json/include/nlohmann/detail/input/ |
H A D | binary_reader.hpp | 1955 if (size_and_type.first != npos) in get_ubjson_ndarray_size() 2188 if (result == 0 || result == npos) // because dim elements shall not have zeros, result = 0 means overflow happened; it also can't be npos as it is used to initialize size in get_ubjson_size_type() in get_ubjson_size_value() 2234 result.first = npos; // size in get_ubjson_size_type() 2493 if (input_format == input_format_t::bjdata && size_and_type.first != npos && (size_and_type.second & (1 << 8)) != 0) in get_ubjson_array() 2536 if (size_and_type.first != npos) in get_ubjson_array() 2599 if (input_format == input_format_t::bjdata && size_and_type.first != npos && (size_and_type.second & (1 << 8)) != 0) in get_ubjson_object() 2607 if (size_and_type.first != npos) in get_ubjson_object() 2951 static JSON_INLINE_VARIABLE constexpr std::size_t npos = static_cast<std::size_t>(-1); member in detail::binary_reader 3006 constexpr std::size_t binary_reader<BasicJsonType, InputAdapterType, SAX>::npos; member in detail::binary_reader [all...] |
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser_unittest.cc | 226 std::string::npos); in TEST_F() member in google::protobuf::compiler::__anon16974::std::string 237 std::string::npos); in TEST_F() 250 std::string::npos); in TEST_F() 263 "song_name_1.") != std::string::npos); in TEST_F() 2187 if (pos != std::string::npos) { in StripFieldTypeName() 2399 EXPECT_TRUE(found_pos != std::string::npos) in TEST_F() 2431 EXPECT_TRUE(debug_string.find("map<") != std::string::npos); in TEST_F() 2432 EXPECT_TRUE(debug_string.find("option map_entry") == std::string::npos); in TEST_F() 2433 EXPECT_TRUE(debug_string.find("MapEntry") == std::string::npos); in TEST_F()
|
/third_party/node/tools/inspector_protocol/encoding/ |
H A D | encoding_test.cc | 813 EXPECT_EQ(Status::npos(), status.pos); in TEST() 1004 EXPECT_EQ(Status::npos(), status.pos); in TEST() 1015 EXPECT_EQ(Status::npos(), status.pos); in TEST() 1223 EXPECT_EQ(Status::npos(), status.pos); in TYPED_TEST() 1230 EXPECT_EQ(Status::npos(), status.pos); in TYPED_TEST() 1253 EXPECT_EQ(Status::npos(), status.pos); in TYPED_TEST() 1679 EXPECT_NE(junk_idx, std::string::npos); in TEST_F() 1848 EXPECT_EQ(Status::npos(), status.pos); in TYPED_TEST() 1855 EXPECT_EQ(Status::npos(), status.pos); in TYPED_TEST() 1870 EXPECT_EQ(Status::npos(), statu in TYPED_TEST() [all...] |
/third_party/gn/src/gn/ |
H A D | filesystem_utils_unittest.cc | 19 EXPECT_EQ(std::string::npos, FindExtensionOffset("")); in TEST() 20 EXPECT_EQ(std::string::npos, FindExtensionOffset("foo/bar/baz")); in TEST() 23 EXPECT_EQ(std::string::npos, FindExtensionOffset("foo.bar/")); in TEST() 24 EXPECT_EQ(std::string::npos, FindExtensionOffset("foo.bar/baz")); in TEST()
|
H A D | substitution_pattern.cc | 46 if (next == std::string::npos) { in Parse()
|
/third_party/benchmark/src/ |
H A D | sysinfo.cc | 247 while ((pos = val.find(',')) != std::string::npos) { in CountSetBitsInCPUMap() 519 if (split_idx != std::string::npos) in GetNumCPUs() 522 if (split_idx != std::string::npos) value = ln.substr(split_idx + 1); in GetNumCPUs() 679 if (split_idx != std::string::npos) value = ln.substr(split_idx + 1); in GetCPUCyclesPerSecond()
|
/third_party/node/src/ |
H A D | inspector_socket.cc | 158 if (last_colon_pos == std::string::npos) in TrimPort() 161 if (bracket == std::string::npos || last_colon_pos > bracket) in TrimPort() 174 if (host.find('\0') != std::string::npos) return false; in IsIPAddress() 186 if (host.find('%') != std::string::npos) return false; in IsIPAddress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSubtarget.cpp | 108 if (FS.find_lower("+wavefrontsize") != StringRef::npos) { in initializeSubtargetDependencies() 109 if (FS.find_lower("wavefrontsize16") == StringRef::npos) in initializeSubtargetDependencies() 111 if (FS.find_lower("wavefrontsize32") == StringRef::npos) in initializeSubtargetDependencies() 113 if (FS.find_lower("wavefrontsize64") == StringRef::npos) in initializeSubtargetDependencies()
|
/third_party/gptfdisk/ |
H A D | gptcurses.cc | 598 if (whichOptions.find(currentKey) == string::npos) in MoveSelection() 618 if (whichOptions.find(selectedKey) == string::npos) in DisplayOptions() 622 if (whichOptions.find(selectedKey) == string::npos) in DisplayOptions()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ShaderStorageBlockOutputHLSL.cpp | 156 while (pos != std::string::npos) in StripArrayIndices() 159 ASSERT(closePos != std::string::npos); in StripArrayIndices() 163 ASSERT(name.find(']') == std::string::npos); in StripArrayIndices()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcLayoutLocationTests.cpp | 367 m_isImageCase = (type.find("sampler") == std::string::npos); in SpecifiedLocationCase() 373 if (type.find("iimage") != std::string::npos) in SpecifiedLocationCase() 378 else if (type.find("uimage") != std::string::npos) in SpecifiedLocationCase()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | span.h | 185 static const size_type npos = ~(size_type(0)); member in absl::Span 388 // will be trimmed to at most size() - `pos`. A default `len` value of `npos` 399 constexpr Span subspan(size_type pos = 0, size_type len = npos) const { in subspan() 452 const typename Span<T>::size_type Span<T>::npos; member in absl::Span
|
/third_party/glslang/StandAlone/ |
H A D | DirStackFileIncluder.h | 147 return last == std::string::npos ? "." : path.substr(0, last); in getDirectory()
|
/third_party/benchmark/test/ |
H A D | filter_test.cc | 76 std::string::npos; in main()
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-type-util.h | 65 if (end != s.npos) { in CanonicalizeForStdLibVersioning()
|
/third_party/icu/icu4c/source/common/ |
H A D | stringpiece.cpp | 114 const int32_t StringPiece::npos = 0x7fffffff; member in StringPiece
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-lejp.h | 249 uint8_t npos; member
|