Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DException.cpp29 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++/
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/v8/src/compiler/
Dinstruction.h1181 explicit StateValueList(Zone* zone) : fields_(zone), nested_(zone) {} in StateValueList()
1232 nested_.push_back(nested); in PushRecursiveField()
1246 iterator begin() { return iterator(fields_.begin(), nested_.begin()); } in begin()
1247 iterator end() { return iterator(fields_.end(), nested_.end()); } in end()
1251 ZoneVector<StateValueList*> nested_; variable
/external/protobuf/src/google/protobuf/
Dtext_format.cc142 for (NestedMap::iterator it = nested_.begin(); it != nested_.end(); ++it) { in ~ParseInfoTree()
157 vector<TextFormat::ParseInfoTree*>* trees = &nested_[field]; in CreateNested()
194 const vector<TextFormat::ParseInfoTree*>* trees = FindOrNull(nested_, field); in GetTreeForNested()
Dtext_format.h401 NestedMap nested_; variable