Searched refs:value_ (Results 1 – 16 of 16) sorted by relevance
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_value.cpp | 458 std::swap(value_, other.value_); in swapPayload() 498 return value_.int_ < other.value_.int_; in operator <() 500 return value_.uint_ < other.value_.uint_; in operator <() 502 return value_.real_ < other.value_.real_; in operator <() 504 return value_.bool_ < other.value_.bool_; in operator <() 553 return value_.int_ == other.value_.int_; in operator ==() 555 return value_.uint_ == other.value_.uint_; in operator ==() 557 return value_.real_ == other.value_.real_; in operator ==() 559 return value_.bool_ == other.value_.bool_; in operator ==() 984 value_ = other.value_; in dupPayload() [all …]
|
/AliOS-Things-master/components/oss/src/external/json/ |
A D | jsoncpp.cpp | 2959 value_ = other.value_; in Value() 2970 value_.string_ = other.value_.string_; in Value() 3034 std::swap(value_, other.value_); in swapPayload() 3042 value_ = other.value_; in copyPayload() 3078 return value_.int_ < other.value_.int_; in operator <() 3080 return value_.uint_ < other.value_.uint_; in operator <() 3082 return value_.real_ < other.value_.real_; in operator <() 3084 return value_.bool_ < other.value_.bool_; in operator <() 3135 return value_.int_ == other.value_.int_; in operator ==() 3137 return value_.uint_ == other.value_.uint_; in operator ==() [all …]
|
A D | json.h | 1093 } value_; variable
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | bit_reader_inl_utils.h | 99 br->value_ = bits | (br->value_ << BITS); in VP8LoadNewBytes() 118 const range_t value = (range_t)(br->value_ >> pos); in VP8GetBit() 122 br->value_ -= (bit_t)(split + 1) << pos; in VP8GetBit() 145 const range_t value = (range_t)(br->value_ >> pos); in VP8GetSigned() 150 br->value_ -= (bit_t)((split + 1) & mask) << pos; in VP8GetSigned() 166 const range_t value = (range_t)(br->value_ >> pos); in VP8GetBitAlt() 170 br->value_ -= (bit_t)(split + 1) << pos; in VP8GetBitAlt()
|
A D | huffman_encode_utils.c | 130 assert(t1->value_ != t2->value_); in CompareHuffmanTrees() 131 return (t1->value_ < t2->value_) ? -1 : 1; in CompareHuffmanTrees() 142 bit_depths[tree->value_] = level; in SetBitDepths() 202 tree[idx].value_ = j; in GenerateOptimalTree() 231 tree[k].value_ = -1; in GenerateOptimalTree() 240 bit_depths[tree[0].value_] = 1; in GenerateOptimalTree()
|
A D | bit_writer_utils.c | 57 const int32_t bits = bw->value_ >> s; in Flush() 59 bw->value_ -= bits << s; in Flush() 111 bw->value_ += split + 1; in VP8PutBit() 119 bw->value_ <<= shift; in VP8PutBit() 129 bw->value_ += split + 1; in VP8PutBitUniform() 136 bw->value_ <<= 1; in VP8PutBitUniform() 164 bw->value_ = 0; in VP8BitWriterInit()
|
A D | bit_reader_utils.c | 40 br->value_ = 0; in VP8InitBitReader() 92 br->value_ = (bit_t)(*br->buf_++) | (br->value_ << 8); in VP8LoadFinalBytes() 94 br->value_ <<= 8; in VP8LoadFinalBytes()
|
A D | huffman_encode_utils.h | 39 int value_; // Symbol value. member
|
A D | bit_reader_utils.h | 73 bit_t value_; // current value member
|
A D | bit_writer_utils.h | 29 int32_t value_; member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | wait_test.cc | 39 value_(value), in ThreadCountingUpToValue() 46 while (value_->load() == end_value_.load()) { in operator ()() 49 while (value_->fetch_add(1) < end_value_.load() - 1) { in operator ()() 52 while (value_->load() == end_value_.load()) { in operator ()() 61 std::atomic<int>* value_; member in ruy::__anoncdc926250111::ThreadCountingUpToValue
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | Tagging.h | 29 key_(key), value_(value) in Tag() 32 void setValue(const std::string& value) { value_ = value; } in setValue() 34 const std::string& Value() const { return value_; } in Value() 37 std::string value_; variable
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/ |
A D | stl_emulation.h | 356 : value_(), has_value_(false) {} 359 : value_(), has_value_(false) {} 362 : value_(val), has_value_(true) {} 365 : value_(other.value_), has_value_(other.has_value_) {} 368 value_ = other.value_; 374 value_ = T(); 380 value_ = val; 390 std::swap(value_, other.value_); 403 return value_; 408 return value_; [all …]
|
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/ |
A D | tinytest_macros.h | 123 type value_ = val1_; \ 126 value_ = val2_; \ 145 {print_=value_;},{},die_on_fail)
|
/AliOS-Things-master/components/jsoncpp/include/json/ |
A D | value.h | 625 } value_; variable
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 1945 a2ac8a42 restore original value_/range_ field order
|
Completed in 40 milliseconds