Home
last modified time | relevance | path

Searched defs:Find (Results 1 – 25 of 52) sorted by relevance

123

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_split.cc63 size_t Find(absl::string_view text, absl::string_view delimiter, size_t pos) { in Find() function
72 size_t Find(absl::string_view text, absl::string_view delimiter, size_t pos) { in Find() function
86 absl::string_view ByString::Find(absl::string_view text, size_t pos) const { in Find() function in absl::ByString
102 absl::string_view ByChar::Find(absl::string_view text, size_t pos) const { in Find() function in absl::ByChar
115 absl::string_view ByAnyChar::Find(absl::string_view text, size_t pos) const { in Find() function in absl::ByAnyChar
126 absl::string_view ByLength::Find(absl::string_view text, in Find() function in absl::ByLength
/third_party/skia/third_party/externals/tint/src/ast/
Dfunction.cc80 const Function* FunctionList::Find(Symbol sym) const { in Find() function in tint::ast::FunctionList
89 const Function* FunctionList::Find(Symbol sym, PipelineStage stage) const { in Find() function in tint::ast::FunctionList
/third_party/skia/third_party/externals/dawn/src/common/
DConcurrentCache.h29 T* Find(T* object) { in Find() function
/third_party/node/deps/v8/src/wasm/
Dsignature-map.cc24 int32_t SignatureMap::Find(const FunctionSig& sig) const { in Find() function in v8::internal::wasm::SignatureMap
/third_party/lzma/CPP/Common/
DMyString.h436 int Find(char c) const { return FindCharPosInString(_chars, c); } in Find() function
437 int Find(char c, unsigned startIndex) const in Find() function
442 int Find(char c, int startIndex) const in Find() function
451 int Find(const char *s) const { return Find(s, 0); } in Find() function
728 int Find(wchar_t c) const { return FindCharPosInString(_chars, c); } in Find() function
729 int Find(wchar_t c, unsigned startIndex) const in Find() function
739 int Find(const wchar_t *s) const { return Find(s, 0); } in Find() function
/third_party/lzma/CPP/7zip/Common/
DUniqBlocks.h18 int Find(const UInt32 n) in Find() function
/third_party/node/deps/v8/src/utils/
Didentity-map.h133 V* Find(Handle<Object> key) const { return Find(*key); } in Find() function
134 V* Find(Object key) const { in Find() function
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DTypeRegistry.cs61 public MessageDescriptor Find(string fullName) in Find() method in Google.Protobuf.Reflection.TypeRegistry
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dunordered_set_lookup_test.h45 TYPED_TEST_P(LookupTest, Find) { in TYPED_TEST_P() argument
Dunordered_map_lookup_test.h73 TYPED_TEST_P(LookupTest, Find) { in TYPED_TEST_P() argument
/third_party/node/deps/v8/src/zone/
Dzone-chunk-list.h380 typename ZoneChunkList<T>::iterator ZoneChunkList<T>::Find(const size_t index) { in Find() function
387 typename ZoneChunkList<T>::const_iterator ZoneChunkList<T>::Find( in Find() function
/third_party/spirv-tools/source/fuzz/
Dequivalence_relation.h184 const T* Find(const T* value) const { in Find() function
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dequivalence_relation.h184 const T* Find(const T* value) const { in Find() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dequivalence_relation.h184 const T* Find(const T* value) const { in Find() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.h547 inline CordRepRing::Position CordRepRing::Find(size_t offset) const { in Find() function
552 inline CordRepRing::Position CordRepRing::Find(index_type head, in Find() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h178 auto Find = None; in anyAggregateType() local
/third_party/protobuf/
Dupdate_version.py42 def Find(elem, tagname): function
/third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/
Dllvm.go146 func (l Toolchains) Find(v Version) *Toolchain { func
/third_party/gn/src/gn/
Dstring_atom_unittest.cc24 TEST(StringAtomTest, Find) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDynamicLibrary.cpp42 HandleList::iterator Find(void *Handle) { in Find() function in DynamicLibrary::HandleSet
/third_party/typescript/scripts/
Dword.d.ts14 export interface Find { interface
/third_party/typescript/tests/baselines/reference/
DrecursiveClassReferenceTest.js130 (function (Find) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp428 Mips16Libcall Find = { RTLIB::UNKNOWN_LIBCALL, S->getSymbol() }; in getOpndList() local
470 Mips16Libcall Find = { RTLIB::UNKNOWN_LIBCALL, in getOpndList() local
/third_party/skia/third_party/externals/piex/src/tiff_directory/
Dtiff_directory.cc245 const TiffDirectory::DirectoryEntry* TiffDirectory::Find(const Tag tag) const { in Find() function in piex::tiff_directory::TiffDirectory
/third_party/lzma/CPP/Windows/
DFileFind.cpp456 bool CFileInfo::Find(CFSTR path, bool followLink) in Find() function in NWindows::NFile::NFind::CFileInfo
1125 bool CFileInfo::Find(CFSTR path, bool followLink) in Find() function in NWindows::NFile::NFind::CFileInfo

123