Searched refs:newSchema (Results 1 – 6 of 6) sorted by relevance
156 String newSchema = prefix + documentBuilder.getSchema(); in addPrefixToDocument() local157 documentBuilder.setSchema(newSchema); in addPrefixToDocument()
111 for (AppSearchSchema newSchema : newSchemas) { in AppSearchMigrationHelper()112 mDestinationTypes.add(newSchema.getSchemaType()); in AppSearchMigrationHelper()
93 val schema = schemaFactory.newSchema(xsd) in testSchema()
2518 @NonNull SchemaProto newSchema) in rewriteSchema() argument2522 for (int typeIdx = 0; typeIdx < newSchema.getTypesCount(); typeIdx++) { in rewriteSchema()2524 newSchema.getTypes(typeIdx).toBuilder(); in rewriteSchema()
191 SchemaProto newSchema = in testRewriteSchema_addType() local200 createPrefix("package", "newDatabase"), existingSchemaBuilder, newSchema); in testRewriteSchema_addType()294 SchemaProto newSchema = in testRewriteSchema_rewriteType() local303 newSchema); in testRewriteSchema_rewriteType()329 SchemaProto newSchema = in testRewriteSchema_deleteType() local338 newSchema); in testRewriteSchema_deleteType()
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...