chore: add/fix interface comments for sections of methods (#42566)
This commit is contained in:
parent
18abeb3add
commit
003c32331d
46 changed files with 58 additions and 13 deletions
|
@ -30,6 +30,8 @@ class GPUInfoEnumerator final : public gpu::GPUInfo::Enumerator {
|
|||
public:
|
||||
GPUInfoEnumerator();
|
||||
~GPUInfoEnumerator() override;
|
||||
|
||||
// gpu::GPUInfo::Enumerator
|
||||
void AddInt64(const char* name, int64_t value) override;
|
||||
void AddInt(const char* name, int value) override;
|
||||
void AddString(const char* name, const std::string& value) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue