/third_party/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 221 schema_(schema), in Reflection() 244 size_t total_size = schema_.GetObjectSize(); in SpaceUsedLong() 248 if (schema_.HasExtensionSet()) { in SpaceUsedLong() 297 if (schema_.InRealOneof(field) && !HasOneofField(message, field)) { in SpaceUsedLong() 344 if (schema_.IsDefaultInstance(message)) { in SpaceUsedLong() 362 CheckInvalidAccess(schema_, field); in SwapField() 638 if (schema_.HasHasbits()) { in Swap() 645 if (field->is_repeated() || schema_.InRealOneof(field)) { in Swap() 660 if (schema_.InRealOneof(field)) continue; in Swap() 661 if (schema_.IsFieldStripped(field)) continue; in Swap() [all …]
|
D | message.h | 921 return schema_.IsMessageStripped(descriptor); in IsMessageStripped() 931 const internal::ReflectionSchema schema_; variable 1030 return schema_.HasExtensionSet(); in HasExtensionSet() 1332 return *reinterpret_cast<const Type*>(schema_.GetFieldDefault(field)); in DefaultRaw()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/ |
D | random_node.cc | 29 if (schema_ != nullptr) { in Copy() 30 node = std::make_shared<RandomNode>(total_rows_, schema_, columns_list_, cache_); in Copy() 83 if (schema_ != nullptr) { in Build() 84 schema_->set_dataset_type("Random"); in Build() 86 schema_->set_num_rows(total_rows_); in Build() 88 schema_json_string = schema_->to_json(); in Build()
|
D | generator_node.cc | 45 schema_(schema), in GeneratorNode() 53 if (schema_ == nullptr) { in Copy() 57 …node = std::make_shared<GeneratorNode>(generator_function_, schema_, source_len_, sampler_, num_pa… in Copy() 69 if (schema_ != nullptr) { in Build() 72 std::string schema_json_string = schema_->to_json(); in Build()
|
D | random_node.h | 45 schema_(std::move(schema)), in RandomNode() 54 schema_(nullptr), in RandomNode() 97 const std::shared_ptr<SchemaObj> &GetSchema() const { return schema_; } in GetSchema() 135 std::shared_ptr<SchemaObj> schema_; variable
|
D | generator_node.h | 95 const std::shared_ptr<SchemaObj> &Schema() const { return schema_; } in Schema() 108 std::shared_ptr<SchemaObj> schema_; variable
|
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/ |
D | shard_header.cc | 354 (void)std::transform(schema_.begin(), schema_.end(), std::back_inserter(j), in SerializeSchema() 440 if (!schema_.empty()) { in AddSchema() 447 schema_id = schema_.size(); in AddSchema() 450 schema_.push_back(schema); in AddSchema() 492 for (const auto &schemaPtr : schema_) { in AddIndexFields() 517 for (const auto &schema : schema_) { in GetAllSchemaID() 571 std::vector<std::shared_ptr<Schema>> ShardHeader::GetSchemas() { return schema_; } in GetSchemas() 581 int64_t schema_size = schema_.size(); in GetSchemaByID() 585 *schema_ptr = schema_.at(schema_id); in GetSchemaByID()
|
D | shard_schema.cc | 36 object_schema.schema_ = schema; in Build() 46 str_schema["schema"] = schema_; in GetSchema()
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/ |
D | README.md | 54 - _root schema_: the schema passed to `traverse` object 57 - _parent schema_: not necessarily parent object/array; in the example above the parent schema for …
|
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/ |
D | shard_header.h | 118 int GetSchemaCount() const { return schema_.size(); } in GetSchemaCount() 193 std::vector<std::shared_ptr<Schema>> schema_; variable
|
D | shard_schema.h | 74 json schema_; variable
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_service.cc | 289 if (schema_.empty()) { in CacheSchema() 290 schema_.assign(static_cast<const char *>(buf), len); in CacheSchema() 308 std::string mem(schema_); in FetchSchema()
|
D | cache_service.h | 137 std::string schema_; variable
|
/third_party/flatbuffers/src/ |
D | reflection.cpp | 182 : schema_(schema), in ResizeContext() 249 ? schema_.objects()->Get(fielddef.type()->index()) in ResizeTable() 270 ? schema_.objects()->Get(fielddef.type()->index()) in ResizeTable() 284 ResizeTable(GetUnionType(schema_, objectdef, fielddef, *table), in ResizeTable() 300 const reflection::Schema &schema_; member in flatbuffers::ResizeContext
|
/third_party/grpc/doc/ |
D | PROTOCOL-HTTP2.md | 45 * **Message-Type** → "grpc-message-type" {_type name for message schema_}
|