Searched defs:formatted (Results 1 – 5 of 5) sorted by relevance
95 let formatted = custom_format(r); in init() localVariable123 let formatted = custom_format(r); in init() localVariable
48 std::string formatted; in Write() local
5094 string formatted; in TEST_F() member
249 auto formatted = FormatJson(json, &scalar_); in TEST_F() local264 auto formatted = FormatJson(json, &scalar_); in TEST_P() local
717 bool ProcessData(const uint8_t* data, size_t size, bool formatted, uint32_t cpu) override { in ProcessData()