Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_parser_autogen.cpp31 uint32_t _length; in ParseUndef() local
41 uint32_t _length; in ParseSourceContinued() local
56 uint32_t _length; in ParseSource() local
76 uint32_t _length; in ParseSourceExtension() local
87 uint32_t _length; in ParseName() local
102 uint32_t _length; in ParseMemberName() local
115 uint32_t _length; in ParseString() local
130 uint32_t _length; in ParseLine() local
141 uint32_t _length; in ParseExtension() local
152 uint32_t _length; in ParseExtInstImport() local
[all …]
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h117 # define UNICODE_STRING(cs, _length) icu::UnicodeString(true, u ## cs, _length) argument
119 # define UNICODE_STRING(cs, _length) icu::UnicodeString(true, (const char16_t*)u ## cs, _length) argument
3825 int32_t& _length) const in pinIndices()
3986 int32_t _length, in compare()
3997 int32_t _length, in compare()
4005 int32_t _length, in compare()
4011 int32_t _length, in compare()
4047 int32_t _length, in compareCodePointOrder()
4058 int32_t _length, in compareCodePointOrder()
4066 int32_t _length, in compareCodePointOrder()
[all …]
/third_party/icu/icu4c/source/common/unicode/
Dunistr.h117 # define UNICODE_STRING(cs, _length) icu::UnicodeString(true, u ## cs, _length) argument
119 # define UNICODE_STRING(cs, _length) icu::UnicodeString(true, (const char16_t*)u ## cs, _length) argument
3825 int32_t& _length) const in pinIndices()
3986 int32_t _length, in compare()
3997 int32_t _length, in compare()
4005 int32_t _length, in compare()
4011 int32_t _length, in compare()
4047 int32_t _length, in compareCodePointOrder()
4058 int32_t _length, in compareCodePointOrder()
4066 int32_t _length, in compareCodePointOrder()
[all …]
/third_party/node/deps/icu-small/source/common/unicode/
Dunistr.h117 # define UNICODE_STRING(cs, _length) icu::UnicodeString(true, u ## cs, _length) argument
119 # define UNICODE_STRING(cs, _length) icu::UnicodeString(true, (const char16_t*)u ## cs, _length) argument
3838 int32_t& _length) const in pinIndices()
4014 int32_t _length, in compare()
4025 int32_t _length, in compare()
4033 int32_t _length, in compare()
4039 int32_t _length, in compare()
4075 int32_t _length, in compareCodePointOrder()
4086 int32_t _length, in compareCodePointOrder()
4094 int32_t _length, in compareCodePointOrder()
[all …]
/third_party/mesa3d/src/compiler/nir/
Dnir_vla.h35 #define NIR_VLA(_type, _name, _length) \ argument
44 #define NIR_VLA_FILL(_type, _name, _length, _byte) \ argument
53 #define NIR_VLA_ZERO(_type, _name, _length) \ argument
/third_party/node/deps/npm/node_modules/minipass-collect/
Dindex.js3 const _length = Symbol('_length') constant
/third_party/lzma/CPP/7zip/Common/
DMultiOutStream.h40 UInt64 _length; // virtual Length variable
/third_party/node/deps/icu-small/source/common/
Dunistr.cpp1416 int32_t _length, in replace()
1431 int32_t _length = 0; in append() local
/third_party/icu/icu4c/source/common/
Dunistr.cpp1374 int32_t _length, in replace()
1389 int32_t _length = 0; in append() local
/third_party/skia/third_party/externals/icu/source/common/
Dunistr.cpp1373 int32_t _length, in replace()
1388 int32_t _length = 0; in append() local
/third_party/node/tools/inspector_protocol/jinja2/
Druntime.py357 _length = None variable in LoopContextBase
/third_party/skia/third_party/externals/jinja2/
Druntime.py387 _length = None variable in LoopContext
/third_party/mbedtls/tests/scripts/
Dtest_generate_test_code.py300 def readline(self, _length=0): argument
/third_party/node/deps/v8/third_party/jinja2/
Druntime.py387 _length = None variable in LoopContext
/third_party/jinja2/
Druntime.py395 _length: t.Optional[int] = None variable in LoopContext
/third_party/python/Lib/test/
Dtest_tarfile.py1588 def _length(self, s): member in GNUWriteTest
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp6433 builtin_builder::_length(builtin_available_predicate avail, const glsl_type *type) in _length() function in builtin_builder