Home
last modified time | relevance | path

Searched defs:extend (Results 1 – 25 of 136) sorted by relevance

123456

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dextend.inl7 GLM_FUNC_QUALIFIER genType extend function
18 GLM_FUNC_QUALIFIER tvec2<T, P> extend function
29 GLM_FUNC_QUALIFIER tvec3<T, P> extend function
40 GLM_FUNC_QUALIFIER tvec4<T, P> extend function
/third_party/typescript/tests/cases/compiler/
DobjectLiteralParameterResolution.ts2 extend<T>(target: T, ...objs: any[]): T; method
3 extend<T>(deep: boolean, target: T, ...objs: any[]): T; method
DallowJscheckJsTypeParameterNoCrash.ts9 declare function extend(options: ComponentOptions<{}>): void; function
DjsEmitIntersectionProperty.ts14 static extend< method in CoreObject
DreverseMappedPartiallyInferableTypes.ts28 declare function extend<T>({ props }: { props: PropsDefinition<T> }): PropsDefinition<T>; function
/third_party/node/deps/npm/node_modules/xtend/
Dimmutable.js5 function extend() { function
Dmutable.js5 function extend(target) { function
/third_party/protobuf/js/commonjs/
Dexport.js30 exports.object = {extend: goog.object.extend}; property
/third_party/node/deps/npm/node_modules/util-extend/
Dextend.js23 function extend(origin, add) { function
Dtest.js2 var extend = require('./'); variable
/third_party/flutter/skia/modules/skparagraph/src/
DTextWrapper.h62 void extend(TextStretch& stretch) { in extend() function
69 void extend(Cluster* cluster) { in extend() function
78 void extend(Cluster* cluster, size_t pos) { in extend() function
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-empty-interface.ts55 const extend = node.extends; constant
/third_party/skia/modules/skparagraph/src/
DTextWrapper.h65 void extend(TextStretch& stretch) { in extend() function
77 void extend(Cluster* cluster) { in extend() function
91 void extend(Cluster* cluster, size_t pos) { in extend() function
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionTypeInference.ts1 function extend<T, U>(obj1: T, obj2: U): T & U { function
DintersectionThisTypes.ts29 extend<T>(props: T): this & T; method
/third_party/jsframework/runtime/main/extend/dpi/
DDpi.ts71 public extend(Vm: VMInterface): void { method in Dpi
/third_party/node/deps/npm/node_modules/extend/
Dindex.js65 module.exports = function extend() { function
/third_party/typescript/tests/baselines/reference/
DintersectionTypeInference.js32 function extend(obj1, obj2) { function
/third_party/jsframework/runtime/main/util/
Dshared.js7 export function extend(obj, ...prop) { function
/third_party/jsframework/runtime/main/extend/i18n/
DI18n.ts110 public extend(Vm: VMInterface): void { method in I18n
/third_party/node/deps/npm/node_modules/request/lib/
Dhar.js6 var extend = require('extend') variable
/third_party/node/deps/acorn/acorn/dist/
Dacorn.d.ts47 …static extend(this: typeof Parser, ...plugins: ((BaseParser: typeof Parser) => typeof Parser)[]): … method in acorn.Parser
/third_party/boost/boost/spirit/home/x3/support/traits/
Dattribute_of_binary.hpp30 using extend = typename U::template prepend<T...>; typedef
/third_party/typescript/tests/cases/fourslash/
DetsOption.json11 "extend": { object
/third_party/boost/boost/python/
Dlist.hpp82 void extend(T const& x) in extend() function in boost::python::list

123456