HomeSort by relevance Sort by last modified time
    Searched refs:nested_ (Results 1 - 8 of 8) sorted by null

  /external/ImageMagick/Magick++/lib/Magick++/
Exception.h 30 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/ImageMagick/Magick++/lib/
Exception.cpp 29 Exception* nested_)
32 _nested(nested_)
66 void Magick::Exception::nested(Exception* nested_) throw()
68 _nested=nested_;
76 Magick::Error::Error(const std::string& what_,Exception *nested_)
77 : Exception(what_,nested_)
90 Magick::ErrorBlob::ErrorBlob(const std::string& what_,Exception *nested_)
91 : Error(what_,nested_)
104 Magick::ErrorCache::ErrorCache(const std::string& what_,Exception *nested_)
105 : Error(what_,nested_)
    [all...]
  /external/libtextclassifier/lang_id/common/fel/
feature-extractor.h 378 ~NestedFeatureFunction() override { utils::STLDeleteElements(&nested_); } member in class:libtextclassifier3::mobile::NestedFeatureFunction::utils
384 for (auto *function : nested_) function->GetFeatureTypes(types);
391 bool success = CreateNested(this->extractor(), this->descriptor(), &nested_,
394 for (auto *function : nested_) {
412 for (auto *function : nested_) {
428 for (auto *function : nested_) function->RequestWorkspaces(registry);
432 const std::vector<NES *> &nested() const { return nested_; }
455 std::vector<NES *> nested_; member in class:libtextclassifier3::mobile::NestedFeatureFunction
468 for (auto *function : this->nested_) {
490 for (auto *function : this->nested_) {
    [all...]
  /external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/
processor.c 1000 char nested_[16384]; member in union:kvm_x86_state::__anon30593
1028 TEST_ASSERT(nested_size <= sizeof(state->nested_),
1030 nested_size, sizeof(state->nested_));
1066 state->nested.size = sizeof(state->nested_);
  /external/protobuf/src/google/protobuf/
text_format.h 401 NestedMap nested_; member in class:google::protobuf::TextFormat::ParseInfoTree
text_format.cc 142 for (NestedMap::iterator it = nested_.begin(); it != nested_.end(); ++it) {
157 vector<TextFormat::ParseInfoTree*>* trees = &nested_[field];
194 const vector<TextFormat::ParseInfoTree*>* trees = FindOrNull(nested_, field);
    [all...]
  /external/tensorflow/tensorflow/python/util/
util.cc 468 explicit AttrsValueIterator(PyObject* nested) : nested_(nested) {
470 cls_.reset(PyObject_GetAttrString(nested_.get(), "__class__"));
485 result.reset(PyObject_GetAttr(nested_.get(), name.get()));
492 Safe_PyObjectPtr nested_; member in class:tensorflow::swig::__anon46384::AttrsValueIterator
    [all...]
  /external/v8/src/compiler/
instruction.h     [all...]

Completed in 326 milliseconds