Home
last modified time | relevance | path

Searched defs:find (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/third_party/boost/boost/range/algorithm/
Dfind.hpp34 find( SinglePassRange& rng, const Value& val ) in find() function
43 find( const SinglePassRange& rng, const Value& val ) in find() function
57 find( SinglePassRange& rng, const Value& val ) in find() function
68 find( const SinglePassRange& rng, const Value& val ) in find() function
/third_party/boost/boost/icl/concept/
Dinterval_associator_base.hpp29 find(const Type& object, const typename domain_type_of<Type>::type& key_val) in find() function
42 find(const Type& object, const typename domain_type_of<Type>::type& key_val) in find() function
56 find(const Type& object, const typename domain_type_of<Type>::type& key_val) in find() function
76 find(const Type& object, const typename domain_type_of<Type>::type& key_val) in find() function
97 find(const Type& object, const typename interval_type_of<Type>::type& inter_val) in find() function
/third_party/gstreamer/gstreamer/gst/
Dgsttypefind.c122 gst_type_find_peek (GstTypeFind * find, gint64 offset, guint size) in gst_type_find_peek()
141 gst_type_find_suggest (GstTypeFind * find, guint probability, GstCaps * caps) in gst_type_find_suggest()
166 gst_type_find_suggest_empty_simple (GstTypeFind * find, in gst_type_find_suggest_empty_simple()
209 gst_type_find_suggest_simple (GstTypeFind * find, guint probability, in gst_type_find_suggest_simple()
242 gst_type_find_get_length (GstTypeFind * find) in gst_type_find_get_length()
/third_party/boost/boost/fusion/algorithm/query/
Dfind.hpp30 struct find struct
56 find(Sequence& seq) in find() function
65 find(Sequence const& seq) in find() function
/third_party/python/Lib/test/test_importlib/source/
Dtest_case_sensitivity.py67 def find(self, finder): member in CaseSensitivityTestPEP302
80 def find(self, finder): member in CaseSensitivityTestPEP451
/third_party/boost/libs/range/test/
Dalgorithm_example.cpp34 find( Range& c, const T& value ) in find() function
41 find( const Range& c, const T& value ) in find() function
/third_party/typescript/lib/
Dlib.es2015.core.d.ts31find<S extends T>(predicate: (this: void, value: T, index: number, obj: T[]) => value is S, thisAr… method
32 find(predicate: (value: T, index: number, obj: T[]) => unknown, thisArg?: any): T | undefined; method
352find<S extends T>(predicate: (this: void, value: T, index: number, obj: readonly T[]) => value is … method
353find(predicate: (value: T, index: number, obj: readonly T[]) => unknown, thisArg?: any): T | undef… method
/third_party/typescript/src/lib/
Des2015.core.d.ts11find<S extends T>(predicate: (this: void, value: T, index: number, obj: T[]) => value is S, thisAr… method
12 find(predicate: (value: T, index: number, obj: T[]) => unknown, thisArg?: any): T | undefined; method
332find<S extends T>(predicate: (this: void, value: T, index: number, obj: readonly T[]) => value is … method
333find(predicate: (value: T, index: number, obj: readonly T[]) => unknown, thisArg?: any): T | undef… method
/third_party/python/Lib/test/test_importlib/frozen/
Dtest_finder.py14 def find(self, name, path=None): member in FindSpecTests
51 def find(self, name, path=None): member in FinderTests
/third_party/re2/re2/
Dstringpiece.cc28 StringPiece::size_type StringPiece::find(const StringPiece& s, in find() function in re2::StringPiece
37 StringPiece::size_type StringPiece::find(char c, size_type pos) const { in find() function in re2::StringPiece
/third_party/mindspore/mindspore/core/utils/
Dcompact_set.h49 iterator find(const T &e) { return std::find(data_.begin(), data_.end(), e); } in find() function
51 const_iterator find(const T &e) const { return std::find(data_.begin(), data_.end(), e); } in find() function
/third_party/boost/boost/bimap/container_adaptor/
Dassociative_container_adaptor.hpp189 BOOST_DEDUCED_TYPENAME base_::iterator find(const CompatibleKey & k) in find() function in boost::bimaps::container_adaptor::associative_container_adaptor
201 find(const CompatibleKey & k) const in find() function in boost::bimaps::container_adaptor::associative_container_adaptor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h79 iterator find(const KeyT &Key) { in find() function
86 const_iterator find(const KeyT &Key) const { in find() function
/third_party/boost/boost/mpl/
Dfind.hpp28 struct find struct
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dfind.hpp44 constexpr auto find = [](auto&& xs, auto const& key) { in __anon6d69a8500102() variable
/third_party/boost/boost/hana/fwd/
Dfind.hpp44 constexpr auto find = [](auto&& xs, auto const& key) { in __anondaa9731d0102() variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineDominanceFrontier.h69 iterator find(MachineBasicBlock *B) { in find() function
73 const_iterator find(MachineBasicBlock *B) const { in find() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDominanceFrontier.h84 iterator find(BlockT *B) { return Frontiers.find(B); } in find() function
85 const_iterator find(BlockT *B) const { return Frontiers.find(B); } in find() function
/third_party/node/tools/msvs/
Dfind_python.cmd24 :find-versions label
/third_party/typescript/tests/cases/compiler/
DdottedSymbolResolution1.ts2 find(selector: string): JQuery; method
/third_party/grpc/include/grpcpp/impl/codegen/
Dstring_ref.h113 size_t find(string_ref s) const { in find() function
118 size_t find(char c) const { in find() function
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dfind.hpp31 inline InputIterator find(InputIterator first, in find() function
/third_party/boost/boost/compute/algorithm/
Dfind.hpp31 inline InputIterator find(InputIterator first, in find() function
/third_party/boost/libs/mpl/doc/src/refmanual/
Dfind.rst3 find title
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTextTrieMap.java91 public void find(CharSequence text, ResultHandler<V> handler) { in find() method in TextTrieMap
95 public void find(CharSequence text, int offset, ResultHandler<V> handler) { in find() method in TextTrieMap
99 private void find(CharSequence text, int offset, ResultHandler<V> handler, Output output) { in find() method in TextTrieMap
104 …private synchronized void find(Node node, CharIterator chitr, ResultHandler<V> handler, Output out… in find() method in TextTrieMap

12345678910>>...18