| OLD | NEW |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef COMPONENTS_CRONET_IOS_CRONET_C_FOR_GRPC_H_ | 5 #ifndef COMPONENTS_CRONET_IOS_CRONET_C_FOR_GRPC_H_ |
| 6 #define COMPONENTS_CRONET_IOS_CRONET_C_FOR_GRPC_H_ | 6 #define COMPONENTS_CRONET_IOS_CRONET_C_FOR_GRPC_H_ |
| 7 | 7 |
| 8 #define CRONET_EXPORT __attribute__((visibility("default"))) | 8 #define CRONET_EXPORT __attribute__((visibility("default"))) |
| 9 | 9 |
| 10 #ifdef __cplusplus | 10 #ifdef __cplusplus |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 * Returns false if the |stream| stream is not yet started or is in progress. | 234 * Returns false if the |stream| stream is not yet started or is in progress. |
| 235 */ | 235 */ |
| 236 CRONET_EXPORT | 236 CRONET_EXPORT |
| 237 bool cronet_bidirectional_stream_is_done(cronet_bidirectional_stream* stream); | 237 bool cronet_bidirectional_stream_is_done(cronet_bidirectional_stream* stream); |
| 238 | 238 |
| 239 #ifdef __cplusplus | 239 #ifdef __cplusplus |
| 240 } | 240 } |
| 241 #endif | 241 #endif |
| 242 | 242 |
| 243 #endif // COMPONENTS_CRONET_IOS_CRONET_C_FOR_GRPC_H_ | 243 #endif // COMPONENTS_CRONET_IOS_CRONET_C_FOR_GRPC_H_ |
| OLD | NEW |