Home
last modified time | relevance | path

Searched refs:eScopeType (Results 1 – 11 of 11) sorted by relevance

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/cxx/
H A Dcxx_parser_block.c39 enum CXXScopeType eScopeType = cxxScopeGetType(); in cxxParserParseBlockHandleOpeningBracket() local
49 (eScopeType == CXXScopeTypeFunction) || in cxxParserParseBlockHandleOpeningBracket()
50 (eScopeType == CXXScopeTypeClass) || in cxxParserParseBlockHandleOpeningBracket()
51 (eScopeType == CXXScopeTypeStruct) || in cxxParserParseBlockHandleOpeningBracket()
52 (eScopeType == CXXScopeTypeUnion) || in cxxParserParseBlockHandleOpeningBracket()
53 (eScopeType == CXXScopeTypeNamespace) in cxxParserParseBlockHandleOpeningBracket()
148 if(eScopeType != CXXScopeTypeFunction) in cxxParserParseBlockHandleOpeningBracket()
315 enum CXXScopeType eScopeType = cxxScopeGetType(); in cxxParserParseBlockInternal() local
320 (eScopeType == CXXScopeTypeNamespace) || in cxxParserParseBlockInternal()
322 (eScopeType == CXXScopeTypeFunction) in cxxParserParseBlockInternal()
H A Dcxx_parser_variable.c141 enum CXXScopeType eScopeType = cxxScopeGetType(); in cxxParserExtractVariableDeclarations() local
315 (eScopeType == CXXScopeTypeNamespace) || in cxxParserExtractVariableDeclarations()
316 (eScopeType == CXXScopeTypeFunction) in cxxParserExtractVariableDeclarations()
728 (eScopeType == CXXScopeTypeNamespace) && in cxxParserExtractVariableDeclarations()
733 (eScopeType == CXXScopeTypeFunction) || in cxxParserExtractVariableDeclarations()
735 (eScopeType != CXXScopeTypeNamespace) && in cxxParserExtractVariableDeclarations()
736 (eScopeType != CXXScopeTypeFunction) && in cxxParserExtractVariableDeclarations()
H A Dcxx_tag.c650 enum CXXScopeType eScopeType = cxxScopeGetType(); in cxxTagCommit() local
652 if(eScopeType == CXXScopeTypeFunction || eScopeType == CXXScopeTypePrototype) in cxxTagCommit()
663 if(eScopeType == CXXScopeTypeEnum) in cxxTagCommit()
H A Dcxx_scope.c264 enum CXXScopeType eScopeType, in cxxScopePush() argument
268 t->uInternalScopeType = (unsigned char)eScopeType; in cxxScopePush()
H A Dcxx_parser.c1474 enum CXXScopeType eScopeType = cxxScopeGetType(); in cxxParserAnalyzeOtherStatement() local
1479 if(eScopeType == CXXScopeTypeFunction) in cxxParserAnalyzeOtherStatement()
1605 enum CXXScopeType eScopeType = cxxScopeGetType(); in cxxParserParseAccessSpecifier() local
1615 (eScopeType != CXXScopeTypeClass) && in cxxParserParseAccessSpecifier()
1616 (eScopeType != CXXScopeTypeUnion) && in cxxParserParseAccessSpecifier()
1617 (eScopeType != CXXScopeTypeStruct) in cxxParserParseAccessSpecifier()
1622 eScopeType in cxxParserParseAccessSpecifier()
H A Dcxx_scope.h74 enum CXXScopeType eScopeType,
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/clientlib/
H A Dcsteamnetworkingsockets.cpp1591 ESteamNetworkingConfigScope eScopeType, in EvaluateScopeConfigValue() argument
1596 switch ( eScopeType ) in EvaluateScopeConfigValue()
1808 ESteamNetworkingConfigScope eScopeType, in SetConfigValueTyped() argument
1814 ConfigValue<T> *pVal = EvaluateScopeConfigValue<T>( pEntry, eScopeType, scopeObj, connectionLock ); in SetConfigValueTyped()
1825 if ( eScopeType == k_ESteamNetworkingConfig_Global ) in SetConfigValueTyped()
1898 ESteamNetworkingConfigScope eScopeType, in GetConfigValueTyped() argument
1903 ConfigValue<T> *pVal = EvaluateScopeConfigValue<T>( pEntry, eScopeType, scopeObj, connectionLock ); in GetConfigValueTyped()
1928 ESteamNetworkingConfigScope eScopeType, intptr_t scopeObj, in SetConfigValue() argument
1943 if ( eScopeType != k_ESteamNetworkingConfig_Connection ) in SetConfigValue()
1976 …case k_ESteamNetworkingConfig_Ptr: return SetConfigValueTyped<void *>( pEntry, eScopeType, scopeOb… in SetConfigValue()
[all …]
H A Dsteamnetworkingsockets_flat.cpp294 … self, ESteamNetworkingConfigValue eValue, ESteamNetworkingConfigScope eScopeType, intptr_t scopeO… in SteamAPI_ISteamNetworkingUtils_SetConfigValue() argument
296 return self->SetConfigValue( eValue,eScopeType,scopeObj,eDataType,pArg ); in SteamAPI_ISteamNetworkingUtils_SetConfigValue()
298 … const SteamNetworkingConfigValue_t & opt, ESteamNetworkingConfigScope eScopeType, intptr_t scopeO… in SteamAPI_ISteamNetworkingUtils_SetConfigValueStruct() argument
300 return self->SetConfigValueStruct( opt,eScopeType,scopeObj ); in SteamAPI_ISteamNetworkingUtils_SetConfigValueStruct()
302 … self, ESteamNetworkingConfigValue eValue, ESteamNetworkingConfigScope eScopeType, intptr_t scopeO… in SteamAPI_ISteamNetworkingUtils_GetConfigValue() argument
304 return self->GetConfigValue( eValue,eScopeType,scopeObj,pOutDataType,pResult,cbResult ); in SteamAPI_ISteamNetworkingUtils_GetConfigValue()
H A Dcsteamnetworkingsockets.h255 ESteamNetworkingConfigScope eScopeType, intptr_t scopeObj,
259 ESteamNetworkingConfigValue eValue, ESteamNetworkingConfigScope eScopeType,
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/include/steam/
H A Disteamnetworkingutils.h279 …Value( ESteamNetworkingConfigValue eValue, ESteamNetworkingConfigScope eScopeType, intptr_t scopeO…
286 …( const SteamNetworkingConfigValue_t &opt, ESteamNetworkingConfigScope eScopeType, intptr_t scopeO…
295 …Value( ESteamNetworkingConfigValue eValue, ESteamNetworkingConfigScope eScopeType, intptr_t scopeO…
425 …( const SteamNetworkingConfigValue_t &opt, ESteamNetworkingConfigScope eScopeType, intptr_t scopeO… in SetConfigValueStruct() argument
432 return SetConfigValue( opt.m_eValue, eScopeType, scopeObj, opt.m_eDataType, pVal ); in SetConfigValueStruct()
H A Dsteamnetworkingsockets_flat.h92 … self, ESteamNetworkingConfigValue eValue, ESteamNetworkingConfigScope eScopeType, intptr_t scopeO…
93 … const SteamNetworkingConfigValue_t & opt, ESteamNetworkingConfigScope eScopeType, intptr_t scopeO…
94 … self, ESteamNetworkingConfigValue eValue, ESteamNetworkingConfigScope eScopeType, intptr_t scopeO…