/aosp_15_r20/external/perfetto/src/protozero/test/ |
H A D | protozero_benchmark.cc | 81 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 D | cppgen_conformance_unittest.cc | 70 msg->set_field_string("FizzBuzz"); in SetTestingFields() 291 msg.set_field_string(""); in TEST()
|
H A D | protozero_conformance_unittest.cc | 69 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 D | test_config.pbzero.h | 448 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/ |
D | test_config.pbzero.h | 448 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 D | protozero_to_text_unittests.cc | 413 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 D | protozero_to_json_unittests.cc | 386 msg->set_field_string("Hello"); in TEST_F() 395 msg->set_field_string(R"("\
|
H A D | debug_annotation_parser_unittest.cc | 273 message->set_field_string("value"); in TEST_F()
|
H A D | proto_to_args_parser_unittest.cc | 181 msg->set_field_string("FizzBuzz"); in TEST_F()
|
/aosp_15_r20/external/perfetto/src/trace_redaction/ |
H A D | proto_util_unittest.cc | 242 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 D | test_config.gen.h | 181 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/ |
D | test_config.gen.h | 181 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 D | test_config.pb.h | 201 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/ |
D | test_config.pb.h | 201 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 D | protozero.md | 366 msg->set_field_string(...); 408 void set_field_string(const char* str) { ptr_ = strcpy(ptr_, str); }
|