Home
last modified time | relevance | path

Searched defs:longer (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/fusion/test/algorithm/
Dzip2.cpp19 const vector3<char,char,char> longer('a', 'b', 'c'); in main() local
24 const vector3<int,int,int> longer(1,2,3); in main() local
/third_party/typescript/tests/cases/conformance/types/tuple/
DcastingTuple.ts15 var longer = numStrTuple as [number, string, boolean] variable
/third_party/typescript/tests/baselines/reference/
DcastingTuple.js16 var longer = numStrTuple as [number, string, boolean] variable
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dunified-signatures.ts263 const longer = sig1.length < sig2.length ? sig2 : sig1; constant
/third_party/boost/libs/stl_interfaces/example/
Dstatic_vector.hpp230 static_vector * longer = this; in swap() local
/third_party/ffmpeg/libavfilter/
Dasrc_sinc.c351 int i, n, post_peak, longer; in config_output() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector_test.cc1124 InstanceVec longer, shorter; in TYPED_TEST_P() local
1159 InstanceVec longer, shorter; in TYPED_TEST_P() local
/third_party/abseil-cpp/absl/container/
Dinlined_vector_test.cc1120 InstanceVec longer, shorter; in TYPED_TEST_P() local
1155 InstanceVec longer, shorter; in TYPED_TEST_P() local
/third_party/lwip/src/apps/smtp/
Dsmtp.c919 size_t longer = (source_len % 3) ? (3 - (source_len % 3)) : 0; in smtp_base64_encode() local