HomeSort by relevance Sort by last modified time
    Searched defs:NSInteger (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/
SRWebSocket.h 27 typedef enum SRStatusCode : NSInteger {
83 - (void)closeWithCode:(NSInteger)code reason:(NSString *)reason;
105 - (void)webSocket:(SRWebSocket *)webSocket didCloseWithCode:(NSInteger)code reason:(NSString *)reason wasClean:(BOOL)wasClean;
  /external/google-breakpad/src/common/mac/
GTMDefines.h 236 // NSInteger/NSUInteger and Max/Mins
239 typedef long NSInteger;
242 typedef int NSInteger;

Completed in 78 milliseconds