HomeSort by relevance Sort by last modified time
    Searched refs:noDuplication (Results 1 - 4 of 4) sorted by null

  /external/jsoncpp/src/lib_json/
json_value.cpp 174 : cstr_(other.index_ != noDuplication && other.cstr_ != 0
178 ? static_cast<ArrayIndex>(other.index_ == noDuplication
179 ? noDuplication : duplicate)
213 bool Value::CZString::isStaticString() const { return index_ == noDuplication; }
915 key, isStatic ? CZString::noDuplication : CZString::duplicateOnCopy);
943 CZString actualKey(key, CZString::noDuplication);
993 CZString actualKey(key, CZString::noDuplication);
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp     [all...]
json.h 593 noDuplication = 0,
    [all...]
  /external/jsoncpp/include/json/
value.h 166 noDuplication = 0,

Completed in 61 milliseconds