Home
last modified time | relevance | path

Searched defs:phase_id (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc886 StringId phase_id = storage_->InternString(phase_string.c_str()); in ParseThreadInstantEvent() local
922 StringId phase_id = storage_->InternString(phase_string.c_str()); in ParseAsyncBeginEvent() local
976 StringId phase_id = storage_->InternString(phase_string.c_str()); in ParseAsyncStepEvent() local
1081 StringId phase_id = storage_->InternString(phase_string.c_str()); in ParseLegacyEventAsRawEvent() local
/external/google-cloud-java/java-deploy/proto-google-cloud-deploy-v1/src/main/proto/google/cloud/deploy/v1/
Dcloud_deploy.proto481 string phase_id = 1 [(google.api.field_behavior) = REQUIRED]; field
2118 string phase_id = 2 [(google.api.field_behavior) = REQUIRED]; field
2153 string phase_id = 2 [(google.api.field_behavior) = REQUIRED]; field
2175 string phase_id = 2 [(google.api.field_behavior) = REQUIRED]; field
/external/googleapis/google/cloud/deploy/v1/
Dcloud_deploy.proto691 string phase_id = 1 [(google.api.field_behavior) = REQUIRED]; field
2890 string phase_id = 2 [(google.api.field_behavior) = REQUIRED]; field
2923 string phase_id = 2 [(google.api.field_behavior) = REQUIRED]; field
2944 string phase_id = 2 [(google.api.field_behavior) = REQUIRED]; field
3978 string phase_id = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; field
/external/federated-compute/fcp/client/
Dgrpc_federated_protocol_test.cc239 const std::string& phase_id, bool use_secure_aggregation) { in GetFakeAcceptedCheckinResponse()
/external/perfetto/src/trace_processor/
Dexport_json_unittest.cc1441 StringId phase_id = storage->InternString(base::StringView(kPhase)); in TEST_F() local