Searched refs:streamable (Results 1 – 19 of 19) sorted by relevance
243 std::string StreamableToString(const T& streamable) { in StreamableToString() argument244 return (Message() << streamable).GetString(); in StreamableToString()
343 String StreamableToString(const T& streamable);
194 String StreamableToString(const T& streamable);
345 String StreamableToString(const T& streamable);
196 String StreamableToString(const T& streamable);
225 String StreamableToString(const T& streamable);
2361 int streamable = 1; in xmlPatterncompile() local2409 if (streamable) { in xmlPatterncompile()2414 streamable = 0; in xmlPatterncompile()2417 streamable = 0; in xmlPatterncompile()2420 if (streamable) in xmlPatterncompile()2430 if (streamable == 0) { in xmlPatterncompile()
4793 of expressions and streamable validation.4983 and should be helpfull for a future streamable validation.
2365 int streamable = 1; in xmlPatterncompile() local2413 if (streamable) { in xmlPatterncompile()2418 streamable = 0; in xmlPatterncompile()2421 streamable = 0; in xmlPatterncompile()2424 if (streamable) in xmlPatterncompile()2434 if (streamable == 0) { in xmlPatterncompile()
172 String StreamableToString(const T& streamable) { in StreamableToString() argument173 return (Message() << streamable).GetString(); in StreamableToString()
3315 std::string StreamableToString(const T& streamable) {3316 return (Message() << streamable).GetString();