OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDummyAddress
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/src/objective-c/tests/
GRPCClientTests.m
527
NSString *const
kDummyAddress
= [NSString stringWithFormat:@"localhost:%d", port];
531
GRPCCall *call = [[GRPCCall alloc] initWithHost:
kDummyAddress
556
NSString *const
kDummyAddress
= [NSString stringWithFormat:@"8.8.8.8:1"];
557
GRPCCall *call = [[GRPCCall alloc] initWithHost:
kDummyAddress
563
forHost:
kDummyAddress
];
/external/webrtc/talk/app/webrtc/
webrtcsdp.cc
211
static const char
kDummyAddress
[] = "0.0.0.0";
682
*ip =
kDummyAddress
;
[
all
...]
Completed in 50 milliseconds