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

/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_value.cpp200 : cstr_( other.index_ != noDuplication && other.cstr_ != 0
203 , index_( other.cstr_ ? (other.index_ == noDuplication ? noDuplication : duplicate)
262 return index_ == noDuplication;
1155 CZString actualKey( key, isStatic ? CZString::noDuplication
1195 CZString actualKey( key, CZString::noDuplication );
1273 CZString actualKey( key, CZString::noDuplication );
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp194 : cstr_( other.index_ != noDuplication && other.cstr_ != 0
197 , index_( other.cstr_ ? (other.index_ == noDuplication ? noDuplication : duplicate)
256 return index_ == noDuplication;
1149 CZString actualKey( key, isStatic ? CZString::noDuplication
1189 CZString actualKey( key, CZString::noDuplication );
1267 CZString actualKey( key, CZString::noDuplication );
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp190 : cstr_( other.index_ != noDuplication && other.cstr_ != 0
193 , index_( other.cstr_ ? (other.index_ == noDuplication ? noDuplication : duplicate)
252 return index_ == noDuplication;
1145 CZString actualKey( key, isStatic ? CZString::noDuplication
1185 CZString actualKey( key, CZString::noDuplication );
1263 CZString actualKey( key, CZString::noDuplication );
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h171 noDuplication = 0, enumerator in enum:Json::Value::CZString::DuplicationPolicy
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h171 noDuplication = 0, enumerator in enum:Json::Value::CZString::DuplicationPolicy
/external/jsoncpp/include/json/
H A Dvalue.h171 noDuplication = 0, enumerator in enum:Json::Value::CZString::DuplicationPolicy

Completed in 187 milliseconds