Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DException.cpp29 Exception* nested_) in Exception() argument
32 _nested(nested_) in Exception()
66 void Magick::Exception::nested(Exception* nested_) throw() in nested() argument
68 _nested=nested_; in nested()
76 Magick::Error::Error(const std::string& what_,Exception *nested_) in Error() argument
77 : Exception(what_,nested_) in Error()
90 Magick::ErrorBlob::ErrorBlob(const std::string& what_,Exception *nested_) in ErrorBlob() argument
91 : Error(what_,nested_) in ErrorBlob()
104 Magick::ErrorCache::ErrorCache(const std::string& what_,Exception *nested_) in ErrorCache() argument
105 : Error(what_,nested_) in ErrorCache()
[all …]
/external/ImageMagick/Magick++/lib/Magick++/
DException.h30 Exception(const std::string& what_, Exception* nested_);
53 void nested(Exception* nested_) throw();
68 explicit Error(const std::string& what_,Exception *nested_);
76 explicit ErrorBlob(const std::string& what_,Exception *nested_);
84 explicit ErrorCache(const std::string& what_,Exception *nested_);
92 explicit ErrorCoder(const std::string& what_,Exception *nested_);
100 explicit ErrorConfigure(const std::string& what_,Exception *nested_);
108 explicit ErrorCorruptImage(const std::string& what_,Exception *nested_);
116 explicit ErrorDelegate(const std::string& what_,Exception *nested_);
124 explicit ErrorDraw(const std::string& what_,Exception *nested_);
[all …]
/external/libtextclassifier/native/lang_id/common/fel/
Dfeature-extractor.h379 ~NestedFeatureFunction() override { utils::STLDeleteElements(&nested_); } in ~NestedFeatureFunction()
385 for (auto *function : nested_) function->GetFeatureTypes(types); in GetFeatureTypes()
392 bool success = CreateNested(this->extractor(), this->descriptor(), &nested_, in Setup()
395 for (auto *function : nested_) { in Setup()
413 for (auto *function : nested_) { in Init()
429 for (auto *function : nested_) function->RequestWorkspaces(registry); in RequestWorkspaces()
433 const std::vector<NES *> &nested() const { return nested_; } in nested()
456 std::vector<NES *> nested_;
469 for (auto *function : this->nested_) { in Preprocess()
491 for (auto *function : this->nested_) { in Preprocess()
/external/tensorflow/tensorflow/python/util/
Dutil.cc514 explicit AttrsValueIterator(PyObject* nested) : nested_(nested) { in AttrsValueIterator()
516 cls_.reset(PyObject_GetAttrString(nested_.get(), "__class__")); in AttrsValueIterator()
531 result.reset(PyObject_GetAttr(nested_.get(), name.get())); in next()
538 Safe_PyObjectPtr nested_; member in tensorflow::swig::__anon31ed0eec0211::AttrsValueIterator
/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c1021 char nested_[16384]; member
1075 TEST_ASSERT(nested_size <= sizeof(state->nested_), in vcpu_save_state()
1077 nested_size, sizeof(state->nested_)); in vcpu_save_state()
1123 state->nested.size = sizeof(state->nested_); in vcpu_save_state()
/external/protobuf/src/google/protobuf/
Dtext_format.h503 NestedMap nested_; variable
Dtext_format.cc135 for (NestedMap::iterator it = nested_.begin(); it != nested_.end(); ++it) { in ~ParseInfoTree()
149 std::vector<TextFormat::ParseInfoTree*>* trees = &nested_[field]; in CreateNested()
193 FindOrNull(nested_, field); in GetTreeForNested()
/external/perfetto/docs/design-docs/
Dprotozero.md119 RepeatedPtrField<TestMsg> nested_; // Effectively a vector<TestMsg>