Searched refs:lpad (Results 1 – 1 of 1) sorted by relevance
/device/google/coral/vibrator/tests/ |
D | test-hwcal.cpp | 42 static void pack(std::ostream &stream, const uint32_t &value, std::string lpad, in pack() argument 44 stream << lpad << value << rpad; in pack() 48 static void pack(std::ostream &stream, const std::array<T, N> &value, std::string lpad, in pack() argument 51 pack(stream, entry, lpad, rpad); in pack() 59 void write(const std::string key, const T &value, std::string lpad = " ", in write() argument 63 pack(calfile, value, lpad, rpad); in write()
|