| 1393 | } |
| 1394 | |
| 1395 | int StructType::GetFieldIndex(const std::string& name) const { |
| 1396 | return LookupNameIndex(impl_->name_to_index_, name); |
| 1397 | } |
| 1398 | |
| 1399 | std::vector<int> StructType::GetAllFieldIndices(const std::string& name) const { |
| 1400 | std::vector<int> result; |