Searched defs:spec_ (Results 1 - 5 of 5) sorted by relevance

/external/libtextclassifier/common/
H A Dtask-context.h34 const TaskSpec &spec() const { return spec_; }
35 TaskSpec *mutable_spec() { return &spec_; }
77 TaskSpec spec_; member in class:libtextclassifier::nlp_core::TaskContext
/external/fmtlib/fmt/
H A Dprintf.h148 FormatSpec &spec_; member in class:fmt::internal::WidthHandler
153 explicit WidthHandler(FormatSpec &spec) : spec_(spec) {}
164 spec_.align_ = ALIGN_LEFT;
H A Dformat.h1929 FormatSpec &spec_; member in class:fmt::internal::ArgFormatterBase
1934 spec_.flags_ = HASH_FLAG;
1935 spec_.type_ = 'x';
1936 writer_.write_int(reinterpret_cast<uintptr_t>(p), spec_); local
1941 FormatSpec &spec() { return spec_; }
1946 writer_.write_str(str, spec_);
1951 writer_.write_str(str, spec_);
1956 : writer_(w), spec_(s) {}
1959 void visit_any_int(T value) { writer_.write_int(value, spec_); }
1962 void visit_any_double(T value) { writer_.write_double(value, spec_); }
[all...]
/external/v8/tools/clang/blink_gc_plugin/
H A DRecordInfo.h42 : spec_(spec), info_(info), status_(status) {}
44 const clang::CXXBaseSpecifier& spec() { return spec_; }
48 const clang::CXXBaseSpecifier& spec_; member in class:BasePoint
/external/v8/src/ast/
H A Dast.h162 explicit AstProperties(Zone* zone) : node_count_(0), spec_(zone) {}
169 const FeedbackVectorSpec* get_spec() const { return &spec_; }
170 FeedbackVectorSpec* get_spec() { return &spec_; }
175 FeedbackVectorSpec spec_; member in class:v8::internal::BASE_EMBEDDED

Completed in 257 milliseconds