Home
last modified time | relevance | path

Searched refs:max_size (Results 351 - 364 of 364) sorted by relevance

1...<<1112131415

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_local.h819 size_t max_size);
/third_party/openssl/ssl/
H A Dssl_local.h810 size_t max_size);
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp5919 if (JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size()))
5945 if (JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size()))
6100 if (ref_stack.back() && JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size()))
6170 if (ref_stack.back() && JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size()))
19880 /// @sa https://json.nlohmann.me/api/basic_json/max_size/
19881 size_type max_size() const noexcept
19887 // delegate call to array_t::max_size()
19888 return m_value.array->max_size();
19893 // delegate call to object_t::max_size()
19894 return m_value.object->max_size();
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp6801 if (JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size()))
6833 if (JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size()))
6991 if (ref_stack.back() && JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size()))
7061 if (ref_stack.back() && JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size()))
22152 /// @sa https://json.nlohmann.me/api/basic_json/max_size/
22153 size_type max_size() const noexcept
22159 // delegate call to array_t::max_size()
22160 return m_value.array->max_size();
22165 // delegate call to object_t::max_size()
22166 return m_value.object->max_size();
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp9489 GLint max_size = 0; in test() local
9491 gl.getIntegerv(GL_MAX_UNIFORM_BLOCK_SIZE, &max_size); in test()
9494 return max_size; in test()
11199 GLint max_size = 0; in test() local
11201 gl.getIntegerv(GL_MAX_SHADER_STORAGE_BLOCK_SIZE, &max_size); in test()
11204 return max_size; in test()
/third_party/node/src/
H A Dnode_http2.cc745 std::min(streams_.max_size(), static_cast<size_t>(maxConcurrentStreams)); in CanAddStream()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h1719 inline int max_size() const { return 0x7FFFFFFF / (int)sizeof(T); } in max_size() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree.h1369 size_type max_size() const { return (std::numeric_limits<size_type>::max)(); } in max_size() function in absl::container_internal::btree
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp18882 if (__n > this->max_size())
18894 max_size() const noexcept
20728 -> decltype(__a.max_size())
20729 { return __a.max_size(); }
20775 static size_type max_size(const _Alloc& __a) noexcept
20856 max_size(const allocator_type& __a) noexcept
20857 { return __a.max_size(); }
20998 using _Base_type::max_size;
21251 if (this->max_size() - (this->size() - __n1) < __n2)
21721 max_size() cons
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs.cpp5088 const unsigned max_size = (devinfo->ver >= 8 ? 2 : 1) * REG_SIZE;
5091 max_size / (inst->dst.stride * type_sz(inst->dst.type)),
/third_party/rust/crates/libc/src/
H A Dpsp.rs4138 pub fn sceHttpInitCache(max_size: usize) -> i32; in sceHttpInitCache()
/third_party/mesa3d/include/CL/
H A Dcl2.hpp3650 size_type max_size() const CL_HPP_NOEXCEPT_
H A Dcl.hpp857 unsigned int max_size (void) const in max_size() function in cl::vector
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc5352 int max_size = FixedArrayBase::GetMaxLengthForNewSpaceAllocation(to_kind);
5354 IntPtrOrSmiConstant<TIndex>(max_size)),

Completed in 194 milliseconds

1...<<1112131415