Home
last modified time | relevance | path

Searched defs:combine (Results 1 – 25 of 67) sorted by relevance

123

/third_party/typescript/tests/cases/compiler/
DgenericsAndHigherOrderFunctions.ts3 var combine: <T, S>(f: (_: T) => S) => variable
DrecursiveTypeComparison2.ts12 combine<U, V>(other: Observable<U>, f: (a: T, b: U) => V): Property<V>; method
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.1/object_spread_and_rest/
Dobject_spread_and_rest_2.ts32 let combine = { ...humen, name: "huahua", job: "teacher" }; variable
Dobject_spread_and_rest_3.ts32 let combine = { ...humen, name: "huahua", job: "teacher" }; variable
Dobject_spread_and_rest_1.ts37 let combine = { ...humen, ...job, ...data }; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.5/private_field_presence_checks/
Dprivate_field_presence_checks_1.ts31 combine(additional: any) { method in RunP
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
Dspy_hash_state.h72 static SpyHashStateImpl combine(SpyHashStateImpl s, const A& a, in combine() function
81 static SpyHashStateImpl combine(SpyHashStateImpl s) { in combine() function
Dhash.h166 static H combine(H state) { return state; } in combine() function
/third_party/python/Tools/scripts/
Dcombinerefs.py124 def combine(fname): function
/third_party/typescript/tests/cases/conformance/types/tuple/
DtypeInferenceWithTupleType.ts1 function combine<T, U>(x: T, y: U): [T, U] { function
/third_party/typescript/tests/baselines/reference/
DtypeInferenceWithTupleType.js37 function combine(x, y) { function
DgenericsAndHigherOrderFunctions.js4 var combine: <T, S>(f: (_: T) => S) => variable
/third_party/json/include/nlohmann/detail/
Dhash.hpp23 inline std::size_t combine(std::size_t seed, std::size_t h) noexcept in combine() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsPreLegalizerCombiner.cpp37 bool MipsPreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anon0f3340070111::MipsPreLegalizerCombinerInfo
/third_party/node/deps/openssl/openssl/
DConfigure2944 sub combine { subroutine
/third_party/openssl/
DConfigure2939 sub combine { subroutine
/third_party/skia/src/core/
DSkEdgeBuilder.cpp122 Combine combine = is_vertical(edge) && !fList.empty() in addLine() local
137 Combine combine = is_vertical(edge) && !fList.empty() in addLine() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PreLegalizerCombiner.cpp59 bool AArch64PreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anon8456ca670111::AArch64PreLegalizerCombinerInfo
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_decompose.inl10 GLM_FUNC_QUALIFIER tvec3<T, P> combine( function
/third_party/libphonenumber/tools/java/data/src/com/google/i18n/phonenumbers/
DCombineGeoData.java212 static SortedMap<String, String> combine(SortedMap<String, String> phonePrefixMap) { in combine() method in CombineGeoData
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dvalhall.h83 bool combine : 1; member
/third_party/icu/icu4c/source/tools/gennorm2/
Dnorms.cpp55 UChar32 Norm::combine(UChar32 trail) const { in combine() function in Norm
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
Dnorms.cpp55 UChar32 Norm::combine(UChar32 trail) const { in combine() function in Norm
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
DCompilerRegressionTest.java263 private static byte[] combine(List<ByteString> bytes) { in combine() method in CompilerRegressionTest
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiBufferMemoryRequirementsTestsUtils.hpp180 void combine in combine() function

123