MCPcopy Create free account
hub / github.com/dfranx/ShaderDebugger / operator<

Method operator<

libs/wgtcc/ast.cc:842–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840
841
842 bool Initializer::operator<(const Initializer& rhs) const {
843 if (offset_ < rhs.offset_)
844 return true;
845 return (offset_ == rhs.offset_ && bitFieldBegin_ < rhs.bitFieldBegin_);
846 }
847}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected