Home
last modified time | relevance | path

Searched refs:FindSymbol (Results 1 – 25 of 594) sorted by relevance

12345678910>>...24

/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/jhump/protoreflect/dynamic/
H A Dextension_registry_test.go24 file.FindSymbol("testprotos.xtm"),
25 file.FindSymbol("testprotos.xs"),
26 file.FindSymbol("testprotos.xi"),
27 file.FindSymbol("testprotos.xui"),
46 testutil.Eq(t, file.FindSymbol("testprotos.xtm"), fds[0])
47 testutil.Eq(t, file.FindSymbol("testprotos.xs"), fds[1])
48 testutil.Eq(t, file.FindSymbol("testprotos.xi"), fds[2])
64 testutil.Eq(t, file.FindSymbol("testprotos.xtm"), fds[0])
65 testutil.Eq(t, file.FindSymbol("testprotos.xs"), fds[1])
66 testutil.Eq(t, file.FindSymbol("testprotos.xi"), fds[2])
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/dynamic/
H A Dextension_registry_test.go24 file.FindSymbol("testprotos.xtm"),
25 file.FindSymbol("testprotos.xs"),
26 file.FindSymbol("testprotos.xi"),
27 file.FindSymbol("testprotos.xui"),
46 testutil.Eq(t, file.FindSymbol("testprotos.xtm"), fds[0])
47 testutil.Eq(t, file.FindSymbol("testprotos.xs"), fds[1])
48 testutil.Eq(t, file.FindSymbol("testprotos.xi"), fds[2])
64 testutil.Eq(t, file.FindSymbol("testprotos.xtm"), fds[0])
65 testutil.Eq(t, file.FindSymbol("testprotos.xs"), fds[1])
66 testutil.Eq(t, file.FindSymbol("testprotos.xi"), fds[2])
[all …]
/dports/net/evans/evans-0.9.1/vendor/github.com/jhump/protoreflect/dynamic/
H A Dextension_registry_test.go24 file.FindSymbol("testprotos.xtm"),
25 file.FindSymbol("testprotos.xs"),
26 file.FindSymbol("testprotos.xi"),
27 file.FindSymbol("testprotos.xui"),
46 testutil.Eq(t, file.FindSymbol("testprotos.xtm"), fds[0])
47 testutil.Eq(t, file.FindSymbol("testprotos.xs"), fds[1])
48 testutil.Eq(t, file.FindSymbol("testprotos.xi"), fds[2])
64 testutil.Eq(t, file.FindSymbol("testprotos.xtm"), fds[0])
65 testutil.Eq(t, file.FindSymbol("testprotos.xs"), fds[1])
66 testutil.Eq(t, file.FindSymbol("testprotos.xi"), fds[2])
[all …]
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/jhump/protoreflect/dynamic/
H A Dextension_registry_test.go24 file.FindSymbol("testprotos.xtm"),
25 file.FindSymbol("testprotos.xs"),
26 file.FindSymbol("testprotos.xi"),
27 file.FindSymbol("testprotos.xui"),
46 testutil.Eq(t, file.FindSymbol("testprotos.xtm"), fds[0])
47 testutil.Eq(t, file.FindSymbol("testprotos.xs"), fds[1])
48 testutil.Eq(t, file.FindSymbol("testprotos.xi"), fds[2])
64 testutil.Eq(t, file.FindSymbol("testprotos.xtm"), fds[0])
65 testutil.Eq(t, file.FindSymbol("testprotos.xs"), fds[1])
66 testutil.Eq(t, file.FindSymbol("testprotos.xi"), fds[2])
[all …]
/dports/editors/lazarus/lazarus/components/fpdebug/
H A Dfpdbgsymtablecontext.pas34 function FindSymbol(const AName: String): TFpDbgValue; override; in FindSymbol() function
49 function FindSymbol(AAddress: TDbgPtr): TFpDbgSymbol; override; in FindSymbol() function
50 function FindSymbol(const AName: String): TFpDbgSymbol; override; in FindSymbol() function
88 function TFpSymbolContext.FindSymbol(const AName: String): TFpDbgValue; in FindSymbol() function
138 function TFpSymbolInfo.FindSymbol(AAddress: TDbgPtr): TFpDbgSymbol; in FindSymbol() function
140 Result:=inherited FindSymbol(AAddress);
143 function TFpSymbolInfo.FindSymbol(const AName: String): TFpDbgSymbol; in FindSymbol() function
/dports/editors/lazarus-qt5/lazarus/components/fpdebug/
H A Dfpdbgsymtablecontext.pas34 function FindSymbol(const AName: String): TFpDbgValue; override; in FindSymbol() function
49 function FindSymbol(AAddress: TDbgPtr): TFpDbgSymbol; override; in FindSymbol() function
50 function FindSymbol(const AName: String): TFpDbgSymbol; override; in FindSymbol() function
88 function TFpSymbolContext.FindSymbol(const AName: String): TFpDbgValue; in FindSymbol() function
138 function TFpSymbolInfo.FindSymbol(AAddress: TDbgPtr): TFpDbgSymbol; in FindSymbol() function
140 Result:=inherited FindSymbol(AAddress);
143 function TFpSymbolInfo.FindSymbol(const AName: String): TFpDbgSymbol; in FindSymbol() function
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Neptune/Source/Core/
H A DNptDynamicLibraries.h52 virtual NPT_Result FindSymbol(const char* name, void*& symbol) = 0;
69 virtual NPT_Result FindSymbol(const char* name, void*& symbol) { in FindSymbol() function
70 return m_Delegate->FindSymbol(name, symbol); in FindSymbol()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/platinum/
H A DNptDynamicLibraries.h52 virtual NPT_Result FindSymbol(const char* name, void*& symbol) = 0;
69 virtual NPT_Result FindSymbol(const char* name, void*& symbol) { in FindSymbol() function
70 return m_Delegate->FindSymbol(name, symbol); in FindSymbol()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/platinum/
H A DNptDynamicLibraries.h52 virtual NPT_Result FindSymbol(const char* name, void*& symbol) = 0;
69 virtual NPT_Result FindSymbol(const char* name, void*& symbol) { in FindSymbol() function
70 return m_Delegate->FindSymbol(name, symbol); in FindSymbol()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/Core/
H A DNptDynamicLibraries.h52 virtual NPT_Result FindSymbol(const char* name, void*& symbol) = 0;
69 NPT_Result FindSymbol(const char* name, void*& symbol) override { in FindSymbol() function
70 return m_Delegate->FindSymbol(name, symbol); in FindSymbol()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorPool.cs89 internal T FindSymbol<T>(string fullName) where T : class
273 result = FindSymbol<IDescriptor>(name.Substring(1)); in LookupSymbol()
293 result = FindSymbol<IDescriptor>(name); in LookupSymbol()
302 result = FindSymbol<IDescriptor>(scopeToTry.ToString()); in LookupSymbol()
313 result = FindSymbol<IDescriptor>(scopeToTry.ToString()); in LookupSymbol()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorPool.cs89 internal T FindSymbol<T>(string fullName) where T : class
273 result = FindSymbol<IDescriptor>(name.Substring(1)); in LookupSymbol()
293 result = FindSymbol<IDescriptor>(name); in LookupSymbol()
302 result = FindSymbol<IDescriptor>(scopeToTry.ToString()); in LookupSymbol()
313 result = FindSymbol<IDescriptor>(scopeToTry.ToString()); in LookupSymbol()
/dports/lang/tcl86/tcl8.6.12/unix/
H A DtclLoadOSF.c43 static void * FindSymbol(Tcl_Interp *interp,
133 newHandle->findSymbolProcPtr = &FindSymbol; in TclpDlopen()
157 FindSymbol( in FindSymbol() function
H A DtclLoadShl.c21 static void * FindSymbol(Tcl_Interp *interp,
102 newHandle->findSymbolProcPtr = &FindSymbol; in TclpDlopen()
125 FindSymbol( in FindSymbol() function
H A DtclLoadNext.c19 static void * FindSymbol(Tcl_Interp *interp,
106 newHandle->findSymbolProcPtr = &FindSymbol; in TclpDlopen()
131 FindSymbol( in FindSymbol() function
H A DtclLoadDl.c39 static void * FindSymbol(Tcl_Interp *interp,
136 newHandle->findSymbolProcPtr = &FindSymbol; in TclpDlopen()
161 FindSymbol( in FindSymbol() function
/dports/lang/tcl87/tcl8.7a5/unix/
H A DtclLoadOSF.c43 static void * FindSymbol(Tcl_Interp *interp,
133 newHandle->findSymbolProcPtr = &FindSymbol; in TclpDlopen()
157 FindSymbol( in FindSymbol() function
H A DtclLoadShl.c21 static void * FindSymbol(Tcl_Interp *interp,
102 newHandle->findSymbolProcPtr = &FindSymbol; in TclpDlopen()
125 FindSymbol( in FindSymbol() function
H A DtclLoadNext.c19 static void * FindSymbol(Tcl_Interp *interp,
106 newHandle->findSymbolProcPtr = &FindSymbol; in TclpDlopen()
131 FindSymbol( in FindSymbol() function
/dports/net/grpcurl/grpcurl-1.8.5/
H A Ddesc_source.go34 FindSymbol(fullyQualifiedName string) (desc.Descriptor, error) methodSpec
183 func (fs *fileSource) FindSymbol(fullyQualifiedName string) (desc.Descriptor, error) { func
185 if dsc := fd.FindSymbol(fullyQualifiedName); dsc != nil {
218 func (ss serverSource) FindSymbol(fullyQualifiedName string) (desc.Descriptor, error) { func
223 d := file.FindSymbol(fullyQualifiedName)
265 d, err := descSource.FindSymbol(sym)
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/fullstorydev/grpcurl/
H A Ddesc_source.go34 FindSymbol(fullyQualifiedName string) (desc.Descriptor, error) methodSpec
183 func (fs *fileSource) FindSymbol(fullyQualifiedName string) (desc.Descriptor, error) { func
185 if dsc := fd.FindSymbol(fullyQualifiedName); dsc != nil {
218 func (ss serverSource) FindSymbol(fullyQualifiedName string) (desc.Descriptor, error) { func
223 d := file.FindSymbol(fullyQualifiedName)
265 d, err := descSource.FindSymbol(sym)
/dports/www/gitea/gitea-1.16.5/vendor/github.com/fullstorydev/grpcurl/
H A Ddesc_source.go34 FindSymbol(fullyQualifiedName string) (desc.Descriptor, error) methodSpec
183 func (fs *fileSource) FindSymbol(fullyQualifiedName string) (desc.Descriptor, error) { func
185 if dsc := fd.FindSymbol(fullyQualifiedName); dsc != nil {
218 func (ss serverSource) FindSymbol(fullyQualifiedName string) (desc.Descriptor, error) { func
223 d := file.FindSymbol(fullyQualifiedName)
265 d, err := descSource.FindSymbol(sym)
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/fullstorydev/grpcurl/
H A Ddesc_source.go33 FindSymbol(fullyQualifiedName string) (desc.Descriptor, error) methodSpec
182 func (fs *fileSource) FindSymbol(fullyQualifiedName string) (desc.Descriptor, error) { func
184 if dsc := fd.FindSymbol(fullyQualifiedName); dsc != nil {
217 func (ss serverSource) FindSymbol(fullyQualifiedName string) (desc.Descriptor, error) { func
222 d := file.FindSymbol(fullyQualifiedName)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ExecutionEngine/Orc/
H A DRemoteObjectLayer.h58 class FindSymbol
59 : public rpc::Function<FindSymbol, Expected<RemoteSymbol>(std::string,
289 using FindSymbol = RemoteObjectLayerAPI::FindSymbol; variable
353 this->Remote.template callB<FindSymbol>(Name, in findSymbol()
409 using FindSymbol = RemoteObjectLayerAPI::FindSymbol; variable
439 Remote.template addHandler<FindSymbol>(*this, &ThisT::findSymbol); in RemoteObjectServerLayer()
556 Remote.template addHandler<FindSymbol>(*this, &ThisT::findSymbol); in RemoteObjectServerLayer()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DRemoteObjectLayer.h58 class FindSymbol
59 : public rpc::Function<FindSymbol, Expected<RemoteSymbol>(std::string,
289 using FindSymbol = RemoteObjectLayerAPI::FindSymbol; variable
353 this->Remote.template callB<FindSymbol>(Name, in findSymbol()
409 using FindSymbol = RemoteObjectLayerAPI::FindSymbol; variable
439 Remote.template addHandler<FindSymbol>(*this, &ThisT::findSymbol); in RemoteObjectServerLayer()
556 Remote.template addHandler<FindSymbol>(*this, &ThisT::findSymbol); in RemoteObjectServerLayer()

12345678910>>...24