Home
last modified time | relevance | path

Searched refs:IsProto (Results 1 – 12 of 12) sorted by relevance

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/Philipp15b/go-steam/protocol/
H A Dpacket.go16 IsProto bool member
39 IsProto: false,
44 } else if IsProto(rawEMsg) {
53 IsProto: true,
67 IsProto: false,
76 …v, Proto = %v, Len = %v, TargetJobId = %v, SourceJobId = %v}", p.EMsg, p.IsProto, len(p.Data), p.T…
H A Dmsg.go14 IsProto() bool methodSpec
47 func (c *ClientMsgProtobuf) IsProto() bool { func
117 func (c *ClientMsg) IsProto() bool { func
190 func (m *Msg) IsProto() bool { func
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/Philipp15b/go-steam/protocol/gamecoordinator/
H A Dpacket.go15 IsProto bool member
29 if IsProto(wrapper.GetMsgtype()) {
31 packet.IsProto = true
H A Dmsg.go14 IsProto() bool methodSpec
40 func (g *GCMsgProtobuf) IsProto() bool { func
105 func (g *GCMsg) IsProto() bool { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceGlobalInits.h140 bool IsProto) { in create() argument
142 FunctionDeclaration(Signature, CallingConv, Linkage, IsProto); in create()
147 bool isProto() const { return IsProto; } in isProto()
153 bool getSuppressMangling() const final { return isExternal() && IsProto; } in getSuppressMangling()
195 const bool IsProto; variable
199 llvm::GlobalValue::LinkageTypes Linkage, bool IsProto) in FunctionDeclaration() argument
201 Signature(Signature), CallingConv(CallingConv), IsProto(IsProto) {} in FunctionDeclaration()
H A DIceGlobalInits.cpp123 if (IsProto) in dump()
H A DIceASanInstrumentation.cpp159 constexpr bool IsProto = true; in instrumentGlobals() local
162 llvm::GlobalValue::ExternalLinkage, IsProto); in instrumentGlobals()
H A DPNaClTranslator.cpp3232 bool IsProto = Values[2] == 1; in ProcessRecord() local
3235 IsProto); in ProcessRecord()
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/Philipp15b/go-steam/protocol/steamlang/
H A Dsteamlang.go15 func IsProto(e uint32) bool { func
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/Philipp15b/go-steam/
H A Dauth.go101 if !packet.IsProto {
161 if packet.IsProto {
H A Dgamecoordinator.go56 if msg.IsProto() {
/dports/www/node10/node-v10.24.1/deps/v8/src/parsing/
H A Dparser-base.h1439 bool IsProto() const { in IsProto() function
6177 if (IsProto()) { in CheckDuplicateProto()