Home
last modified time | relevance | path

Searched defs:typed (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/tests/cases/conformance/jsdoc/
DtypeTagWithGenericSignature.ts8 function typed(param) { function
/third_party/jerryscript/tests/jerry/es2015/
Dtypedarray-prototype-slice-ext-arraybuffer.js32 typed.prototype.slice.call(undefined); class
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DVersionGLSL.cpp141 TIntermTyped *typed = sequence.front()->getAsTyped(); in visitAggregate() local
/third_party/python/Lib/
Dfunctools.py448 def _make_key(args, kwds, typed, argument
479 def lru_cache(maxsize=128, typed=False): argument
525 def _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo): argument
Dtyping.py341 def _tp_cache(func=None, /, *, typed=False): argument
/third_party/python/Modules/
D_functoolsmodule.c797 int typed; member
813 PyObject *kwds, int typed) in lru_cache_make_key()
1160 int typed; in lru_cache_new() local
/third_party/rust/rust/src/tools/miri/tests/pass/stacked-borrows/
Dstacked-borrows.rs185 let typed = unsafe { &mut *(part as *mut Whole) }; in raw_ref_to_part() localVariable
/third_party/rust/rust/src/tools/miri/tests/pass/tree_borrows/
Dtree-borrows.rs226 let typed = unsafe { &mut *(part as *mut Whole) }; in raw_ref_to_part() localVariable
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DFlexBuffersBuilder.java474 public int endVector(String key, int start, boolean typed, boolean fixed) { in endVector()
519 …private Value createVector(int key, int start, int length, boolean typed, boolean fixed, Value key… in createVector()
/third_party/flatbuffers/ts/flexbuffers/
Dbuilder.ts344 let typed = keys === null; variable
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py1099 def _CreateVector(self, elements, typed, fixed, keys=None): argument
1309 def _EndVector(self, start, typed, fixed): argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.h409 PackedSamplerCompleteness typed; member
/third_party/python/Lib/test/
Dtest_types.py832 def eq(actual, expected, typed=True): argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp582 TIntermTyped *typed = node ? node->getAsTyped() : 0; in constructorErrorCheck() local
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h1161 size_t EndVector(size_t start, bool typed, bool fixed) { in EndVector()
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h452 bool typed : 1; member
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp3680 TIntermTyped* typed = node->getAsTyped(); in constructorError() local