Searched refs:AppendLong (Results 1 – 4 of 4) sorted by relevance
70 TEST_F(ProtoBuilderTest, AppendLong) { in TEST_F() argument84 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()
72 util::Status AppendLong(const std::string& field_name,
81 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::ProtoBuilder316 status = AppendLong(field.name(), value.int_value(), true); in AppendRepeated()
223 bool AppendLong(int64_t value) { in AppendLong() function