Home
last modified time | relevance | path

Searched refs:decodePrefixedString (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp153 inline static void decodePrefixedString(bool isPrefixed, char const* prefixed, in decodePrefixedString() function
170 decodePrefixedString(true, value, &length, &valueDecoded); in releasePrefixedStringValue()
513 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in operator <()
515 decodePrefixedString(other.isAllocated(), other.value_.string_, &other_len, in operator <()
568 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in operator ==()
570 decodePrefixedString(other.isAllocated(), other.value_.string_, &other_len, in operator ==()
597 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in asCString()
610 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in getCStringLength()
622 decodePrefixedString(this->isAllocated(), this->value_.string_, &length, in getString()
637 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in asString()
[all …]
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp2627 inline static void decodePrefixedString( in decodePrefixedString() function
2645 decodePrefixedString(true, value, &length, &valueDecoded); in releasePrefixedStringValue()
2965 decodePrefixedString(other.allocated_, other.value_.string_, in Value()
3095 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
3096 decodePrefixedString(other.allocated_, other.value_.string_, &other_len, &other_str); in operator <()
3151 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator ==()
3176 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in asCString()
3187 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in getCStringLength()
3196 decodePrefixedString(this->allocated_, this->value_.string_, &length, str); in getString()
3210 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in asString()
[all …]

Completed in 23 milliseconds