Home
last modified time | relevance | path

Searched refs:nested_ (Results 1 – 16 of 16) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/meta/
Drefactoring.hpp68 refactor_unary_parser(BinaryT const& binary_, NestedT const& nested_) in refactor_unary_parser() argument
69 : binary(binary_), nested(nested_) {} in refactor_unary_parser()
95 refactor_unary_gen(NestedT const& nested_ = non_nested_refactoring()) in refactor_unary_gen() argument
96 : nested(nested_) {} in refactor_unary_gen()
151 refactor_action_parser(BinaryT const& binary_, NestedT const& nested_) in refactor_action_parser() argument
152 : binary(binary_), nested(nested_) {} in refactor_action_parser()
178 refactor_action_gen(NestedT const& nested_ = non_nested_refactoring()) in refactor_action_gen() argument
179 : nested(nested_) {} in refactor_action_gen()
233 attach_action_parser(ActionT const& actor_, NestedT const& nested_) in attach_action_parser() argument
234 : actor(actor_), nested(nested_) {} in attach_action_parser()
[all …]
/external/libtextclassifier/native/lang_id/common/fel/
Dfeature-extractor.h380 ~NestedFeatureFunction() override { utils::STLDeleteElements(&nested_); } in ~NestedFeatureFunction()
386 for (auto *function : nested_) function->GetFeatureTypes(types); in GetFeatureTypes()
393 bool success = CreateNested(this->extractor(), this->descriptor(), &nested_, in Setup()
396 for (auto *function : nested_) { in Setup()
414 for (auto *function : nested_) { in Init()
430 for (auto *function : nested_) function->RequestWorkspaces(registry); in RequestWorkspaces()
434 const std::vector<NES *> &nested() const { return nested_; } in nested()
457 std::vector<NES *> nested_;
470 for (auto *function : this->nested_) { in Preprocess()
492 for (auto *function : this->nested_) { in Preprocess()
/external/perfetto/src/trace_processor/sqlite/
Dsql_source.cc310 nested_.push_back(SqlSource::Rewriter(rewrite.rewrite_node)); in Rewriter()
326 nested_[*maybe_rewrite].Rewrite( in Rewrite()
346 for (uint32_t i = 0; i < nested_.size(); ++i) { in Build()
353 std::move(nested_[i]).Build().root_, in Build()
Dsql_source.h294 std::vector<SqlSource::Rewriter> nested_; variable
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/
Ddecltype.hpp60 … BOOST_PROTO_DECLTYPE_NESTED_TYPEDEF_TPL_(BOOST_PP_CAT(nested_, TYPE), (EXPR)) \
61 typedef typename BOOST_PP_CAT(nested_, TYPE)::type TYPE;
/external/tensorflow/tensorflow/python/util/
Dutil.cc527 explicit AttrsValueIterator(PyObject* nested) : nested_(nested) { in AttrsValueIterator()
529 cls_.reset(PyObject_GetAttrString(nested_.get(), "__class__")); in AttrsValueIterator()
544 result.reset(PyObject_GetAttr(nested_.get(), name.get())); in next()
551 Safe_PyObjectPtr nested_; member in tensorflow::swig::__anon172ff97b0211::AttrsValueIterator
/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c968 TEST_ASSERT(nested_size <= sizeof(state->nested_), in vcpu_save_state()
970 nested_size, sizeof(state->nested_)); in vcpu_save_state()
994 state->nested.size = sizeof(state->nested_); in vcpu_save_state()
/external/pigweed/pw_build/
DBUILD.bazel247 actual = glob_dirs(["test_data/glob_dirs/nested_*"]),
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dtext_format.h562 NestedMap nested_; variable
Dtext_format.cc152 auto& vec = nested_[field]; in CreateNested()
195 auto it = nested_.find(field); in GetTreeForNested()
196 if (it == nested_.end() || index >= static_cast<int64_t>(it->second.size())) { in GetTreeForNested()
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dtext_format.h562 NestedMap nested_; variable
Dtext_format.cc152 auto& vec = nested_[field]; in CreateNested()
195 auto it = nested_.find(field); in GetTreeForNested()
196 if (it == nested_.end() || index >= static_cast<int64_t>(it->second.size())) { in GetTreeForNested()
/external/protobuf/src/google/protobuf/
Dtext_format.h562 NestedMap nested_; variable
Dtext_format.cc152 auto& vec = nested_[field]; in CreateNested()
195 auto it = nested_.find(field); in GetTreeForNested()
196 if (it == nested_.end() || index >= static_cast<int64_t>(it->second.size())) { in GetTreeForNested()
/external/linux-kselftest/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h226 char nested_[16384]; member
/external/perfetto/docs/design-docs/
Dprotozero.md119 RepeatedPtrField<TestMsg> nested_; // Effectively a vector<TestMsg>