Home | History | Annotate | Download | only in lib_json

Lines Matching full:isstatic

138     bool isStatic;
139 const char* memberName = key(it, isStatic);
141 resolveReference(memberName, isStatic) = aValue;
227 Value& ValueInternalMap::resolveReference(const char* key, bool isStatic) {
237 return setNewItem(key, isStatic, current, index);
245 return unsafeAdd(key, isStatic, hashedKey);
316 bool isStatic,
323 link->items_[index].setMemberNameIsStatic(isStatic);
328 ValueInternalMap::unsafeAdd(const char* key, bool isStatic, HashKey hashedKey) {
347 return setNewItem(key, isStatic, link, index);
452 bool& isStatic) {
455 isStatic = iterator.link_->items_[iterator.itemIndex_].isMemberNameStatic();