Home
last modified time | relevance | path

Searched refs:GetSize (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dstack.h109 Resize(GetSize()); in ShrinkToFit()
137 RAPIDJSON_ASSERT(GetSize() >= count * sizeof(T)); in Pop()
144 RAPIDJSON_ASSERT(GetSize() >= sizeof(T)); in Top()
150 RAPIDJSON_ASSERT(GetSize() >= sizeof(T)); in Top()
176 size_t GetSize() const { return static_cast<size_t>(stackTop_ - stack_); } in GetSize() function
192 size_t newSize = GetSize() + sizeof(T) * count; in Expand()
200 const size_t size = GetSize(); // Backup the current size in Resize()
H A Dregex.h316 if (operandStack.GetSize() == sizeof(Frag)) { in RAPIDJSON_DIAG_OFF()
378 RAPIDJSON_ASSERT(operandStack.GetSize() >= sizeof(Frag) * 2); in RAPIDJSON_DIAG_OFF()
388 if (operandStack.GetSize() >= sizeof(Frag) * 2) { in RAPIDJSON_DIAG_OFF()
398 if (operandStack.GetSize() >= sizeof(Frag)) { in RAPIDJSON_DIAG_OFF()
407 if (operandStack.GetSize() >= sizeof(Frag)) { in RAPIDJSON_DIAG_OFF()
418 if (operandStack.GetSize() >= sizeof(Frag)) { in RAPIDJSON_DIAG_OFF()
431 RAPIDJSON_ASSERT(operandStack.GetSize() >= sizeof(Frag)); in RAPIDJSON_DIAG_OFF()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dprettywriter.h127 RAPIDJSON_ASSERT(Base::level_stack_.GetSize() >= sizeof(typename Base::Level));
151 RAPIDJSON_ASSERT(Base::level_stack_.GetSize() >= sizeof(typename Base::Level));
192 if (Base::level_stack_.GetSize() != 0) { // this value is not at root in PrettyPrefix()
235 … size_t count = (Base::level_stack_.GetSize() / sizeof(typename Base::Level)) * indentCharCount_; in WriteIndent()
H A Dmemorybuffer.h54 size_t GetSize() const { return stack_.GetSize(); } in GetSize() function
H A Dstringbuffer.h81 size_t GetSize() const { return stack_.GetSize(); } in GetSize() function
H A Dwriter.h214 RAPIDJSON_ASSERT(level_stack_.GetSize() >= sizeof(Level));
228 RAPIDJSON_ASSERT(level_stack_.GetSize() >= sizeof(Level));
439 if (RAPIDJSON_LIKELY(level_stack_.GetSize() != 0)) { // this value is not at root in Prefix()
H A Ddocument.h2138 … RAPIDJSON_ASSERT(stack_.GetSize() == sizeof(ValueType)); // Got one and only one root object
2161 … RAPIDJSON_ASSERT(stack_.GetSize() == sizeof(ValueType)); // Got one and only one root object
2383 …while (stack_.GetSize() > 0) // Here assumes all elements in stack array are GenericValue (Memb…
H A Dschema.h216 bool IsValid() const { return stack_.GetSize() == sizeof(uint64_t); } in IsValid()
1648 …rType() : PointerType(documentStack_.template Bottom<Ch>(), documentStack_.GetSize() / sizeof(Ch));
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aldch/
H A Drk_aiq_types_aldch_algo_prvt.h83 size_t GetSize() { in GetSize() function
H A Drk_aiq_uapi_aldch_v21_int.cpp73 } else if (attr.lut.u.buffer.size != ldch_contex->_lutCache->GetSize()) { in rk_aiq_uapi_aldch_v21_SetAttrib()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAldchHandle.cpp261 } else if (att->lut.u.buffer.size != ldchCtx->_lutCache->GetSize()) { in copyLutFromExtBuffer()