HomeSort by relevance Sort by last modified time
    Searched refs:readonly (Results 276 - 300 of 432) sorted by null

<<1112131415161718

  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
ChannelSafeHandle.cs 29 static readonly NativeMethods Native = NativeMethods.Get();
ServerSafeHandle.cs 26 static readonly NativeMethods Native = NativeMethods.Get();
AsyncCallServer.cs 36 readonly TaskCompletionSource<object> finishedServersideTcs = new TaskCompletionSource<object>();
37 readonly CancellationTokenSource cancellationTokenSource = new CancellationTokenSource();
38 readonly Server server;
NativeExtension.cs 32 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<NativeExtension>();
33 static readonly object staticLock = new object();
36 readonly NativeMethods nativeMethods;
UnmanagedLibrary.cs 39 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<UnmanagedLibrary>();
45 readonly string libraryPath;
46 readonly IntPtr handle;
  /external/grpc-grpc/src/csharp/Grpc.Core.Tests/
PInvokeTest.cs 33 static readonly NativeMethods Native = NativeMethods.Get();
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
WorkerServiceImpl.cs 35 readonly Action stopRequestHandler;
Control.cs 171 private static readonly pb::MessageParser<PoissonParams> _parser = new pb::MessageParser<PoissonParams>(() => new PoissonParams());
307 private static readonly pb::MessageParser<ClosedLoopParams> _parser = new pb::MessageParser<ClosedLoopParams>(() => new ClosedLoopParams());
408 private static readonly pb::MessageParser<LoadParams> _parser = new pb::MessageParser<LoadParams>(() => new LoadParams());
615 private static readonly pb::MessageParser<SecurityParams> _parser = new pb::MessageParser<SecurityParams>(() => new SecurityParams());
    [all...]
Empty.cs 49 private static readonly pb::MessageParser<Empty> _parser = new pb::MessageParser<Empty>(() => new Empty());
EmptyServiceGrpc.cs 32 static readonly string __ServiceName = "grpc.testing.EmptyService";
Messages.cs 98 private static readonly pb::MessageParser<BoolValue> _parser = new pb::MessageParser<BoolValue>(() => new BoolValue());
233 private static readonly pb::MessageParser<Payload> _parser = new pb::MessageParser<Payload>(() => new Payload());
400 private static readonly pb::MessageParser<EchoStatus> _parser = new pb::MessageParser<EchoStatus>(() => new EchoStatus());
560 private static readonly pb::MessageParser<SimpleRequest> _parser = new pb::MessageParser<SimpleRequest>(() => new SimpleRequest());
    [all...]
Stats.cs 59 private static readonly pb::MessageParser<ServerStats> _parser = new pb::MessageParser<ServerStats>(() => new ServerStats());
387 private static readonly pb::MessageParser<HistogramParams> _parser = new pb::MessageParser<HistogramParams>(() => new HistogramParams());
553 private static readonly pb::MessageParser<HistogramData> _parser = new pb::MessageParser<HistogramData>(() => new HistogramData());
593 private static readonly pb::FieldCodec<uint> _repeated_bucket_codec
595 private readonly pbc::RepeatedField<uint> bucket_ = new pbc::RepeatedField<uint>();
815 private static readonly pb::MessageParser<RequestResultCount> _parser = new pb::MessageParser<RequestResultCount>(() => new RequestResultCount());
    [all...]
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDVideoCallViewController.m 23 @property(nonatomic, readonly) ARDVideoCallView *videoCallView;
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
MessageDescriptor.cs 45 private static readonly HashSet<string> WellKnownTypeNames = new HashSet<string>
59 private readonly IList<FieldDescriptor> fieldsInDeclarationOrder;
60 private readonly IList<FieldDescriptor> fieldsInNumberOrder;
61 private readonly IDictionary<string, FieldDescriptor> jsonFieldMap;
245 private readonly MessageDescriptor messageDescriptor;
  /external/grpc-grpc/src/csharp/Grpc.Reflection/
Reflection.cs 78 private static readonly pb::MessageParser<ServerReflectionRequest> _parser = new pb::MessageParser<ServerReflectionRequest>(() => new ServerReflectionRequest());
425 private static readonly pb::MessageParser<ExtensionRequest> _parser = new pb::MessageParser<ExtensionRequest>(() => new ExtensionRequest());
588 private static readonly pb::MessageParser<ServerReflectionResponse> _parser = new pb::MessageParser<ServerReflectionResponse>(() => new ServerReflectionResponse());
    [all...]
  /external/deqp-deps/glslang/hlsl/
hlslGrammar.cpp 633 qualifier.readonly = type.getQualifier().readonly;
2082 bool readonly = false; local
2280 bool readonly = false; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
memoryobject.c 384 return PyBool_FromLong(self->view.readonly);
399 {"readonly", (getter)memory_readonly_get, NULL, NULL},
480 /* The view member should have readonly == -1 in
596 int newflags = view->readonly
634 if (view->readonly) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
memoryobject.c 384 return PyBool_FromLong(self->view.readonly);
399 {"readonly", (getter)memory_readonly_get, NULL, NULL},
480 /* The view member should have readonly == -1 in
596 int newflags = view->readonly
634 if (view->readonly) {
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 61 internal static readonly Encoding Utf8Encoding = Encoding.UTF8;
66 public static readonly int DefaultBufferSize = 4096;
68 private readonly bool leaveOpen;
69 private readonly byte[] buffer;
70 private readonly int limit;
72 private readonly Stream output;
  /external/python/cpython2/Objects/
memoryobject.c 384 return PyBool_FromLong(self->view.readonly);
399 {"readonly", (getter)memory_readonly_get, NULL, NULL},
480 /* The view member should have readonly == -1 in
597 int newflags = view->readonly
635 if (view->readonly) {
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
FieldMask.cs 192 private static readonly pb::MessageParser<FieldMask> _parser = new pb::MessageParser<FieldMask>(() => new FieldMask());
219 private static readonly pb::FieldCodec<string> _repeated_paths_codec
221 private readonly pbc::RepeatedField<string> paths_ = new pbc::RepeatedField<string>();
Empty.cs 54 private static readonly pb::MessageParser<Empty> _parser = new pb::MessageParser<Empty>(() => new Empty());
SourceContext.cs 47 private static readonly pb::MessageParser<SourceContext> _parser = new pb::MessageParser<SourceContext>(() => new SourceContext());
  /external/grpc-grpc/src/csharp/Grpc.Core/
DefaultCallInvoker.cs 30 readonly Channel channel;
  /external/protobuf/csharp/src/Google.Protobuf/Collections/
ReadOnlyDictionary.cs 44 private readonly IDictionary<TKey, TValue> wrapped;

Completed in 329 milliseconds

<<1112131415161718