Home
last modified time | relevance | path

Searched refs:schema_ (Results 1 – 15 of 15) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc221 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 …]
Dmessage.h921 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/
Drandom_node.cc29 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()
Dgenerator_node.cc45 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()
Drandom_node.h45 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
Dgenerator_node.h95 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/
Dshard_header.cc354 (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()
Dshard_schema.cc36 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/
DREADME.md54 - _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/
Dshard_header.h118 int GetSchemaCount() const { return schema_.size(); } in GetSchemaCount()
193 std::vector<std::shared_ptr<Schema>> schema_; variable
Dshard_schema.h74 json schema_; variable
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_service.cc289 if (schema_.empty()) { in CacheSchema()
290 schema_.assign(static_cast<const char *>(buf), len); in CacheSchema()
308 std::string mem(schema_); in FetchSchema()
Dcache_service.h137 std::string schema_; variable
/third_party/flatbuffers/src/
Dreflection.cpp182 : 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/
DPROTOCOL-HTTP2.md45 * **Message-Type** → "grpc-message-type" {_type name for message schema_}