Home
last modified time | relevance | path

Searched refs:AppendLong (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/trace_processor/metrics/
Dmetrics_unittest.cc70 TEST_F(ProtoBuilderTest, AppendLong) { in TEST_F() argument
84 ASSERT_TRUE(builder.AppendLong("int_value", 12345).ok()); in TEST_F()
162 ASSERT_TRUE(nest_builder.AppendLong("nested_int_value", 789).ok()); in TEST_F()
Dmetrics.h72 util::Status AppendLong(const std::string& field_name,
Dmetrics.cc81 return AppendLong(field_name, value.long_value); in AppendSqlValue()
98 util::Status ProtoBuilder::AppendLong(const std::string& field_name, in AppendLong() function in perfetto::trace_processor::metrics::ProtoBuilder
316 status = AppendLong(field.name(), value.int_value(), true); in AppendRepeated()
/external/mesa3d/include/android_stub/log/
Dlog_event_list.h223 bool AppendLong(int64_t value) { in AppendLong() function