Home
last modified time | relevance | path

Searched refs:is_short (Results 1 – 25 of 28) sorted by relevance

12

/external/abseil-cpp/absl/strings/
Dcord_buffer.h326 bool is_short() const { in is_short() function
333 assert(is_short()); in short_available()
341 assert(!is_short()); in long_available()
349 assert(is_short()); in short_length()
361 assert(is_short()); in add_short_length()
367 assert(is_short()); in data()
371 assert(is_short()); in data()
377 assert(!is_short()); in rep()
435 if (rep_.is_short()) { in ConsumeValue()
511 if (!rep_.is_short()) { in ~CordBuffer()
[all …]
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/
Dcord_buffer.h326 bool is_short() const { in is_short() function
340 assert(!is_short()); in long_available()
348 assert(is_short()); in short_length()
360 assert(is_short()); in add_short_length()
366 assert(is_short()); in data()
370 assert(is_short()); in data()
376 assert(!is_short()); in rep()
438 if (rep_.is_short()) { in ConsumeValue()
514 if (!rep_.is_short()) { in ~CordBuffer()
524 if (!rep_.is_short()) cord_internal::CordRepFlat::Delete(rep_.rep());
[all …]
/external/angle/third_party/abseil-cpp/absl/strings/
Dcord_buffer.h325 bool is_short() const { in is_short() function
339 assert(!is_short()); in long_available()
347 assert(is_short()); in short_length()
359 assert(is_short()); in add_short_length()
365 assert(is_short()); in data()
369 assert(is_short()); in data()
375 assert(!is_short()); in rep()
437 if (rep_.is_short()) { in ConsumeValue()
511 if (!rep_.is_short()) { in ~CordBuffer()
521 if (!rep_.is_short()) cord_internal::CordRepFlat::Delete(rep_.rep());
[all …]
/external/cronet/third_party/abseil-cpp/absl/strings/
Dcord_buffer.h325 bool is_short() const { in is_short() function
339 assert(!is_short()); in long_available()
347 assert(is_short()); in short_length()
359 assert(is_short()); in add_short_length()
365 assert(is_short()); in data()
369 assert(is_short()); in data()
375 assert(!is_short()); in rep()
437 if (rep_.is_short()) { in ConsumeValue()
511 if (!rep_.is_short()) { in ~CordBuffer()
521 if (!rep_.is_short()) cord_internal::CordRepFlat::Delete(rep_.rep());
[all …]
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dcord_buffer.h326 bool is_short() const { in is_short() function
340 assert(!is_short()); in long_available()
348 assert(is_short()); in short_length()
360 assert(is_short()); in add_short_length()
366 assert(is_short()); in data()
370 assert(is_short()); in data()
376 assert(!is_short()); in rep()
438 if (rep_.is_short()) { in ConsumeValue()
514 if (!rep_.is_short()) { in ~CordBuffer()
524 if (!rep_.is_short()) cord_internal::CordRepFlat::Delete(rep_.rep());
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/util/
Dflags.h203 is_short(is_short_) {} in FlagInfo()
208 bool is_short; member
214 bool is_short) { in register_flag() argument
215 get_flags().emplace_back(flag, std::move(name), required, is_short); in register_flag()
244 bool is_short) { in FlagRegistration()
252 FlagList::register_flag(flag, std::move(fixed_name), required, is_short); in FlagRegistration()
Dflags.cpp148 success = parse_bool_flag(item.get(), info.is_short, **iterator); in parse_flag_info()
150 success = parse_flag(item.get(), info.is_short, iterator); in parse_flag_info()
152 success = parse_flag(item.get(), info.is_short, iterator); in parse_flag_info()
/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.cc196 bool is_short) { in Enqueue() argument
198 if (is_short) { in Enqueue()
239 name_, closure, is_short ? "short" : "long", closure->file_created, in Enqueue()
243 closure, is_short ? "short" : "long", ts->id); in Enqueue()
293 ts->queued_long_job = !is_short; in Enqueue()
Dexecutor.h63 void Enqueue(grpc_closure* closure, grpc_error* error, bool is_short);
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexecutor.cc255 bool is_short) { in Enqueue() argument
257 if (is_short) { in Enqueue()
303 name_, closure, is_short ? "short" : "long", closure->file_created, in Enqueue()
307 closure, is_short ? "short" : "long", ts->id); in Enqueue()
357 ts->queued_long_job = !is_short; in Enqueue()
Dexecutor.h73 void Enqueue(grpc_closure* closure, grpc_error_handle error, bool is_short);
/external/libxml2/
Dtriop.h105 void trio_set_short TRIO_PROTO((trio_pointer_t ref, int is_short));
Dtrio.c4566 TRIO_ARGS2((ref, is_short),
4568 int is_short)
4570 if (is_short)
/external/rust/crates/clap_lex/src/
Dlib.rs369 pub fn is_short(&self) -> bool { in is_short() method
/external/libxaac/decoder/
Dixheaacd_main.h266 WORD32 ixheaacd_lpd_bpf_fix(ia_usac_data_struct *usac_data, WORD32 is_short,
/external/openthread/tests/scripts/thread-cert/
Dlowpan.py860 def _parse_address(self, data, is_short): argument
861 if is_short:
/external/rust/crates/clap/src/parser/
Dparser.rs538 && (arg_os.is_long() || arg_os.is_short()); in match_arg_error()
663 } else if next.is_short() { in is_new_arg()
/external/python/cpython3/Python/
Dmarshal.c426 int is_short = PyUnicode_GET_LENGTH(v) < 256; in w_complex_object() local
427 if (is_short) { in w_complex_object()
/external/rust/crates/clap/3.2.23/src/parser/
Dparser.rs652 } else if next.is_short() { in is_new_arg()
/external/webrtc/third_party/abseil-cpp/
Dsymbols_arm64_dbg.def3615 ?is_short@Rep@CordBuffer@absl@@QEBA_NXZ
Dsymbols_x86_dbg.def3603 ?is_short@Rep@CordBuffer@absl@@QBE_NXZ
Dsymbols_x64_dbg.def3613 ?is_short@Rep@CordBuffer@absl@@QEBA_NXZ
/external/cronet/third_party/abseil-cpp/
Dsymbols_arm64_dbg.def4205 ?is_short@Rep@CordBuffer@absl@@QEBA_NXZ
Dsymbols_x86_dbg.def4194 ?is_short@Rep@CordBuffer@absl@@QBE_NXZ
Dsymbols_x64_dbg.def4204 ?is_short@Rep@CordBuffer@absl@@QEBA_NXZ

12