Lines Matching refs:Stack
425 Stack<Allocator> stack_;
1750 template<typename Stack, typename Ch>
1752 RAPIDJSON_FORCEINLINE static void AppendIndexToken(Stack& documentStack, SizeType index) { in AppendIndexToken()
1762 template <typename Stack>
1763 struct TokenHelper<Stack, char> {
1764 RAPIDJSON_FORCEINLINE static void AppendIndexToken(Stack& documentStack, SizeType index) {
2405 internal::Stack<Allocator> schemaMap_; // Stores created Pointer -> Schemas
2406 internal::Stack<Allocator> schemaRef_; // Stores Pointer(s) from $ref(s) until resolved
2987 …internal::TokenHelper<internal::Stack<StateAllocator>, Ch>::AppendIndexToken(documentStack_, Curre…
3168 …internal::Stack<StateAllocator> schemaStack_; //!< stack to store the current path of schema (B…
3169 …internal::Stack<StateAllocator> documentStack_; //!< stack to store the current path of validatin…