Searched refs:nested_ (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 29 Exception* nested_) in Exception() argument 32 _nested(nested_) in Exception() 67 void Magick::Exception::nested(Exception* nested_) throw() in nested() argument 69 _nested=nested_; in nested() 77 Magick::Error::Error(const std::string& what_,Exception *nested_) in Error() argument 78 : Exception(what_,nested_) in Error() 91 Magick::ErrorBlob::ErrorBlob(const std::string& what_,Exception *nested_) in ErrorBlob() argument 92 : Error(what_,nested_) in ErrorBlob() 105 Magick::ErrorCache::ErrorCache(const std::string& what_,Exception *nested_) in ErrorCache() argument 106 : Error(what_,nested_) in ErrorCache() [all …]
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | 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/protobuf/src/google/protobuf/ |
D | text_format.cc | 120 for (NestedMap::iterator it = nested_.begin(); it != nested_.end(); ++it) { in ~ParseInfoTree() 135 vector<TextFormat::ParseInfoTree*>* trees = &nested_[field]; in CreateNested() 172 const vector<TextFormat::ParseInfoTree*>* trees = FindOrNull(nested_, field); in GetTreeForNested()
|
D | text_format.h | 357 NestedMap nested_; variable
|