Home
last modified time | relevance | path

Searched defs:Schema (Results 1 – 22 of 22) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DreexportDefaultIsCallable.ts3 export default class Schema {} class
DlocalTypeParameterInferencePriority.ts6 export type Schema = Record<string, unknown>; alias
/third_party/flatbuffers/tests/ts/reflection/
Dschema.d.ts6 export declare class Schema implements flatbuffers.IUnpackableObject<SchemaT> { class
Dschema.ts13 export class Schema implements flatbuffers.IUnpackableObject<SchemaT> { class
Dschema.js8 export class Schema { class
/third_party/flatbuffers/include/flatbuffers/
Dregistry.h117 struct Schema { struct
125 std::map<std::string, Schema> schemas_; argument
/third_party/typescript/tests/cases/conformance/decorators/class/constructor/parameter/
DdecoratorOnClassConstructorParameter5.ts10 static readonly Schema = 'vscode-bulkeditpreview'; property in BulkEditPreviewProvider
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DSchema.java33 public abstract class Schema { class
75 Schema() {} in Schema() method in Schema
/third_party/typescript/tests/baselines/reference/
DdecoratorOnClassConstructorParameter5.js6 static readonly Schema = 'vscode-bulkeditpreview'; field in BulkEditPreviewProvider
DreexportDefaultIsCallable.js4 export default class Schema {} class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Dgenerator_node.h97 const std::shared_ptr<SchemaObj> &Schema() const { return schema_; } in Schema() function
/third_party/flatbuffers/docs/source/
DTutorial.md260 #### More Information About Schemas
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DSchema.java19 interface Schema<T> { interface
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes3.ts124 type Schema = { a: { b: { c: number } } }; alias
/third_party/skia/third_party/externals/opengl-registry/xml/
Dreadme.tex141 \subsection{Profiles}
150 \subsection{API Names}
/third_party/openGLES/xml/
Dreadme.tex144 \subsection{Profiles}
153 \subsection{API Names}
/third_party/skia/infra/bots/gen_tasks_logic/
Dschema.go265 Schema map[string]*schema `json:"builder_name_schema"` member
/third_party/skia/m133/infra/bots/gen_tasks_logic/
Dschema.go296 Schema map[string]*schema `json:"builder_name_schema"` member
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeAsClauses.ts108 type Schema = { alias
/third_party/flatbuffers/python/flatbuffers/reflection/
DSchema.py9 class Schema(object): class
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/
DSchema.java23 public final class Schema extends Table { class
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/
Ddatasets.py4412 class Schema: class