Home
last modified time | relevance | path

Searched refs:set_field_string (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/perfetto/src/protozero/test/
H A Dprotozero_benchmark.cc81 void set_field_string(const char* str) { ptr_ = strcpy(ptr_, str); } in set_field_string() function
96 msg->set_field_string(reinterpret_cast<const char*>(&g_fake_input_simple[4])); in FillMessage_Simple()
H A Dcppgen_conformance_unittest.cc70 msg->set_field_string("FizzBuzz"); in SetTestingFields()
291 msg.set_field_string(""); in TEST()
H A Dprotozero_conformance_unittest.cc69 msg->set_field_string("FizzBuzz"); in TEST()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_config_zero_gen_headers/gen/external/perfetto/protos/perfetto/config/
H A Dtest_config.pbzero.h448 void set_field_string(const char* data, size_t size) { in set_field_string() function
451 void set_field_string(::protozero::ConstChars chars) { in set_field_string() function
454 void set_field_string(std::string value) { in set_field_string() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_config_zero_gen_headers/gen/external/perfetto/protos/perfetto/config/
Dtest_config.pbzero.h448 void set_field_string(const char* data, size_t size) { in set_field_string() function
451 void set_field_string(::protozero::ConstChars chars) { in set_field_string() function
454 void set_field_string(std::string value) { in set_field_string() function
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dprotozero_to_text_unittests.cc413 msg->set_field_string("Hello"); in TEST_F()
729 nested->set_field_string("hello"); in TEST_F()
747 msg->set_field_string("hello"); in TEST_F()
H A Dprotozero_to_json_unittests.cc386 msg->set_field_string("Hello"); in TEST_F()
395 msg->set_field_string(R"("\
H A Ddebug_annotation_parser_unittest.cc273 message->set_field_string("value"); in TEST_F()
H A Dproto_to_args_parser_unittest.cc181 msg->set_field_string("FizzBuzz"); in TEST_F()
/aosp_15_r20/external/perfetto/src/trace_redaction/
H A Dproto_util_unittest.cc242 fields.set_field_string(value); in TEST_P()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_config_cpp_gen_headers/gen/external/perfetto/protos/perfetto/config/
H A Dtest_config.gen.h181 void set_field_string(const std::string& value) { field_string_ = value; _has_field_.set(13); } in set_field_string() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_config_cpp_gen_headers/gen/external/perfetto/protos/perfetto/config/
Dtest_config.gen.h181 void set_field_string(const std::string& value) { field_string_ = value; _has_field_.set(13); } in set_field_string() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_config_lite_gen_headers/gen/external/perfetto/protos/perfetto/config/
H A Dtest_config.pb.h201 void set_field_string(ArgT0&& arg0, ArgT... args); in Swap()
1006 void TestConfig_DummyFields::set_field_string(ArgT0&& arg0, ArgT... args) { in set_field_string() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_config_lite_gen_headers/gen/external/perfetto/protos/perfetto/config/
Dtest_config.pb.h201 void set_field_string(ArgT0&& arg0, ArgT... args); in Swap()
1006 void TestConfig_DummyFields::set_field_string(ArgT0&& arg0, ArgT... args) { in set_field_string() function
/aosp_15_r20/external/perfetto/docs/design-docs/
H A Dprotozero.md366 msg->set_field_string(...);
408 void set_field_string(const char* str) { ptr_ = strcpy(ptr_, str); }