Home
last modified time | relevance | path

Searched refs:GetRestrictions (Results 1 – 25 of 92) sorted by relevance

1234

/dports/www/osrm-backend/osrm-backend-5.26.0/src/extractor/
H A Dway_restriction_map.cpp42 const auto &restrictions = restriction_graph.GetRestrictions(duplicated_node); in IsRestricted()
49 WayRestrictionMap::GetRestrictions(DuplicatedNodeID duplicated_node, const NodeID to) const in GetRestrictions() function in osrm::extractor::WayRestrictionMap
54 const auto &restrictions = restriction_graph.GetRestrictions(duplicated_node); in GetRestrictions()
H A Drestriction_graph.cpp35 const auto range = rg.GetRestrictions(id); in insertRestriction()
156 const auto &restrictions = rg.GetRestrictions(cur_node); in add_suffix_transfer()
198 for (const auto &restriction : rg.GetRestrictions(suffix_node)) in next()
272 RestrictionGraph::RestrictionRange RestrictionGraph::GetRestrictions(RestrictionID id) const in GetRestrictions() function in osrm::extractor::RestrictionGraph
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwpcapi.h104 virtual HRESULT STDMETHODCALLTYPE GetRestrictions(
136 HRESULT (STDMETHODCALLTYPE *GetRestrictions)(
156 #define IWPCSettings_GetRestrictions(This,pdwRestrictions) (This)->lpVtbl->GetRestrictions(This,pdw…
176 return This->lpVtbl->GetRestrictions(This,pdwRestrictions);
230 HRESULT (STDMETHODCALLTYPE *GetRestrictions)(
256 #define IWPCGamesSettings_GetRestrictions(This,pdwRestrictions) (This)->lpVtbl->GetRestrictions(Thi…
278 return This->lpVtbl->GetRestrictions(This,pdwRestrictions);
346 HRESULT (STDMETHODCALLTYPE *GetRestrictions)(
379 #define IWPCWebSettings_GetRestrictions(This,pdwRestrictions) (This)->lpVtbl->GetRestrictions(This,…
402 return This->lpVtbl->GetRestrictions(This,pdwRestrictions);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwpcapi.h104 virtual HRESULT STDMETHODCALLTYPE GetRestrictions(
136 HRESULT (STDMETHODCALLTYPE *GetRestrictions)(
156 #define IWPCSettings_GetRestrictions(This,pdwRestrictions) (This)->lpVtbl->GetRestrictions(This,pdw…
176 return This->lpVtbl->GetRestrictions(This,pdwRestrictions);
230 HRESULT (STDMETHODCALLTYPE *GetRestrictions)(
256 #define IWPCGamesSettings_GetRestrictions(This,pdwRestrictions) (This)->lpVtbl->GetRestrictions(Thi…
278 return This->lpVtbl->GetRestrictions(This,pdwRestrictions);
346 HRESULT (STDMETHODCALLTYPE *GetRestrictions)(
379 #define IWPCWebSettings_GetRestrictions(This,pdwRestrictions) (This)->lpVtbl->GetRestrictions(This,…
402 return This->lpVtbl->GetRestrictions(This,pdwRestrictions);
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/
H A DDynamicProxyMetaObject.cs259 GetRestrictions().Merge(resultMetaObject.Restrictions).Merge(fallbackResult.Restrictions) in BuildCallMethodWithResult()
307 GetRestrictions().Merge(fallbackResult.Restrictions) in CallMethodReturnLast()
354 GetRestrictions().Merge(fallbackResult.Restrictions) in CallMethodNoResult()
372 private BindingRestrictions GetRestrictions() in GetRestrictions() method in Newtonsoft.Json.Utilities.DynamicProxyMetaObject
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Utilities/
H A DDynamicProxyMetaObject.cs283GetRestrictions().Merge(resultMetaObject.Restrictions).Merge(fallbackResult.Restrictions) in BuildCallMethodWithResult()
331 GetRestrictions().Merge(fallbackResult.Restrictions) in CallMethodReturnLast()
378 GetRestrictions().Merge(fallbackResult.Restrictions) in CallMethodNoResult()
396 private BindingRestrictions GetRestrictions() in GetRestrictions() method in Newtonsoft.Json.Utilities.DynamicProxyMetaObject
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/
H A DDynamicProxyMetaObject.cs276 GetRestrictions().Merge(resultMetaObject.Restrictions).Merge(fallbackResult.Restrictions) in BuildCallMethodWithResult()
324 GetRestrictions().Merge(fallbackResult.Restrictions) in CallMethodReturnLast()
371 GetRestrictions().Merge(fallbackResult.Restrictions) in CallMethodNoResult()
389 private BindingRestrictions GetRestrictions() in GetRestrictions() method in Newtonsoft.Json.Utilities.DynamicProxyMetaObject
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock.Json/Dynamic/
H A DDynamicMetaObject.cs445 GetRestrictions().Merge(resultDmo.Restrictions).Merge(fallbackResult.Restrictions) in BuildCallMethodWithResult()
488 GetRestrictions().Merge(fallbackResult.Restrictions) in CallMethodReturnLast()
532 GetRestrictions().Merge(fallbackResult.Restrictions) in CallMethodNoResult()
550 private BindingRestrictions GetRestrictions() in GetRestrictions() method in Jayrock.Dynamic.DynamicMetaObject
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/datatool/
H A Dunitype.cpp110 const list<CMemberFacet>& con = mem->GetRestrictions(); in PrintJSONSchema()
151 const list<CMemberFacet>& con = mem->GetRestrictions(); in PrintJSONSchema()
197 …= !hasAttlist && GetParentType() && GetDataMember() && !GetDataMember()->GetRestrictions().empty(); in PrintXMLSchema()
233 const list<CMemberFacet>& con = GetDataMember()->GetRestrictions(); in PrintXMLSchema()
275 const list<CMemberFacet>& con = GetDataMember()->GetRestrictions(); in PrintXMLSchema()
H A Dstatictype.cpp83 const list<CMemberFacet>& con = mem->GetRestrictions(); in PrintJSONSchema()
150 bool hasFacets = mem ? !mem->GetRestrictions().empty() : !GetRestrictions().empty(); in PrintXMLSchema()
220 const list<CMemberFacet>& con = mem ? mem->GetRestrictions() : GetRestrictions(); in PrintXMLSchema()
H A Dblocktype.hpp116 const list<CMemberFacet>& GetRestrictions(void) const { in GetRestrictions() function in CDataMember
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/datatool/
H A Dunitype.cpp110 const list<CMemberFacet>& con = mem->GetRestrictions(); in PrintJSONSchema()
151 const list<CMemberFacet>& con = mem->GetRestrictions(); in PrintJSONSchema()
197 …= !hasAttlist && GetParentType() && GetDataMember() && !GetDataMember()->GetRestrictions().empty(); in PrintXMLSchema()
233 const list<CMemberFacet>& con = GetDataMember()->GetRestrictions(); in PrintXMLSchema()
275 const list<CMemberFacet>& con = GetDataMember()->GetRestrictions(); in PrintXMLSchema()
H A Dstatictype.cpp83 const list<CMemberFacet>& con = mem->GetRestrictions(); in PrintJSONSchema()
150 bool hasFacets = mem ? !mem->GetRestrictions().empty() : !GetRestrictions().empty(); in PrintXMLSchema()
220 const list<CMemberFacet>& con = mem ? mem->GetRestrictions() : GetRestrictions(); in PrintXMLSchema()
H A Dblocktype.hpp116 const list<CMemberFacet>& GetRestrictions(void) const { in GetRestrictions() function in CDataMember
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Actions/
H A DDynamicObject.cs577GetRestrictions().Merge(resultMO.Restrictions).Merge(fallbackResult.Restrictions) in BuildCallMethodWithResult()
634 GetRestrictions().Merge(fallbackResult.Restrictions) in CallMethodReturnLast()
694 GetRestrictions().Merge(fallbackResult.Restrictions) in CallMethodNoResult()
729 private BindingRestrictions GetRestrictions() { in GetRestrictions() method in System.Dynamic.DynamicObject.MetaDynamic
/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/parentalcontrols/
H A Dparentalcontrols_win.cpp32 wpcs->GetRestrictions(&settings); in init()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/extractor/
H A Dway_restriction_map.hpp51 std::vector<const TurnRestriction *> GetRestrictions(DuplicatedNodeID duplicated_node,
H A Dnode_restriction_map.hpp49 return restriction_graph.GetRestrictions(start_node_it->second); in getRange()
H A Dscripting_environment.hpp59 virtual std::vector<std::string> GetRestrictions() = 0;
H A Drestriction_graph.hpp111 RestrictionRange GetRestrictions(RestrictionID id) const;
H A Dscripting_environment_lua.hpp83 std::vector<std::string> GetRestrictions() override;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Dynamic/
H A DDynamicObject.cs679GetRestrictions().Merge(resultMO.Restrictions).Merge(fallbackResult.Restrictions)
739 GetRestrictions().Merge(fallbackResult.Restrictions)
802 GetRestrictions().Merge(fallbackResult.Restrictions)
840 private BindingRestrictions GetRestrictions() in GetRestrictions() method in System.Dynamic.DynamicObject.MetaDynamic
/dports/www/osrm-backend/osrm-backend-5.26.0/unit_tests/mocks/
H A Dmock_scripting_environment.hpp35 std::vector<std::string> GetRestrictions() override final { return {}; } in GetRestrictions() function in osrm::test::MockScriptingEnvironment
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/win/
H A Dparental_controls.cc73 settings->GetRestrictions(&restrictions); in GetParentalControlsFromApi()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codebuild/include/aws/codebuild/model/
H A DProjectBuildBatchConfig.h113 inline const BatchRestrictions& GetRestrictions() const{ return m_restrictions; } in GetRestrictions() function

1234