Searched refs:cstr_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_value.cpp187 : cstr_( 0 )
193 : cstr_( allocate == duplicate ? duplicateStringValue(cstr)
200 : cstr_( other.index_ != noDuplication && other.cstr_ != 0
201 ? duplicateStringValue( other.cstr_ )
202 : other.cstr_ )
203 , index_( other.cstr_ ? (other.index_ == noDuplication ? noDuplication : duplicate)
210 if ( cstr_ && index_ == duplicate )
211 releaseStringValue( const_cast<char *>( cstr_ ) );
217 std::swap( cstr_, othe
[all...]
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp181 : cstr_( 0 )
187 : cstr_( allocate == duplicate ? duplicateStringValue(cstr)
194 : cstr_( other.index_ != noDuplication && other.cstr_ != 0
195 ? duplicateStringValue( other.cstr_ )
196 : other.cstr_ )
197 , index_( other.cstr_ ? (other.index_ == noDuplication ? noDuplication : duplicate)
204 if ( cstr_ && index_ == duplicate )
205 releaseStringValue( const_cast<char *>( cstr_ ) );
211 std::swap( cstr_, othe
[all...]
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp177 : cstr_( 0 )
183 : cstr_( allocate == duplicate ? duplicateStringValue(cstr)
190 : cstr_( other.index_ != noDuplication && other.cstr_ != 0
191 ? duplicateStringValue( other.cstr_ )
192 : other.cstr_ )
193 , index_( other.cstr_ ? (other.index_ == noDuplication ? noDuplication : duplicate)
200 if ( cstr_ && index_ == duplicate )
201 releaseStringValue( const_cast<char *>( cstr_ ) );
207 std::swap( cstr_, othe
[all...]
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h187 const char *cstr_; member in class:Json::Value::CZString
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h187 const char *cstr_; member in class:Json::Value::CZString
/external/jsoncpp/include/json/
H A Dvalue.h187 const char *cstr_; member in class:Json::Value::CZString

Completed in 722 milliseconds