Home
last modified time | relevance | path

Searched defs:leaf (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/boost/libs/coroutine2/example/
Dtree.h70 struct leaf : public node struct
75 { return ptr_t( new leaf( value_) ); } in create() argument
77 leaf( std::string const& value_) : in leaf() function
86 bool operator==( leaf const& l, leaf const& r) argument
/third_party/boost/libs/coroutine/example/asymmetric/
Dtree.h72 struct leaf : public node struct
77 { return ptr_t( new leaf( value_) ); } in create() argument
79 leaf( std::string const& value_) : in leaf() argument
88 bool operator==( leaf const& l, leaf const& r) argument
/third_party/cef/tools/yapf/yapf/yapflib/
Dpytree_visitor.py80 def DefaultLeafVisit(self, leaf): argument
134 def DefaultLeafVisit(self, leaf): argument
/third_party/e2fsprogs/util/
Dmkutf8data.c381 void *leaf = NULL; in lookup() local
531 static int insert(struct tree *tree, char *key, int keylen, void *leaf) in insert()
1415 struct unicode_data *leaf = l; in nfkdi_print() local
1428 struct unicode_data *leaf = l; in nfkdicf_print() local
1448 struct unicode_data *leaf = l; in nfkdicf_mark() local
1457 struct unicode_data *leaf = l; in correction_mark() local
1464 struct unicode_data *leaf = l; in nfkdi_size() local
1476 struct unicode_data *leaf = l; in nfkdicf_size() local
1490 struct unicode_data *leaf = l; in nfkdi_index() local
1497 struct unicode_data *leaf = l; in nfkdicf_index() local
[all …]
/third_party/curl/tests/
Dconvsrctest.pl243 sub leaf { subroutine
/third_party/boost/boost/geometry/index/detail/rtree/visitors/
Dinsert.hpp49 typedef typename MembersHolder::leaf leaf; typedef in boost::geometry::index::detail::rtree::choose_next_node
146 typedef typename MembersHolder::leaf leaf; typedef in boost::geometry::index::detail::rtree::split
279 typedef typename MembersHolder::leaf leaf; typedef in boost::geometry::index::detail::rtree::visitors::detail::insert
519 typedef typename base::leaf leaf; typedef in boost::geometry::index::detail::rtree::visitors::insert
567 inline void operator()(leaf &) in operator ()() argument
588 typedef typename base::leaf leaf; typedef in boost::geometry::index::detail::rtree::visitors::insert
Dis_leaf.hpp27 typedef typename MembersHolder::leaf leaf; typedef
Dchildren_box.hpp31 typedef typename MembersHolder::leaf leaf; typedef in boost::geometry::index::detail::rtree::visitors::children_box
/third_party/gettext/gettext-runtime/intl/
Dtsearch.h40 leaf enumerator
/third_party/boost/libs/ptr_container/test/
Dtree_test.cpp113 class leaf : public node class
133 leaf() : data( T() ) in leaf() function in leaf
136 leaf( const T& r ) : data(r) in leaf() function in leaf
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_test.cc192 CordRepBtree* leaf = CordRepBtree::Create(MakeHexFlat(0)); in MakeLeaf() local
351 auto* leaf = CordRepBtree::Create(flat); in TEST() local
359 auto* leaf = CordRepBtree::Create(MakeFlat("a")); in TEST() local
371 auto* leaf = CordRepBtree::Create(flats.back()); in TEST_P() local
389 auto* leaf = CordRepBtree::Create(flats.front()); in TEST_P() local
410 auto* leaf = CordRepBtree::Create(flats.front()); in TEST_P() local
432 auto* leaf = MakeLeaf(); in TEST_P() local
446 auto* leaf = MakeLeaf(); in TEST_P() local
795 CordRepBtree* leaf = CordRepBtree::Create(MakeFlat("abc")); in TEST() local
825 CordRepBtree* leaf = CordRepBtree::Create(MakeFlat(consumer.Next(3))); in TEST_P() local
[all …]
/third_party/boost/boost/geometry/index/detail/rtree/node/
Dconcept.hpp37 struct leaf struct
Dvariant_static.hpp66 struct leaf<Value, Parameters, Box, Allocators, node_variant_static_tag> struct
68 typedef variant_leaf<Value, Parameters, Box, Allocators, node_variant_static_tag> type;
Dweak_static.hpp63 struct leaf<Value, Parameters, Box, Allocators, node_weak_static_tag> struct
65 typedef weak_leaf<Value, Parameters, Box, Allocators, node_weak_static_tag> type;
Dweak_visitor.hpp58 typedef weak_leaf<Value, Parameters, Box, Allocators, Tag> leaf; in apply_visitor() typedef
/third_party/boost/boost/geometry/index/detail/rtree/rstar/
Dinsert.hpp70 typedef typename MembersHolder::leaf leaf; typedef in boost::geometry::index::detail::rtree::visitors::rstar::remove_elements_to_reinsert
234 typedef typename base::leaf leaf; typedef
344 typedef typename base::leaf leaf; typedef
431 typedef typename base::leaf leaf; typedef
490 typedef typename base::leaf leaf; typedef
555 typedef typename MembersHolder::leaf leaf; typedef in boost::geometry::index::detail::rtree::visitors::insert
/third_party/boost/tools/inspect/
Dpath_name_check.cpp43 string const leaf( full_path.leaf().string() ); in inspect() local
/third_party/lwip/src/apps/snmp/
Dsnmp_threadsync.c154 …const struct snmp_leaf_node *leaf = (const struct snmp_leaf_node *)(const void *)call_data->prox… in get_instance_synced() local
165 …const struct snmp_leaf_node *leaf = (const struct snmp_leaf_node *)(const void *)call_data->prox… in get_next_instance_synced() local
/third_party/boringssl/src/crypto/x509/
Dx509_test.cc990 static int Verify(X509 *leaf, const std::vector<X509 *> &roots, in Verify()
1050 static int Verify(X509 *leaf, const std::vector<X509 *> &roots, in Verify()
1077 bssl::UniquePtr<X509> leaf(CertFromPEM(kLeafPEM)); in TEST() local
1137 bssl::UniquePtr<X509> leaf(CertFromPEM(kSANTypesLeaf)); in TEST() local
1241 bssl::UniquePtr<X509> leaf(CertFromPEM(kSANTypesLeaf)); in TEST() local
1275 bssl::UniquePtr<X509> leaf(CertFromPEM(kCRLTestLeaf)); in TEST() local
1784 bssl::UniquePtr<X509> leaf(CertFromPEM(kNoBasicConstraintsCertSignLeaf)); in TEST() local
1800 bssl::UniquePtr<X509> leaf(CertFromPEM(kNoBasicConstraintsNetscapeCALeaf)); in TEST() local
2031 auto verify_cert = [&](X509 *leaf, unsigned flags, const char *host) { in TEST()
2147 auto verify_cert = [&](X509 *leaf, unsigned flags, const char *host) { in TEST()
[all …]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dtsearch.h30 leaf enumerator
/third_party/typescript/src/server/
DscriptVersionCache.ts29 leaf(relativeStart: number, relativeLength: number, lineCollection: LineLeaf): void; method
227 leaf(relativeStart: number, relativeLength: number, ll: LineLeaf) { method in ts.server.EditWalker
464leaf(this: LineIndexWalker, relativeStart: number, relativeLength: number, ll: LineLeaf) { constant
686 const { leaf } = this.lineNumberToInfo(this.lineCount(), 0); constant
/third_party/boost/boost/geometry/index/detail/rtree/kmeans/
Dsplit.hpp65 …typedef typename rtree::leaf<Value, typename Options::parameters_type, Box, Allocators, typename O… typedef in boost::geometry::index::detail::rtree::split
/third_party/boost/boost/wave/util/
Dfilesystem_compatibility.hpp46 inline std::string leaf(boost::filesystem::path const& p) in leaf() function
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8Test.java135 ByteString leaf = factory.newByteString(realBytes); in assertValidUtf8() local
/third_party/mingw-w64/mingw-w64-headers/crt/
Dsearch.h50 leaf enumerator

1234