Searched refs:instances_size (Results 1 – 1 of 1) sorted by relevance
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | flags.cc | 79 #define GET_FLAG_STR_VALUE(name) GetFlagStrValueForInstances(FLAGS_ ##name, instances_size, #name, … 80 #define GET_FLAG_INT_VALUE(name) GetFlagIntValueForInstances(FLAGS_ ##name, instances_size, #name, … 81 #define GET_FLAG_BOOL_VALUE(name) GetFlagBoolValueForInstances(FLAGS_ ##name, instances_size, #name… 728 for (int i=0; i<proto_result->instances_size(); i++) { in ParseDisplaysProto() 821 const std::string& flag_values, int32_t instances_size, const std::string& flag_name, in GetFlagBoolValueForInstances() argument 824 std::vector<bool> value_vec(instances_size); in GetFlagBoolValueForInstances() 829 for (int instance_index=0; instance_index<instances_size; instance_index++) { in GetFlagBoolValueForInstances() 848 const std::string& flag_values, int32_t instances_size, const std::string& flag_name, in GetFlagIntValueForInstances() argument 851 std::vector<int> value_vec(instances_size); in GetFlagIntValueForInstances() 856 for (int instance_index=0; instance_index<instances_size; instance_index++) { in GetFlagIntValueForInstances() [all …]
|