Home
last modified time | relevance | path

Searched refs:Stub (Results 1 – 25 of 138) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/ELF/
DELFStub.cpp14 ELFStub::ELFStub(ELFStub const &Stub) { in ELFStub() argument
15 TbeVersion = Stub.TbeVersion; in ELFStub()
16 Arch = Stub.Arch; in ELFStub()
17 SoName = Stub.SoName; in ELFStub()
18 NeededLibs = Stub.NeededLibs; in ELFStub()
19 Symbols = Stub.Symbols; in ELFStub()
22 ELFStub::ELFStub(ELFStub &&Stub) { in ELFStub() argument
23 TbeVersion = std::move(Stub.TbeVersion); in ELFStub()
24 Arch = std::move(Stub.Arch); in ELFStub()
25 SoName = std::move(Stub.SoName); in ELFStub()
[all …]
DTBEHandler.cpp131 static void mapping(IO &IO, ELFStub &Stub) { in mapping()
134 IO.mapRequired("TbeVersion", Stub.TbeVersion); in mapping()
135 IO.mapOptional("SoName", Stub.SoName); in mapping()
136 IO.mapRequired("Arch", (ELFArchMapper &)Stub.Arch); in mapping()
137 IO.mapOptional("NeededLibs", Stub.NeededLibs); in mapping()
138 IO.mapRequired("Symbols", Stub.Symbols); in mapping()
147 std::unique_ptr<ELFStub> Stub(new ELFStub()); in readTBEFromBuffer() local
148 YamlIn >> *Stub; in readTBEFromBuffer()
152 return std::move(Stub); in readTBEFromBuffer()
155 Error elfabi::writeTBEToOutputStream(raw_ostream &OS, const ELFStub &Stub) { in writeTBEToOutputStream() argument
[all …]
/third_party/boost/boost/exception/
Dto_string_stub.hpp35 template <class T,class Stub>
38 convert( T const & x, Stub ) in convert()
48 template <class T,class Stub>
51 convert( T const & x, Stub s ) in convert()
77 template <class T,class Stub>
80 dispatch( T const & x, Stub s ) in dispatch()
103 template <class T,class Stub>
106 to_string_stub( T const & x, Stub s ) in to_string_stub()
111 template <class T,class U,class Stub>
114 to_string_stub( std::pair<T,U> const & x, Stub s ) in to_string_stub()
/third_party/flatbuffers/tests/
Dmonster_test.grpc.fb.cc26 std::unique_ptr< MonsterStorage::Stub> MonsterStorage::NewStub(const std::shared_ptr< ::grpc::Chann… in NewStub()
27 std::unique_ptr< MonsterStorage::Stub> stub(new MonsterStorage::Stub(channel)); in NewStub()
31 MonsterStorage::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel) in Stub() function in MyGame::Example::MonsterStorage::Stub
38 ::grpc::Status MonsterStorage::Stub::Store(::grpc::ClientContext* context, const flatbuffers::grpc:… in Store()
42 ::grpc::ClientAsyncResponseReader< flatbuffers::grpc::Message<Stat>>* MonsterStorage::Stub::AsyncSt… in AsyncStoreRaw()
46 ::grpc::ClientAsyncResponseReader< flatbuffers::grpc::Message<Stat>>* MonsterStorage::Stub::Prepare… in PrepareAsyncStoreRaw()
50 ::grpc::ClientReader< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::RetrieveRaw(::grp… in RetrieveRaw()
54 ::grpc::ClientAsyncReader< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::AsyncRetriev… in AsyncRetrieveRaw()
58 ::grpc::ClientAsyncReader< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::PrepareAsync… in PrepareAsyncRetrieveRaw()
62 ::grpc::ClientWriter< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::GetMaxHitPointRaw… in GetMaxHitPointRaw()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcABISupport.cpp170 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlock.base()); in emitIndirectStubsBlock() local
175 Stub[I] = 0xd61f020058000010 | PtrOffsetField; in emitIndirectStubsBlock()
252 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlock.base()); in emitIndirectStubsBlock() local
256 Stub[I] = 0xF1C40000000025ff | PtrOffsetField; in emitIndirectStubsBlock()
520 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlock.base()); in emitIndirectStubsBlock() local
523 Stub[I] = 0xF1C40000000025ff | (PtrAddr << 16); in emitIndirectStubsBlock()
706 uint32_t *Stub = reinterpret_cast<uint32_t *>(StubsBlock.base()); in emitIndirectStubsBlock() local
707 uint64_t PtrAddr = reinterpret_cast<uint64_t>(Stub) + NumPages * PageSize; in emitIndirectStubsBlock()
711 Stub[4 * I + 0] = 0x3c190000 | (HiAddr & 0xFFFF); // lui $t9,ptr1 in emitIndirectStubsBlock()
712 Stub[4 * I + 1] = 0x8f390000 | (PtrAddr & 0xFFFF); // lw $t9,%lo(ptr1)($t9) in emitIndirectStubsBlock()
[all …]
/third_party/grpc/test/cpp/qps/
Dclient_async.cc67 BenchmarkService::Stub* stub, const RequestType& req, in ClientRpcContextUnaryImpl()
71 BenchmarkService::Stub*, grpc::ClientContext*, const RequestType&, in ClientRpcContextUnaryImpl()
120 BenchmarkService::Stub* stub_;
130 BenchmarkService::Stub*, grpc::ClientContext*, const RequestType&,
301 static std::unique_ptr<BenchmarkService::Stub> BenchmarkStubCreator( in BenchmarkStubCreator()
307 : public AsyncClient<BenchmarkService::Stub, SimpleRequest> {
310 : AsyncClient<BenchmarkService::Stub, SimpleRequest>( in AsyncUnaryClient()
322 PrepareReq(BenchmarkService::Stub* stub, grpc::ClientContext* ctx, in PrepareReq()
326 static ClientRpcContext* SetupCtx(BenchmarkService::Stub* stub, in SetupCtx()
339 BenchmarkService::Stub* stub, const RequestType& req, in ClientRpcContextStreamingPingPongImpl()
[all …]
Dclient_callback.cc46 CallbackClientRpcContext(BenchmarkService::Stub* stub) in CallbackClientRpcContext()
54 BenchmarkService::Stub* stub_;
57 static std::unique_ptr<BenchmarkService::Stub> BenchmarkStubCreator( in BenchmarkStubCreator()
63 : public ClientImpl<BenchmarkService::Stub, SimpleRequest> {
66 : ClientImpl<BenchmarkService::Stub, SimpleRequest>( in CallbackClient()
/third_party/grpc/src/ruby/pb/src/proto/grpc/testing/
Dtest_services_pb.rb66 Stub = Service.rpc_stub_class constant
83 Stub = Service.rpc_stub_class constant
99 Stub = Service.rpc_stub_class constant
117 Stub = Service.rpc_stub_class constant
133 Stub = Service.rpc_stub_class constant
149 Stub = Service.rpc_stub_class constant
/third_party/grpc/test/cpp/interop/
Dgrpclb_fallback_test.cc91 GrpclbRouteType DoRPCAndGetPath(TestService::Stub* stub, int deadline_seconds, in DoRPCAndGetPath()
120 GrpclbRouteType DoRPCAndGetPath(TestService::Stub* stub, int deadline_seconds) { in DoRPCAndGetPath()
124 GrpclbRouteType DoWaitForReadyRPCAndGetPath(TestService::Stub* stub, in DoWaitForReadyRPCAndGetPath()
161 std::unique_ptr<TestService::Stub> CreateFallbackTestStub() { in CreateFallbackTestStub()
197 std::unique_ptr<TestService::Stub> stub = CreateFallbackTestStub(); in RunFallbackBeforeStartupTest()
221 std::unique_ptr<TestService::Stub> stub = CreateFallbackTestStub(); in RunFallbackAfterStartupTest()
Dinterop_client.h109 TestService::Stub* Get();
110 UnimplementedService::Stub* GetUnimplementedServiceStub();
117 std::unique_ptr<TestService::Stub> stub_;
118 std::unique_ptr<UnimplementedService::Stub> unimplemented_service_stub_;
Dhttp2_client.h49 TestService::Stub* Get();
52 std::unique_ptr<TestService::Stub> stub_;
Dreconnect_interop_client.cc60 std::unique_ptr<ReconnectService::Stub> control_stub( in main()
86 std::unique_ptr<ReconnectService::Stub> retry_stub( in main()
/third_party/grpc/examples/ruby/pubsub/tech/pubsub/proto/
Dpubsub_services.rb43 Stub = Service.rpc_stub_class constant
69 Stub = Service.rpc_stub_class constant
85 Stub = Service.rpc_stub_class constant
/third_party/grpc/test/cpp/microbenchmarks/
Dcallback_streaming_ping_pong.h40 BidiClient(benchmark::State* state, EchoTestService::Stub* stub, in BidiClient()
109 EchoTestService::Stub* stub_;
127 std::unique_ptr<EchoTestService::Stub> stub_( in BM_CallbackBidiStreaming()
Dcallback_unary_ping_pong.h41 EchoTestService::Stub* stub_, bool* done, in SendCallbackUnaryPingPong()
68 std::unique_ptr<EchoTestService::Stub> stub_( in BM_CallbackUnaryPingPong()
Dbm_opencensus_plugin.cc89 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub = in BM_E2eLatencyCensusDisabled()
112 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub = in BM_E2eLatencyCensusEnabled()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/ELF/
DELFStub.h62 ELFStub(const ELFStub &Stub);
63 ELFStub(ELFStub &&Stub);
/third_party/grpc/test/cpp/util/
Dproto_reflection_descriptor_database.h38 std::unique_ptr<reflection::v1alpha::ServerReflection::Stub> stub);
99 std::unique_ptr<grpc::reflection::v1alpha::ServerReflection::Stub> stub_;
/third_party/grpc/test/cpp/end2end/
Dport_sharing_end2end_test.cc284 std::unique_ptr<EchoTestService::Stub> stub_handoff1_;
286 std::unique_ptr<EchoTestService::Stub> stub_handoff2_;
289 std::unique_ptr<EchoTestService::Stub> stub_direct_;
298 static void SendRpc(EchoTestService::Stub* stub, int num_rpcs) { in SendRpc()
Dservice_config_end2end_test.cc223 std::unique_ptr<grpc::testing::EchoTestService::Stub> BuildStub( in BuildStub()
258 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub, in SendRpc()
275 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub, in CheckRpcSendOk()
291 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub) { in CheckRpcSendFailure()
353 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub, in WaitForServer()
426 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub_;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h156 auto Stub = Stubs.find(OriginalRelValueRef); in generateRelocationStub() local
157 if (Stub == Stubs.end()) { in generateRelocationStub()
168 StubOffset = Stub->second; in generateRelocationStub()
/third_party/python/Lib/unittest/test/
Dtest_case.py1244 def Stub(): function
1246 self.assertRaises(ExceptionMock, Stub)
1248 self.assertRaises((ValueError, ExceptionMock), Stub)
1259 self.assertRaises(ValueError, Stub)
1264 def Stub(): function
1267 Stub()
1270 Stub()
1291 self.assertRaises(ValueError, Stub)
1322 def Stub(): function
1325 self.assertRaisesRegex(ExceptionMock, re.compile('expect$'), Stub)
[all …]
/third_party/grpc/examples/ruby/without_protobuf/
Decho_services_noprotobuf.rb33 Stub = Service.rpc_stub_class constant
/third_party/grpc/src/ruby/end2end/lib/
Decho_services_pb.rb35 Stub = Service.rpc_stub_class constant
/third_party/grpc/examples/ruby/lib/
Dhelloworld_services_pb.rb37 Stub = Service.rpc_stub_class constant

123456