HomeSort by relevance Sort by last modified time
    Searched refs:nested_ (Results 1 - 11 of 11) 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_)
67 void Magick::Exception::nested(Exception* nested_) throw()
69 _nested=nested_;
77 Magick::Error::Error(const std::string& what_,Exception *nested_)
78 : Exception(what_,nested_)
91 Magick::ErrorBlob::ErrorBlob(const std::string& what_,Exception *nested_)
92 : Error(what_,nested_)
105 Magick::ErrorCache::ErrorCache(const std::string& what_,Exception *nested_)
106 : Error(what_,nested_)
    [all...]
  /external/libtextclassifier/common/
feature-extractor.h 389 ::libtextclassifier::STLDeleteElements(&nested_); member in class:libtextclassifier::nlp_core::NestedFeatureFunction::libtextclassifier
398 for (auto *function : nested_) function->GetFeatureTypes(types);
403 bool success = CreateNested(this->extractor(), this->descriptor(), &nested_,
408 for (auto *function : nested_) {
422 for (auto *function : nested_) {
434 for (auto *function : nested_) function->RequestWorkspaces(registry);
438 const std::vector<NES *> &nested() const { return nested_; }
461 std::vector<NES *> nested_; member in class:libtextclassifier::nlp_core::NestedFeatureFunction
474 for (auto *function : this->nested_) {
496 for (auto *function : this->nested_) {
    [all...]
  /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...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
text_format.h 272 NestedMap nested_; member in class:google::protobuf::TextFormat::ParseInfoTree
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
text_format.h 272 NestedMap nested_; member in class:google::protobuf::TextFormat::ParseInfoTree
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
text_format.h 272 NestedMap nested_; member in class:google::protobuf::TextFormat::ParseInfoTree
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
text_format.h 401 NestedMap nested_; member in class:google::protobuf::TextFormat::ParseInfoTree
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
text_format.h 272 NestedMap nested_; member in class:google::protobuf::TextFormat::ParseInfoTree
  /external/v8/src/compiler/
instruction.h     [all...]

Completed in 1479 milliseconds