/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | logger.h | 49 Logger() : level_(LOG_ERROR) {} in Logger() 61 return level_; in level() 65 level_ = level; in set_level() 88 int level_; variable
|
/third_party/boost/libs/mpi/src/ |
D | computation_tree.cpp | 21 level_(0) in computation_tree() 35 ++level_; in computation_tree() 65 int child_index = level_index(level_ + 1) in child_begin() 66 + branching_factor_ * (n - level_index(level_)); in child_begin()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | structured_objectwriter.h | 72 : parent_(parent), level_(parent == NULL ? 0 : parent->level() + 1) {} in BaseElement() 85 int level() const { return level_; } in level() 97 const int level_; variable
|
/third_party/boost/libs/iostreams/src/ |
D | lzma.cpp | 85 : stream_(new lzma_stream), level_(lzma::default_compression), threads_(1) in lzma_base() 133 level_ = p.level; in do_init() 152 const lzma_mt opt = { 0, threads_, 0, 1000, level_, NULL, LZMA_CHECK_CRC32 }; in init_stream() 158 lzma_easy_encoder(s, level_, LZMA_CHECK_CRC32) : in init_stream()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | common.cc | 208 : level_(level), filename_(filename), line_(line) {} in LogMessage() 214 if (level_ != LOGLEVEL_FATAL) { in Finish() 219 log_handler_(level_, filename_, line_, message_); in Finish() 222 if (level_ == LOGLEVEL_FATAL) { in Finish()
|
D | logging.h | 99 LogLevel level_; variable
|
/third_party/boost/boost/mpi/detail/ |
D | computation_tree.hpp | 28 int level() const { return level_; } in level() 81 int level_; member in boost::mpi::detail::computation_tree
|
/third_party/boost/boost/locale/ |
D | collator.hpp | 227 level_(level) in comparator() 236 return std::use_facet<collator<CharType> >(locale_).compare(level_,left,right) < 0; in operator ()() 240 collator_base::level_type level_; member
|
/third_party/boost/libs/beast/test/beast/zlib/ |
D | inflate_stream.cpp | 326 int level_[2]; member in boost::beast::zlib::inflate_stream_test::Matrix 335 level_[0] = 0; in Matrix() 336 level_[1] = 9; in Matrix() 346 level_[0] = from; in level() 347 level_[1] = to; in level() 388 for(auto level = level_[0]; in operator ()() 389 level <= level_[1]; ++level) in operator ()()
|
/third_party/protobuf/conformance/ |
D | conformance_test.h | 226 return level_; in GetLevel() 246 ConformanceLevel level_;
|
D | conformance_test.cc | 84 : level_(level), in ConformanceRequestSetting() 132 return StrCat(ConformanceLevelToString(level_), ".", rname, ".", in GetTestName()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluVarType.hpp | 291 Indent (int level_) : level(level_) {} in Indent()
|
/third_party/boost/boost/iostreams/filter/ |
D | zlib.hpp | 113 zlib_params( int level_ = zlib::default_compression, in zlib_params() 120 : level(level_), method(method_), window_bits(window_bits_), in zlib_params()
|
D | lzma.hpp | 177 uint32_t level_; member in boost::iostreams::detail::lzma_base
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
D | btree.h | 129 uint32_t level_; member 131 tree_stats() : size_(0), leaves_(0), inner_nodes_(0), level_(0) {} in tree_stats() 136 auto GetHeight() const { return empty() ? 0 : stats_.level_ + 1; } in GetHeight()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | vp8i_dec.h | 113 int level_; // [0..63] member
|
D | vp8_dec.c | 236 hdr->level_ = VP8GetValue(br, 6, "global-header"); in ParseFilterHeader() 254 dec->filter_type_ = (hdr->level_ == 0) ? 0 : hdr->simple_ ? 1 : 2; in ParseFilterHeader()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | vp8i_dec.h | 113 int level_; // [0..63] member
|
D | vp8_dec.c | 236 hdr->level_ = VP8GetValue(br, 6, "global-header"); in ParseFilterHeader() 254 dec->filter_type_ = (hdr->level_ == 0) ? 0 : hdr->simple_ ? 1 : 2; in ParseFilterHeader()
|
/third_party/grpc/doc/ |
D | compression.md | 10 compression supported by gRPC acts _at the individual message level_, taking 15 compression level_, to be used in the absence of message-specific settings, MAY
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | filter_enc.c | 231 enc->filter_hdr_.level_ = max_level; in VP8AdjustFilterStrength()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | filter_enc.c | 231 enc->filter_hdr_.level_ = max_level; in VP8AdjustFilterStrength()
|
/third_party/boost/boost/beast/zlib/detail/ |
D | deflate_stream.ipp | 262 level_ = level; 332 func = get_config(level_).func; 342 if(level_ != level) 344 level_ = level; 437 bstate = (this->*(get_config(level_).func))(zs, flush.get()); 603 // level_ 675 max_lazy_match_ = get_config(level_).max_lazy; 676 good_match_ = get_config(level_).good_length; 677 nice_match_ = get_config(level_).nice_length; 678 max_chain_length_ = get_config(level_).max_chain; [all …]
|
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/ |
D | deflate_stream.ipp | 262 level_ = level; 332 func = get_config(level_).func; 342 if(level_ != level) 344 level_ = level; 437 bstate = (this->*(get_config(level_).func))(zs, flush.get()); 603 // level_ 675 max_lazy_match_ = get_config(level_).max_lazy; 676 good_match_ = get_config(level_).good_length; 677 nice_match_ = get_config(level_).nice_length; 678 max_chain_length_ = get_config(level_).max_chain; [all …]
|
/third_party/boost/tools/boostdep/src/ |
D | boostdep.cpp | 1059 int level_; member 1081 level_ = level; in level_start() 1093 if( level_ > 0 ) in module_start() 1123 int level_; member 1146 level_ = level; in level_start() 1167 bool important = level < unknown_level && level > 1 && level >= level_ - 1; in module2()
|