Home
last modified time | relevance | path

Searched defs:Database (Results 1 – 25 of 53) sorted by relevance

123

/external/rust/crates/downcast/examples/
Dsync_service.rs17 struct Database {} struct
19 impl Service for Database { implementation
25 impl Database { implementation
/external/clang/include/clang/Tooling/
DJSONCompilationDatabase.h92 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database) in JSONCompilationDatabase()
125 std::unique_ptr<llvm::MemoryBuffer> Database; variable
/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp51 std::unique_ptr<CompilationDatabase> Database( in getAllFiles() local
62 std::unique_ptr<CompilationDatabase> Database( in getAllCompileCommands() local
145 std::unique_ptr<CompilationDatabase> Database( in findCompileArgsInJsonDatabase() local
450 FixedCompilationDatabase Database(".", CommandLine); in TEST() local
468 FixedCompilationDatabase Database(".", CommandLine); in TEST() local
477 FixedCompilationDatabase Database(".", CommandLine); in TEST() local
484 std::unique_ptr<FixedCompilationDatabase> Database( in TEST() local
493 std::unique_ptr<FixedCompilationDatabase> Database( in TEST() local
504 std::unique_ptr<FixedCompilationDatabase> Database( in TEST() local
523 std::unique_ptr<FixedCompilationDatabase> Database( in TEST() local
[all …]
/external/rust/crates/const-oid/src/
Ddb.rs58 pub struct Database<'a>(&'a [(&'a ObjectIdentifier, &'a str)]); struct
60 impl<'a> Database<'a> { implementation
/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Dtokens.py133 class Database: class
162 def merged(cls, *databases: Database) -> Database:
274 def merge(self, *databases: Database) -> None:
329 def difference(self, other: Database) -> Database:
376 def write_csv(database: Database, fd: BinaryIO) -> None:
486 def write_binary(database: Database, fd: BinaryIO) -> None:
Ddatabase.py236 def database_summary(db: tokens.Database) -> dict[str, Any]:
335 databases: list[tokens.Database],
360 databases: list[tokens.Database],
/external/rust/crates/config/examples/hierarchical-env/
Dsettings.rs7 struct Database { struct
8 url: String,
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/
Dserver.h28 class Database; variable
/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1/src/main/proto/google/cloud/securitycenter/v1/
Ddatabase.proto34 message Database { message
/external/clang/lib/Tooling/
DJSONCompilationDatabase.cpp125 std::unique_ptr<CompilationDatabase> Database( in loadFromDirectory() local
153 std::unique_ptr<JSONCompilationDatabase> Database( in loadFromFile() local
165 std::unique_ptr<JSONCompilationDatabase> Database( in loadFromBuffer() local
/external/googleapis/google/cloud/securitycenter/v2/
Ddatabase.proto34 message Database { message
/external/googleapis/google/cloud/securitycenter/v1/
Ddatabase.proto34 message Database { message
/external/dagger2/java/dagger/example/atm/
DDatabase.java22 interface Database { interface
/external/autotest/frontend/db/backends/afe/
Dbase.py7 import MySQLdb as Database namespace
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/att/
Ddatabase.h68 friend class Database; variable
/external/googleapis/google/firestore/admin/v1/
Ddatabase.proto34 message Database { message
/external/cronet/net/extras/sqlite/
Dsqlite_persistent_store_backend_base.h25 class Database; variable
/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1/src/main/java/com/google/cloud/securitycenter/v1/
DDatabase.java36 public final class Database extends com.google.protobuf.GeneratedMessageV3 class
42 private Database(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Database() method in Database
46 private Database() { in Database() method in Database
/external/pigweed/pw_bluetooth_sapphire/host/att/
Ddatabase.cc147 Database::Database(Handle range_start, Handle range_end) in Database() function in bt::att::Database
/external/google-cloud-java/java-biglake/proto-google-cloud-biglake-v1/src/main/java/com/google/cloud/bigquery/biglake/v1/
DDatabase.java30 public final class Database extends com.google.protobuf.GeneratedMessageV3 class
36 private Database(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Database() method in Database
40 private Database() { in Database() method in Database
/external/google-cloud-java/java-biglake/proto-google-cloud-biglake-v1alpha1/src/main/java/com/google/cloud/bigquery/biglake/v1alpha1/
DDatabase.java30 public final class Database extends com.google.protobuf.GeneratedMessageV3 class
36 private Database(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Database() method in Database
40 private Database() { in Database() method in Database
/external/rust/crates/x509-cert/src/
Dattr.rs294 impl<'a> ShortestName for Database<'a> { implementation
/external/aws-sdk-java-v2/services/redshiftdata/src/main/resources/codegen-resources/
Dservice-2.json209 "Database":{ object
250 "Database":{ object
415 "Database":{ object
497 "Database":{ object
584 "Database":{ object
629 "Database":{ object
744 "Database":{ object
795 "Database":{ object
894 "Database":{ object
/external/ksp/gradle-plugin/src/test/kotlin/com/google/devtools/ksp/gradle/
DGradleCompilationTest.kt163 abstract class Database : RoomDatabase() { in <lambda>() class
/external/googleapis/google/cloud/bigquery/biglake/v1/
Dmetastore.proto223 message Database { message

123