/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/meta/ |
D | refactoring.hpp | 68 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/ |
D | feature-extractor.h | 380 ~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/ |
D | sql_source.cc | 310 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()
|
D | sql_source.h | 294 std::vector<SqlSource::Rewriter> nested_; variable
|
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/ |
D | decltype.hpp | 60 … 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/ |
D | util.cc | 527 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/ |
D | processor.c | 968 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/ |
D | BUILD.bazel | 247 actual = glob_dirs(["test_data/glob_dirs/nested_*"]),
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
D | text_format.h | 562 NestedMap nested_; variable
|
D | text_format.cc | 152 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/ |
D | text_format.h | 562 NestedMap nested_; variable
|
D | text_format.cc | 152 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/ |
D | text_format.h | 562 NestedMap nested_; variable
|
D | text_format.cc | 152 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/ |
D | processor.h | 226 char nested_[16384]; member
|
/external/perfetto/docs/design-docs/ |
D | protozero.md | 119 RepeatedPtrField<TestMsg> nested_; // Effectively a vector<TestMsg>
|