Searched refs:typePropertyPathsMap (Results 1 – 3 of 3) sorted by relevance
326 Map<String, List<String>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getProjections() local328 typePropertyPathsMap.put( in getProjections()332 return typePropertyPathsMap; in getProjections()349 Map<String, List<PropertyPath>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getProjectionPaths() local356 typePropertyPathsMap.put(schema, copy); in getProjectionPaths()358 return typePropertyPathsMap; in getProjectionPaths()
182 Map<String, List<String>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getFilterProperties() local184 typePropertyPathsMap.put( in getFilterProperties()188 return typePropertyPathsMap; in getFilterProperties()
54 @NonNull Map<String, List<String>> typePropertyPathsMap) { in GetByDocumentIdRequest() argument57 mTypePropertyPathsMap = Objects.requireNonNull(typePropertyPathsMap); in GetByDocumentIdRequest()