Home
last modified time | relevance | path

Searched defs:initialize (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/third_party/grpc/src/ruby/lib/grpc/
Derrors.rb40 def initialize(code, method in GRPC.BadStatus
110 def initialize(details = 'unknown cause', method in GRPC.Ok
120 def initialize(details = 'unknown cause', method in GRPC.Cancelled
130 def initialize(details = 'unknown cause', method in GRPC.Unknown
140 def initialize(details = 'unknown cause', method in GRPC.InvalidArgument
150 def initialize(details = 'unknown cause', method in GRPC.DeadlineExceeded
160 def initialize(details = 'unknown cause', method in GRPC.NotFound
170 def initialize(details = 'unknown cause', method in GRPC.AlreadyExists
180 def initialize(details = 'unknown cause', method in GRPC.PermissionDenied
190 def initialize(details = 'unknown cause', method in GRPC.Unauthenticated
[all …]
/third_party/typescript/tests/baselines/reference/
DsuperNoModifiersCrash.js3 initialize() { method in Parent
10 initialize() { method in Child
33 Parent.prototype.initialize = function () { method in Parent
34 _super.prototype.initialize.apply(this, arguments); method in _super
44 Child.prototype.initialize = function () { method in Child
DcommentsOnObjectLiteral2.js9 initialize: function(name) { method
22 initialize: function (name) { method
/third_party/boost/boost/geometry/algorithms/detail/envelope/
Dinitialize.hpp64 struct initialize struct
66 typedef typename coordinate_type<Box>::type coordinate_type;
68 static inline void apply(Box& box, in apply()
/third_party/typescript/tests/cases/compiler/
DsuperNoModifiersCrash.ts5 initialize() { method in Parent
12 initialize() { method in Child
/third_party/grpc/src/ruby/end2end/
Dend2end_common.rb40 def initialize(value) method in MutableValue
50 def initialize method in EchoServerImpl
83 def initialize(service_impl, rpc_server_args: {}) method in ServerRunner
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dprint-lzw-example.go115 initialize() methodSpec
150 func (t *naive) initialize() { func
174 func (t *suf1) initialize() { func
227 func (t *sufQ) initialize() { func
/third_party/grpc/src/ruby/qps/
Dqps-common.rb46 def initialize(sentinel) method in EnumeratorQueue
65 def initialize(reqs) method in PingPongEnumerator
Dclient.rb37 def initialize(lambda) method in Poisson
44 def initialize(config) method in BenchmarkClient
Dproxy-worker.rb34 def initialize(port, c_ext, php_client_bin) method in ProxyBenchmarkClientServiceImpl
141 def initialize(s, bmc) method in ProxyWorkerServiceImpl
/third_party/grpc/examples/ruby/route_guide/
Droute_guide_server.rb55 def initialize(feature_db, bounds) method in RectangleEnum
90 def initialize(feature_db) method in ServerImpl
136 def initialize(notes, received_notes) method in RouteChatEnumerator
Droute_guide_client.rb73 def initialize(features, size) method in RandomRoute
134 def initialize(items, delay) method in SleepingEnumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugCrossExSubsection.cpp18 Error DebugCrossModuleExportsSubsectionRef::initialize( in initialize() function in DebugCrossModuleExportsSubsectionRef
29 Error DebugCrossModuleExportsSubsectionRef::initialize(BinaryStreamRef Stream) { in initialize() function in DebugCrossModuleExportsSubsectionRef
DDebugFrameDataSubsection.cpp15 Error DebugFrameDataSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize() function in DebugFrameDataSubsectionRef
31 Error DebugFrameDataSubsectionRef::initialize(BinaryStreamRef Section) { in initialize() function in DebugFrameDataSubsectionRef
DDebugCrossImpSubsection.cpp44 Error DebugCrossModuleImportsSubsectionRef::initialize( in initialize() function in DebugCrossModuleImportsSubsectionRef
49 Error DebugCrossModuleImportsSubsectionRef::initialize(BinaryStreamRef Stream) { in initialize() function in DebugCrossModuleImportsSubsectionRef
DDebugStringTableSubsection.cpp25 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) { in initialize() function in DebugStringTableSubsectionRef
30 Error DebugStringTableSubsectionRef::initialize(BinaryStreamReader &Reader) { in initialize() function in DebugStringTableSubsectionRef
/third_party/boost/boost/geometry/algorithms/detail/
Dassign_values.hpp55 struct initialize struct
58 static inline void apply(Box& box, typename coordinate_type<Box>::type const& value) in apply()
67 struct initialize<Index, DimensionCount, DimensionCount> struct
70 static inline void apply(Box&, typename coordinate_type<Box>::type const&) in apply()
/third_party/grpc/src/ruby/pb/test/
Dclient.rb186 def initialize(msg_sizes) method in PingPongPlayer
221 def initialize(req_size, sleep_time) method in BlockingEnumerator
241 def initialize(requests_and_write_flags) method in WriteFlagSettingStreamingInputEnumerable
259 def initialize(stub, args) method in NamedTests
/third_party/grpc/src/ruby/bin/
Dmath_server.rb50 def initialize(limit) method in Fibber
78 def initialize(sentinel) method in EnumeratorQueue
/third_party/libuv/docs/code/plugin/
Dhello.c3 void initialize() { in initialize() function
/third_party/boost/boost/graph/distributed/adjlist/
Dinitialize.hpp23 initialize(EdgeIterator first, EdgeIterator last, in initialize() function in boost::PBGL_DISTRIB_ADJLIST_TYPE
45 initialize(EdgeIterator first, EdgeIterator last, in initialize() function in boost::PBGL_DISTRIB_ADJLIST_TYPE
70 initialize(EdgeIterator first, EdgeIterator last, in initialize() function in boost::PBGL_DISTRIB_ADJLIST_TYPE
200 initialize(EdgeIterator first, EdgeIterator last, in initialize() function in boost::PBGL_DISTRIB_ADJLIST_TYPE
/third_party/grpc/src/ruby/lib/grpc/generic/
Dservice.rb44 def initialize(name) method in GRPC.GenericService.DuplicateRpcName
157 def initialize(host, creds, **kw) singletonMethod in GRPC.GenericService.Dsl.rpc_stub_class.__anon31d7c5870100
Dinterceptor_registry.rb33 def initialize(interceptors = []) method in GRPC.InterceptorRegistry
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/javascript/experimentalObjectRestSpread/
Dshorthand-methods.src.js2 initialize({someVar, otherVar, ...options}) { method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h23 virtual void initialize() {} in initialize() function

12345678910>>...23