Expose this variable globally so that it's counted in following functions: list_exposed count_exposed describe_exposed find_exposed Return 0 on success, -1 otherwise.
| 147 | // find_exposed |
| 148 | // Return 0 on success, -1 otherwise. |
| 149 | int expose(const butil::StringPiece& name, |
| 150 | DisplayFilter display_filter = DISPLAY_ON_ALL) { |
| 151 | return expose_impl(butil::StringPiece(), name, display_filter); |
| 152 | } |
| 153 | |
| 154 | // Expose this variable with a prefix. |
| 155 | // Example: |