Searched refs:uintToString (Results 1 - 3 of 3) sorted by relevance

/external/jsoncpp/src/lib_json/
H A Djson_tool.h51 /// uintToString.
55 // Defines a char buffer for use with uintToString().
63 static inline void uintToString(LargestUInt value, char*& current) { function in namespace:Json
H A Djson_writer.cpp45 uintToString(LargestUInt(value), current);
55 uintToString(value, current);
/external/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp137 /// uintToString.
141 // Defines a char buffer for use with uintToString().
149 static inline void uintToString(LargestUInt value, char*& current) { function in namespace:Json
4073 uintToString(LargestUInt(Value::maxLargestInt) + 1, current);
4076 uintToString(LargestUInt(-value), current);
4079 uintToString(LargestUInt(value), current);
4088 uintToString(value, current);

Completed in 688 milliseconds