Searched defs:AppendDouble (Results 1 – 11 of 11) sorted by relevance
118 void BinaryBuffer::AppendDouble(double value) { in AppendDouble() function in fxcrt::BinaryBuffer
144 TEST(BinaryBuffer, AppendDouble) { in TEST() argument
108 void AppendDouble(double value) { in AppendDouble() function
49 void AppendDouble(double val, bool as_json, std::string* out) { in AppendDouble() function
202 void AppendDouble(double value) override { in AppendDouble() function in base::trace_event::__anon20c3171c0111::PickleWriter587 void TracedValue::AppendDouble(double value) { in AppendDouble() function in base::trace_event::TracedValue
120 void AppendDouble(double) {} in AppendDouble() function
93 TEST_F(ProtoBuilderTest, AppendDouble) { in TEST_F() argument
191 base::Status ProtoBuilder::AppendDouble(const std::string& field_name, in AppendDouble() function in perfetto::trace_processor::metrics::ProtoBuilder
205 void TracedValue::AppendDouble(double value) { in AppendDouble() function in base::trace_event::TracedValue
487 void MessageWriter::AppendDouble(double value) { in AppendDouble() function in dbus::MessageWriter
1327 void ListValue::AppendDouble(double in_value) { in AppendDouble() function in base::ListValue