/external/icing/icing/schema/ |
D | schema-store_test.cc | 109 schema_store->GetSchema()); in TEST_F() 144 schema_store->GetSchema()); in TEST_F() 164 schema_store->GetSchema()); in TEST_F() 181 schema_store->GetSchema()); in TEST_F() 204 schema_store->GetSchema()); in TEST_F() 215 EXPECT_THAT(store->GetSchema(), in TEST_F() 309 schema_store->GetSchema()); in TEST_F() 324 schema_store->GetSchema()); in TEST_F() 330 ICING_ASSERT_OK_AND_ASSIGN(actual_schema, schema_store->GetSchema()); in TEST_F() 345 schema_store->GetSchema()); in TEST_F() [all …]
|
D | schema-store.cc | 134 auto schema_proto_or = GetSchema(); in Initialize() 200 ICING_ASSIGN_OR_RETURN(const SchemaProto* schema_proto, GetSchema()); in InitializeDerivedFiles() 213 ICING_ASSIGN_OR_RETURN(const SchemaProto* schema_proto, GetSchema()); in RegenerateDerivedFiles() 295 ICING_ASSIGN_OR_RETURN(const SchemaProto* schema_proto, GetSchema()); in ComputeChecksum() 307 libtextclassifier3::StatusOr<const SchemaProto*> SchemaStore::GetSchema() in GetSchema() function in icing::lib::SchemaStore 330 auto schema_proto_or = GetSchema(); in SetSchema() 466 ICING_ASSIGN_OR_RETURN(const SchemaProto* schema, GetSchema(), storage_info); in GetStorageInfo()
|
D | schema-store.h | 136 libtextclassifier3::StatusOr<const SchemaProto*> GetSchema() const;
|
/external/libchrome/components/policy/core/common/ |
D | schema_registry_unittest.cc | 74 EXPECT_FALSE(registry.schema_map()->GetSchema( in TEST() 89 EXPECT_TRUE(registry.schema_map()->GetSchema( in TEST() 97 EXPECT_FALSE(registry.schema_map()->GetSchema( in TEST() 191 EXPECT_TRUE(combined.schema_map()->GetSchema( in TEST() 193 EXPECT_TRUE(combined.schema_map()->GetSchema( in TEST() 195 EXPECT_FALSE(combined.schema_map()->GetSchema( in TEST() 203 EXPECT_TRUE(combined.schema_map()->GetSchema( in TEST() 211 EXPECT_FALSE(combined.schema_map()->GetSchema( in TEST() 219 EXPECT_TRUE(combined.schema_map()->GetSchema( in TEST() 227 EXPECT_FALSE(combined.schema_map()->GetSchema( in TEST()
|
D | schema_map_unittest.cc | 76 EXPECT_FALSE(map->GetSchema(PolicyNamespace(POLICY_DOMAIN_CHROME, ""))); in TEST_F() 104 EXPECT_FALSE(map->GetSchema( in TEST_F() 106 EXPECT_FALSE(map->GetSchema( in TEST_F() 108 EXPECT_FALSE(map->GetSchema( in TEST_F() 110 EXPECT_FALSE(map->GetSchema( in TEST_F() 112 EXPECT_FALSE(map->GetSchema( in TEST_F() 116 map->GetSchema(PolicyNamespace(POLICY_DOMAIN_EXTENSIONS, "extension-1")); in TEST_F() 120 schema = map->GetSchema( in TEST_F()
|
D | schema_map.cc | 31 const Schema* SchemaMap::GetSchema(const PolicyNamespace& ns) const { in GetSchema() function in policy::SchemaMap 49 const Schema* schema = GetSchema(ns); in FilterBundle() 112 if (!other->GetSchema(ns)) in GetNamespacesNotInOther()
|
D | schema_map.h | 39 const Schema* GetSchema(const PolicyNamespace& ns) const;
|
D | configuration_policy_provider_test.cc | 188 Schema chrome_schema = *schema_registry_.schema_map()->GetSchema(chrome_ns); in SetUp()
|
/external/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
D | TraceIntelPT.cpp | 32 TraceIntelPTSessionFileParser::GetSchema(), GetStartCommand); in Initialize() 44 StringRef TraceIntelPT::GetSchema() { in GetSchema() function in TraceIntelPT 45 return TraceIntelPTSessionFileParser::GetSchema(); in GetSchema()
|
D | TraceIntelPTSessionFileParser.h | 39 : TraceSessionFileParser(debugger, session_file_dir, GetSchema()), in TraceIntelPTSessionFileParser() 44 static llvm::StringRef GetSchema();
|
D | TraceIntelPT.h | 56 llvm::StringRef GetSchema() override;
|
D | TraceIntelPTSessionFileParser.cpp | 22 StringRef TraceIntelPTSessionFileParser::GetSchema() { in GetSchema() function in TraceIntelPTSessionFileParser
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Trace.h | 109 virtual llvm::StringRef GetSchema() = 0;
|
/external/llvm-project/flang/lib/Semantics/ |
D | runtime-type-info.cpp | 46 const DeclTypeSpec &GetSchema(const char *) const; 146 : context_{c}, tables_{t}, derivedTypeSchema_{GetSchema("derivedtype")}, in RuntimeTableBuilder() 147 componentSchema_{GetSchema("component")}, procPtrSchema_{GetSchema( 149 valueSchema_{GetSchema("value")}, bindingSchema_{GetSchema("binding")}, 150 specialSchema_{GetSchema("specialbinding")}, deferredEnum_{GetEnumValue( 535 const DeclTypeSpec &RuntimeTableBuilder::GetSchema( in GetSchema() function in Fortran::semantics::RuntimeTableBuilder
|
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/ |
D | json_to_fb.cc | 67 reflection::GetSchema(schema_parser.builder_.GetBufferPointer()); in main()
|
/external/icing/icing/ |
D | icing-search-engine.h | 161 GetSchemaResultProto GetSchema() ICING_LOCKS_EXCLUDED(mutex_);
|
D | icing-search-engine.cc | 326 if (absl_ports::IsNotFound(schema_store_->GetSchema().status())) { in InitializeMembers() 595 GetSchemaResultProto IcingSearchEngine::GetSchema() { in GetSchema() function in icing::lib::IcingSearchEngine 606 auto schema_or = schema_store_->GetSchema(); in GetSchema() 1637 auto status_or = schema_store_->GetSchema(); in LostPreviousSchema()
|
D | icing-search-engine_test.cc | 723 EXPECT_THAT(icing.GetSchema().schema().types(0).version(), Eq(0)); in TEST_F() 743 EXPECT_THAT(icing.GetSchema().schema().types(0).version(), Eq(1)); in TEST_F() 766 EXPECT_THAT(icing.GetSchema().schema().types(0).version(), Eq(2)); in TEST_F() 787 EXPECT_THAT(icing.GetSchema().schema().types(0).version(), Eq(1)); in TEST_F() 808 EXPECT_THAT(icing.GetSchema().schema().types(0).version(), Eq(1)); in TEST_F() 830 EXPECT_THAT(icing.GetSchema().schema().types(0).version(), Eq(1)); in TEST_F() 851 EXPECT_THAT(icing.GetSchema().schema().types(0).version(), Eq(2)); in TEST_F() 872 EXPECT_THAT(icing.GetSchema().schema().types(0).version(), Eq(1)); in TEST_F() 892 EXPECT_THAT(icing.GetSchema().schema().types(0).version(), Eq(2)); in TEST_F() 1612 EXPECT_THAT(icing.GetSchema().status(), in TEST_F() [all …]
|
/external/icing/icing/jni/ |
D | icing-search-engine-jni.cc | 154 icing::lib::GetSchemaResultProto get_schema_result_proto = icing->GetSchema(); in Java_com_google_android_icing_IcingSearchEngine_nativeGetSchema()
|
/external/icing/proto/icing/proto/ |
D | schema.proto | 226 // Result of a call to IcingSearchEngine.GetSchema
|
/external/flatbuffers/tests/ |
D | test.cpp | 882 auto &schema = *reflection::GetSchema(bfbsfile.c_str()); in ReflectionTest() 2696 auto schema = reflection::GetSchema(parser.builder_.GetBufferPointer()); in UnionVectorTest()
|
/external/flatbuffers/include/flatbuffers/ |
D | reflection_generated.h | 1177 inline const reflection::Schema *GetSchema(const void *buf) { in GetSchema() function
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 3487 : reflection::GetSchema(buf); in Deserialize()
|