Searched defs:TokenValuePair (Results 1 – 7 of 7) sorted by relevance
45 const std::vector<TokenValuePair>& /*hints*/, in execute()53 const std::vector<TokenValuePair>& /*hints*/, in createReusableExecution()
132 const OptionalDuration& loopTimeoutDuration, const std::vector<TokenValuePair>& /*hints*/, in execute()193 const std::vector<TokenValuePair>& /*hints*/, in executeFenced()288 const std::vector<TokenValuePair>& /*hints*/, in createReusableExecution()
162 const std::vector<TokenValuePair>& /*hints*/, in prepareModel()
193 const std::vector<TokenValuePair>& /*hints*/, in prepareModel()
1059 struct TokenValuePair { struct1071 int32_t token;1075 std::vector<uint8_t> value;
1030 const std::vector<TokenValuePair>& /*metaData*/, in prepareModel()
1142 Result<Version> validateTokenValuePair(const TokenValuePair& /*tokenValuePair*/) { in validateTokenValuePair()