Searched refs:resolveReference (Results 1 – 4 of 4) sorted by relevance
445 Value& resolveReference(const char* key, bool isStatic);703 Value& resolveReference(const char* key, bool isStatic);787 Value& resolveReference(ArrayIndex index);
856 return value_.array_->resolveReference(index); in operator []()893 return resolveReference(key, false); in operator []()907 Value& Value::resolveReference(const char* key, bool isStatic) { in resolveReference() function in Json::Value925 return value_.map_->resolveReference(key, isStatic); in resolveReference()963 return resolveReference(key, true); in operator []()
281 resolveReference(newSize);316 Value& ValueInternalArray::resolveReference(ArrayIndex index) { function in Json::ValueInternalArray
141 resolveReference(memberName, isStatic) = aValue;227 Value& ValueInternalMap::resolveReference(const char* key, bool isStatic) { function in Json::ValueInternalMap