Lines Matching refs:PathArgument
690 class JSON_API PathArgument {
694 PathArgument();
695 PathArgument(ArrayIndex index);
696 PathArgument(const char* key);
697 PathArgument(String key);
719 Path(const String& path, const PathArgument& a1 = PathArgument(),
720 const PathArgument& a2 = PathArgument(),
721 const PathArgument& a3 = PathArgument(),
722 const PathArgument& a4 = PathArgument(),
723 const PathArgument& a5 = PathArgument());
732 using InArgs = std::vector<const PathArgument*>;
733 using Args = std::vector<PathArgument>;
737 InArgs::const_iterator& itInArg, PathArgument::Kind kind);