Home
last modified time | relevance | path

Searched defs:Init (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/third_party/grpc/src/core/lib/gprpp/
Dmanual_constructor.h123 void Init() { in Init() function
134 void Init(Ts&&... args) { in Init() function
143 void Init(const DerivedType& x) { in Init() function
147 void Init(DerivedType&& x) { in Init() function
185 void Init() { new (&space_) Type; } in Init() function
194 void Init(Ts&&... args) { in Init() function
202 void Init(const Type& x) { new (&space_) Type(x); } in Init() function
203 void Init(Type&& x) { new (&space_) Type(std::move(x)); } in Init() function
/third_party/grpc/test/cpp/common/
Dchannel_filter_test.cc31 grpc_error* Init(grpc_channel_element* /*elem*/, in Init() function in grpc::testing::MyChannelData
42 grpc_error* Init(grpc_call_element* /*elem*/, in Init() function in grpc::testing::MyCallData
/third_party/abseil-cpp/absl/hash/
Dhash.h307 void Init(T* state) { in Init() function
313 void Init(HashState* state) { in Init() function
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_channel.cc44 void Init() override { in Init() function in InsecureChannelFixture
52 void Init() override { in Init() function in LameChannelFixture
/third_party/benchmark/src/
Dre.h90 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() function
119 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() function
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dre.h85 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() function
113 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() function
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash.h329 void Init(T* state) { in Init() function
335 void Init(HashState* state) { in Init() function
/third_party/grpc/src/cpp/ext/filters/census/
Dchannel_filter.cc25 grpc_error* CensusChannelData::Init(grpc_channel_element* /*elem*/, in Init() function in grpc::CensusChannelData
/third_party/cef/libcef/browser/chrome/views/
Dchrome_browser_frame.cc11 void ChromeBrowserFrame::Init(BrowserView* browser_view, in Init() function in ChromeBrowserFrame
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCRC.h47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() argument
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DRunnerClientServerTest.cs39 public void Init() in Init() method in Grpc.IntegrationTesting.RunnerClientServerTest
DExternalDnsClientServerTest.cs46 public void Init() in Init() method in Grpc.IntegrationTesting.ExternalDnsClientServerTest
DUnobservedTaskExceptionTest.cs43 public void Init() in Init() method in Grpc.IntegrationTesting.UnobservedTaskExceptionTest
/third_party/node/test/node-api/test_cleanup_hook/
Dbinding.c12 static napi_value Init(napi_env env, napi_value exports) { in Init() function
/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/
Dsingleton_posix.h38 static void Init() { in Init() function
Dsingleton.h40 static void Init() { in Init() function
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DShutdownTest.cs40 public void Init() in Init() method in Grpc.Core.Tests.ShutdownTest
DHalfcloseTest.cs41 public void Init() in Init() method in Grpc.Core.Tests.HalfcloseTest
DPerformanceTest.cs41 public void Init() in Init() method in Grpc.Core.Tests.PerformanceTest
DChannelConnectivityTest.cs42 public void Init() in Init() method in Grpc.Core.Tests.ChannelConnectivityTest
/third_party/node/test/js-native-api/4_object_factory/
D4_object_factory.c18 napi_value Init(napi_env env, napi_value exports) { in Init() function
/third_party/node/test/node-api/test_fatal_exception/
Dtest_fatal_exception.c15 static napi_value Init(napi_env env, napi_value exports) { in Init() function
/third_party/node/test/js-native-api/7_factory_wrap/
D7_factory_wrap.cc17 napi_value Init(napi_env env, napi_value exports) { in Init() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalInits.cpp113 for (const auto *Init : Initializers) { in dumpType() local
139 for (const auto *Init : Initializers) { in dump() local
/third_party/node/test/js-native-api/5_function_factory/
D5_function_factory.c18 napi_value Init(napi_env env, napi_value exports) { in Init() function

12345678910>>...12