Home
last modified time | relevance | path

Searched defs:Validator (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/src/image/
DSkImage_Lazy.h23 struct Validator { struct
34 SkImage_Lazy(Validator* validator); argument
DSkImage_Lazy.cpp62 SkImage_Lazy::Validator::Validator(sk_sp<SharedGenerator> gen, const SkColorType* colorType, in Validator() function in SkImage_Lazy::Validator
/third_party/typescript/tests/baselines/reference/
DgenericClassPropertyInheritanceSpecialization.js73 …public validators: KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValu… field in ViewModel
100 var Validator = /** @class */ (function () { class
101 function Validator(message) { class in anonymousFunction0ff764790600.anonymousFunction0ff764790700.anonymousFunction0ff764790800.Validator
103 Validator.prototype.destroy = function () { }; class
119 var Validator = /** @class */ (function (_super) { class
121 function Validator(message) { class in anonymousFunction0ff764790d00.anonymousFunction0ff764790e00.anonymousFunction0ff764790f00.anonymousFunction0ff764791000.Validator
/third_party/rust/crates/clap/src/parser/
Dvalidator.rs13 pub(crate) struct Validator<'cmd> { struct
18 impl<'cmd> Validator<'cmd> { implementation
/third_party/typescript/tests/cases/conformance/salsa/
DjsdocConstructorFunctionTypeReference.ts7 var Validator = function VFunc() { variable
/third_party/typescript/tests/cases/compiler/
DgenericClassPropertyInheritanceSpecialization.ts42 export class Validator<TValue> { class
55 export class Validator<TValue> extends Portal.Controls.Validators.Validator<TValue> { class
DreverseMappedTypeDeepDeclarationEmit.ts2 export type Validator<T> = NativeTypeValidator<T> | ObjectValidator<T> alias
DidenticalTypesNoDifferByCheckOrder.ts19 type Validator<T> = {(): boolean, opt?: T}; alias
DpropTypeValidatorInference.ts11 export interface Validator<T> { interface
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.h94 typedef std::function<bool(const Json::Value&)> Validator; typedef
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardsWithInstanceOf.ts17 interface Validator { interface
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DREADME.md79 ### Validator subsection
714 ### Validator subsection
/third_party/skia/third_party/externals/spirv-tools/
DREADME.md79 ### Validator subsection
714 ### Validator subsection
/third_party/spirv-tools/
DREADME.md82 ### Validator subsection
759 ### Validator subsection
/third_party/typescript/tests/lib/
Dreact16.d.ts45 export interface Validator<T> { interface
Dreact.d.ts2281 interface Validator<T> { interface
/third_party/python/Lib/idlelib/idle_test/
Dtest_config_key.py20 class Validator(config_key.GetKeysFrame): class in ValidationTest
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp91 using Validator = qpTestResult (*)(VkResult, const vector<UniquePipeline>&, duration, string&); typedef
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp91 using Validator = qpTestResult (*)(VkResult, const vector<UniquePipeline>&, duration, string&); typedef
/third_party/parse5/packages/parse5/lib/tokenizer/
Dindex.ts206 interface Validator { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp1711 static const Regex Validator("^[a-zA-Z0-9_-]*$"); in ValidateCheckPrefix() local