Searched refs:mPropertyMap (Results 1 – 3 of 3) sorted by relevance
41 private final @NonNull Map<String, Property> mPropertyMap; field in InspectableClassModel48 mPropertyMap = new HashMap<>(); in InspectableClassModel()62 mPropertyMap.put(property.getName(), property); in putProperty()73 return Optional.ofNullable(mPropertyMap.get(name)); in getProperty()83 return mPropertyMap.values(); in getAllProperties()
111 const auto tsptr = mPropertyMap.find(property);112 if (tsptr == mPropertyMap.end()) return BAD_VALUE;143 if (mPropertyMap.size() >= kKeyMaxProperties &&144 !mPropertyMap.count(property)) {148 auto& timeSequence = mPropertyMap[property];167 for (auto& tsPair : mPropertyMap) { in dump()218 std::map<std::string /* property */, PropertyHistory> mPropertyMap; variable
55 private Map<String, Object> mPropertyMap; field in LowpanInterfaceTest