/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
ProfileGrammarParser.cs | 25 internal static readonly string[] tokenNames = new string[] { 47 public static readonly string[] ruleNames = [all...] |
/external/grpc-grpc/src/csharp/Grpc.Core/ |
Server.cs | 37 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<Server>(); 39 readonly AtomicCounter activeCallCounter = new AtomicCounter(); 41 readonly ServiceDefinitionCollection serviceDefinitions; 42 readonly ServerPortCollection ports; 43 readonly GrpcEnvironment environment; 44 readonly List<ChannelOption> options; 45 readonly ServerSafeHandle handle; 46 readonly object myLock = new object(); 48 readonly List<ServerServiceDefinition> serviceDefinitionsList = new List<ServerServiceDefinition>(); 49 readonly List<ServerPort> serverPortList = new List<ServerPort>() [all...] |
AsyncClientStreamingCall.cs | 32 readonly IClientStreamWriter<TRequest> requestStream; 33 readonly Task<TResponse> responseAsync; 34 readonly Task<Metadata> responseHeadersAsync; 35 readonly Func<Status> getStatusFunc; 36 readonly Func<Metadata> getTrailersFunc; 37 readonly Action disposeAction;
|
Method.cs | 76 readonly MethodType type; 77 readonly string serviceName; 78 readonly string name; 79 readonly Marshaller<TRequest> requestMarshaller; 80 readonly Marshaller<TResponse> responseMarshaller; 81 readonly string fullName;
|
ServerCredentials.cs | 31 static readonly ServerCredentials InsecureInstance = new InsecureServerCredentialsImpl(); 65 readonly IList<KeyCertificatePair> keyCertificatePairs; 66 readonly string rootCertificates; 67 readonly bool forceClientAuth;
|
/external/protobuf/objectivec/ |
GPBArray.h | 49 @property(nonatomic, readonly) NSUInteger count; 89 @property(nonatomic, readonly) NSUInteger count; 129 @property(nonatomic, readonly) NSUInteger count; 169 @property(nonatomic, readonly) NSUInteger count; 209 @property(nonatomic, readonly) NSUInteger count; 249 @property(nonatomic, readonly) NSUInteger count; 289 @property(nonatomic, readonly) NSUInteger count; 329 @property(nonatomic, readonly) NSUInteger count; 330 @property(nonatomic, readonly) GPBEnumValidationFunc validationFunc; 426 //%@property(nonatomic, readonly) NSUInteger count [all...] |
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
ServerCallHandler.cs | 41 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<UnaryServerCallHandler<TRequest, TResponse>>(); 43 readonly Method<TRequest, TResponse> method; 44 readonly UnaryServerMethod<TRequest, TResponse> handler; 105 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<ServerStreamingServerCallHandler<TRequest, TResponse>>(); 107 readonly Method<TRequest, TResponse> method; 108 readonly ServerStreamingServerMethod<TRequest, TResponse> handler; 168 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<ClientStreamingServerCallHandler<TRequest, TResponse>>(); 170 readonly Method<TRequest, TResponse> method; 171 readonly ClientStreamingServerMethod<TRequest, TResponse> handler; 231 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<DuplexStreamingServerCallHandler<TRequest, TRespon (…) [all...] |
CallSafeHandle.cs | 32 public static readonly CallSafeHandle NullInstance = new CallSafeHandle(); 33 static readonly NativeMethods Native = NativeMethods.Get(); 37 static readonly BatchCompletionDelegate CompletionHandler_IUnaryResponseClientCallback = 39 static readonly BatchCompletionDelegate CompletionHandler_IReceivedStatusOnClientCallback = 41 static readonly BatchCompletionDelegate CompletionHandler_IReceivedMessageCallback = 43 static readonly BatchCompletionDelegate CompletionHandler_IReceivedResponseHeadersCallback = 45 static readonly BatchCompletionDelegate CompletionHandler_ISendCompletionCallback = 47 static readonly BatchCompletionDelegate CompletionHandler_ISendStatusFromServerCompletionCallback = 49 static readonly BatchCompletionDelegate CompletionHandler_IReceivedCloseOnServerCallback =
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
MockServiceHelper.cs | 39 readonly string host; 40 readonly IEnumerable<ChannelOption> channelOptions; 42 readonly Method<string, string> unaryMethod; 43 readonly Method<string, string> clientStreamingMethod; 44 readonly Method<string, string> serverStreamingMethod; 45 readonly Method<string, string> duplexStreamingMethod;
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
ClientRunners.cs | 44 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<ClientRunners>(); 47 static readonly BlockingCollection<BasicProfiler> profilers = new BlockingCollection<BasicProfiler>(); 125 readonly List<Channel> channels; 126 readonly ClientType clientType; 127 readonly RpcType rpcType; 128 readonly PayloadConfig payloadConfig; 129 readonly Lazy<byte[]> cachedByteBufferRequest; 130 readonly ThreadLocal<Histogram> threadLocalHistogram; 132 readonly List<Task> runnerTasks; 133 readonly CancellationTokenSource stoppedCts = new CancellationTokenSource() [all...] |
InterarrivalTimers.cs | 66 readonly ExponentialDistribution exponentialDistribution; 114 readonly Random random; 115 readonly double lambda; 116 readonly double lambdaReciprocal;
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
PackageDescriptor.cs | 42 private readonly string name; 43 private readonly string fullName; 44 private readonly FileDescriptor file;
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
UnittestWellKnownTypes.cs | 183 private static readonly pb::MessageParser<TestWellKnownTypes> _parser = new pb::MessageParser<TestWellKnownTypes>(() => new TestWellKnownTypes()); 318 private static readonly pb::FieldCodec<double?> _single_doubleField_codec = pb::FieldCodec.ForStructWrapper<double>(82); 329 private static readonly pb::FieldCodec<float?> _single_floatField_codec = pb::FieldCodec.ForStructWrapper<float>(90); 340 private static readonly pb::FieldCodec<long?> _single_int64Field_codec = pb::FieldCodec.ForStructWrapper<long>(98); 351 private static readonly pb::FieldCodec<ulong?> _single_uint64Field_codec = pb::FieldCodec.ForStructWrapper<ulong>(106); 362 private static readonly pb::FieldCodec<int?> _single_int32Field_codec = pb::FieldCodec.ForStructWrapper<int>(114); 373 private static readonly pb::FieldCodec<uint?> _single_uint32Field_codec = pb::FieldCodec.ForStructWrapper<uint>(122); 384 private static readonly pb::FieldCodec<bool?> _single_boolField_codec = pb::FieldCodec.ForStructWrapper<bool>(130); 395 private static readonly pb::FieldCodec<string> _single_stringField_codec = pb::FieldCodec.ForClassWrapper<string>(138); 406 private static readonly pb::FieldCodec<pb::ByteString> _single_bytesField_codec = pb::FieldCodec.ForClassWrapper<pb::ByteS (…) [all...] |
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
MismatchedTokenException.cs | 46 private readonly int _expecting = TokenTypes.Invalid; 47 private readonly ReadOnlyCollection<string> _tokenNames;
|
EarlyExitException.cs | 44 private readonly int _decisionNumber;
|
MismatchedSetException.cs | 43 private readonly BitSet _expecting;
|
MismatchedTreeNodeException.cs | 44 private readonly int _expecting;
|
/external/lzma/CS/7zip/Common/ |
CRC.cs | 7 public static readonly uint[] Table;
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
EarlyExitException.cs | 42 private readonly int _decisionNumber;
|
MismatchedSetException.cs | 41 private readonly BitSet _expecting;
|
MismatchedTreeNodeException.cs | 42 private readonly int _expecting;
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
RewriteCardinalityException.cs | 47 private readonly string _elementDescription;
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
RewriteCardinalityException.cs | 49 private readonly string _elementDescription;
|
/external/antlr/runtime/ObjC/Framework/ |
AMutableDictionary.h | 31 @property (assign, readonly, getter=count) NSUInteger count;
|
/external/compiler-rt/test/BlocksRuntime/ |
testfilerunner.h | 77 @property(readonly) __strong char *radar;
|