Home
last modified time | relevance | path

Searched refs:Push (Results 1 – 25 of 47) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dstringbuffer.h56 void Put(Ch c) { *stack_.template Push<Ch>() = c; } in Put()
63 *stack_.template Push<Ch>() = '\0'; in ShrinkToFit()
69 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); } in Push() function
75 *stack_.template Push<Ch>() = '\0'; in GetString()
108 std::memset(stream.stack_.Push<char>(n), c, n * sizeof(c)); in PutN()
H A Dmemorybuffer.h42 void Put(Ch c) { *stack_.template Push<Ch>() = c; } in Put()
47 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); } in Push() function
65 std::memset(memoryBuffer.stack_.Push<char>(n), c, n * sizeof(c)); in PutN()
H A Dwriter.h206 new (level_stack_.template Push<Level>()) Level(false); in StartObject()
222 new (level_stack_.template Push<Level>()) Level(true); in StartArray()
479 char *buffer = os_->Push(11); in WriteInt()
487 char *buffer = os_->Push(10); in WriteUint()
495 char *buffer = os_->Push(21); in WriteInt64()
503 char *buffer = os_->Push(20); in WriteUint64()
531 char *buffer = os_->Push(25); in WriteDouble()
H A Dschema.h202 *stack_.template Push<uint64_t>() = h; in EndObject()
212 *stack_.template Push<uint64_t>() = h; in EndArray()
243 *stack_.template Push<uint64_t>() = h; in WriteBuffer()
1266 *documentStack.template Push<Ch>() = '/'; in AppendIndexToken()
1270 *documentStack.template Push<Ch>() = buffer[i]; in AppendIndexToken()
1279 char *buffer = documentStack.template Push<char>(1 + 10); // '/' + uint
1285 char *buffer = documentStack.template Push<char>(1 + 20); // '/' + uint64
1365 …new (schemaMap_.template Push<SchemaEntry>()) SchemaEntry(refEntry->source, const_cast<SchemaType*…
1451 … new (schemaMap_.template Push<SchemaEntry>()) SchemaEntry(pointer, s, true, allocator_);
1495 …new (schemaRef_.template Push<SchemaRefEntry>()) SchemaRefEntry(source, pointer, schema, allocator…
[all …]
H A Dprettywriter.h113 new (Base::level_stack_.template Push<typename Base::Level>()) typename Base::Level(false); in StartObject()
145 new (Base::level_stack_.template Push<typename Base::Level>()) typename Base::Level(true); in StartArray()
H A Dreader.h783 *stack_.template Push<Ch>() = c; in Put()
787 RAPIDJSON_FORCEINLINE void* Push(SizeType count) { in Push() function
789 return stack_.template Push<Ch>(count); in Push()
951 char* q = reinterpret_cast<char*>(os.Push(length)); in ScanCopyUnescapedString()
958 _mm_storeu_si128(reinterpret_cast<__m128i *>(os.Push(16)), s); in ScanCopyUnescapedString()
1083 RAPIDJSON_FORCEINLINE void Push(char) {} in Push() function
1107 RAPIDJSON_FORCEINLINE void Push(char c) { in Push() function
1667 *stack_.template Push<SizeType>(1) = n; in Transit()
1669 *stack_.template Push<SizeType>(1) = 0; in Transit()
H A Ddocument.h2333 bool Null() { new (stack_.template Push<ValueType>()) ValueType(); return true; }
2334 bool Bool(bool b) { new (stack_.template Push<ValueType>()) ValueType(b); return true; }
2335 bool Int(int i) { new (stack_.template Push<ValueType>()) ValueType(i); return true; }
2336 bool Uint(unsigned i) { new (stack_.template Push<ValueType>()) ValueType(i); return true; }
2337 bool Int64(int64_t i) { new (stack_.template Push<ValueType>()) ValueType(i); return true; }
2338 bool Uint64(uint64_t i) { new (stack_.template Push<ValueType>()) ValueType(i); return true; }
2339 bool Double(double d) { new (stack_.template Push<ValueType>()) ValueType(d); return true; }
2343 new (stack_.template Push<ValueType>()) ValueType(str, length, GetAllocator());
2345 new (stack_.template Push<ValueType>()) ValueType(str, length);
2351 new (stack_.template Push<ValueType>()) ValueType(str, length, GetAllocator());
[all …]
H A Dstream.h161 Ch* Push(size_t count) { Ch* begin = dst_; dst_ += count; return begin; }
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dregex.h209 *atomCountStack.template Push<unsigned>() = 0; in RAPIDJSON_DIAG_OFF()
226 *operatorStack.template Push<Operator>() = kAlternation; in RAPIDJSON_DIAG_OFF()
231 *operatorStack.template Push<Operator>() = kLeftParenthesis; in RAPIDJSON_DIAG_OFF()
232 *atomCountStack.template Push<unsigned>() = 0; in RAPIDJSON_DIAG_OFF()
295 *operandStack.template Push<Frag>() = Frag(s, s, s); in RAPIDJSON_DIAG_OFF()
341 State* s = states_.template Push<State>(); in RAPIDJSON_DIAG_OFF()
351 *operandStack.template Push<Frag>() = Frag(s, s, s); in RAPIDJSON_DIAG_OFF()
356 *operatorStack.template Push<Operator>() = kConcatenation; in RAPIDJSON_DIAG_OFF()
383 … *operandStack.template Push<Frag>() = Frag(e1.start, e2.out, Min(e1.minIndex, e2.minIndex)); in RAPIDJSON_DIAG_OFF()
392 …*operandStack.template Push<Frag>() = Frag(s, Append(e1.out, e2.out), Min(e1.minIndex, e2.minIndex… in RAPIDJSON_DIAG_OFF()
[all …]
H A Dstack.h122 RAPIDJSON_FORCEINLINE T* Push(size_t count = 1) {
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpatch.py104 def Push(self, force): member in PatchSet
257 def Push(self, force = False, all = False, run = True): member in PatchTree
657 def Push(self, force = False, all = False, run = True): member in QuiltTree
736 self.patchset.Push()
756 self.patchset.Push(False)
759 patchcmd = self.patchset.Push(True, False, False)
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dqueue.h69 int Push(struct page_entry *pe);
H A Dqueue.cc45 int PageEntryQueue::Push(struct page_entry *pe) { in Push() function in PageEntryQueue
H A Dsat.cc284 return valid_->Push(pe); in PutValid()
318 return empty_->Push(pe); in PutEmpty()
/OK3568_Linux_fs/kernel/arch/sh/drivers/
H A DKconfig15 tristate "Push switch support"
/OK3568_Linux_fs/u-boot/doc/SPI/
H A DREADME.sh_qspi_test36 #3, Push reset button.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/ti/
H A Dkeystone-navigator-qmss.txt41 - Queue Management/Queue Proxy region for queue Push.
47 - Queue Management/Queue Proxy region for queue Push/Pop.
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/porting/
H A DAdd-xptcall-support-for-SH4-processors.patch96 + /* Push the that register into the right place so it can be restored on exit */
199 + "mov.l r14, @-r15 \n\t" // Push frame
200 + "sts.l pr, @-r15 \n\t" // Push link
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dorion5x-lacie-d2-network.dts44 label = "Front Push Button";
H A Dintegratorap-im-pd1.dts80 /* Push buttons on the IM-PD1 */
H A Dam3517-evm.dts41 label = "User Push Button";
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dentry-arcv2.h55 ; 3. Auto save: (mandatory) Push PC and STAT32 on stack
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/
H A Dlibxml2_2.9.14.bb2 DESCRIPTION = "The XML Parser Library allows for manipulation of XML files. Libxml2 exports Push a…
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.h184 void Push( T t ) in Push() function
292 blockPtrs.Push( block ); in Alloc()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dcs35l36.txt92 1 = Push-pull (Default)

12