Home
last modified time | relevance | path

Searched defs:SetUint (Results 1 – 25 of 62) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/cbor/
H A Dwriter.cc153 void Writer::SetUint(uint64_t value) { in SetUint() function in cbor::Writer
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cbor/
H A Dwriter.cc155 void Writer::SetUint(uint64_t value) { in SetUint() function in cbor::Writer
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/libpref/
H A DPreferences.h203 static nsresult SetUint(const char* aPref, uint32_t aValue) in SetUint() function
/dports/net/osrtspproxy/osrtspproxy_2_0/libapp/
H A Dvariant.cpp141 void CVariant::SetUint( UINT32 u ) in SetUint() function in CVariant
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dparameters.go123 func (p Parameters) SetUint(name string, ui uint) { p[name] = strconv.FormatUint(uint64(ui), 10) } func
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dparameters.go123 func (p Parameters) SetUint(name string, ui uint) { p[name] = strconv.FormatUint(uint64(ui), 10) } func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dparameters.go123 func (p Parameters) SetUint(name string, ui uint) { p[name] = strconv.FormatUint(uint64(ui), 10) } func
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dparameters.go123 func (p Parameters) SetUint(name string, ui uint) { p[name] = strconv.FormatUint(uint64(ui), 10) } func
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dparameters.go123 func (p Parameters) SetUint(name string, ui uint) { p[name] = strconv.FormatUint(uint64(ui), 10) } func
/dports/multimedia/mxflib/mxflib-1.0.1/mxflib/
H A Dmdtype.h578 void SetUint(UInt32 Val) { Type->Traits->SetUInt(this, Val); }; in SetUint() function
602 …void SetUint(const char *ChildName, UInt32 Val) { MDValuePtr Ptr = operator[](ChildName); if (Ptr)… in SetUint() function
619 …void SetUint(const UL &Child, UInt32 Val) { MDValuePtr Ptr = operator[](Child); if (Ptr) Ptr->SetU… in SetUint() function
H A Dmdtraits.h156 inline void SetUint(MDValuePtr Object, UInt32 Val) { SetUInt(Object, Val); } in SetUint() function
H A Dmdobject.h762 void SetUint(UInt32 Val) { SetUInt(Val); } in SetUint() function
820 void SetUint(const char *ChildName, UInt32 Val) { SetUInt(ChildName, Val); } in SetUint() function
987 …void SetUint(MDOTypePtr ChildType, UInt32 Val) { MDObjectPtr Ptr = operator[](ChildType); if (Ptr)… in SetUint() function
1294 void SetUint(const char *ChildName, UInt32 Val) { Object->SetUInt(ChildName, Val); }; in SetUint() function
1342 void SetUint(MDOTypePtr ChildType, UInt32 Val) { Object->SetUInt(ChildType, Val); }; in SetUint() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/crypto/
H A Dcrypto_key.cc110 void SetUint(const char* property_name, unsigned value) override { in SetUint() function in blink::__anon9f1e11b30111::DictionaryBuilder
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/crypto/
H A Dcrypto_key.cc110 void SetUint(const char* property_name, unsigned value) override { in SetUint() function in blink::__anon4c486e380111::DictionaryBuilder
/dports/devel/tinygo/tinygo-0.14.1/src/reflect/
H A Dvalue.go604 func (v Value) SetUint(x uint64) { func
/dports/www/filtron/filtron-93f8b22/vendor/github.com/valyala/fasthttp/
H A Dargs.go295 func (a *Args) SetUint(key string, value int) { func
/dports/benchmarks/bombardier/bombardier-1.2.5/vendor/github.com/valyala/fasthttp/
H A Dargs.go295 func (a *Args) SetUint(key string, value int) { func
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/github.com/valyala/fasthttp/
H A Dargs.go295 func (a *Args) SetUint(key string, value int) { func
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/link/internal/loader/
H A Dsymbolbuilder.go282 func (sb *SymbolBuilder) SetUint(arch *sys.Arch, r int64, v uint64) int64 { func
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/link/internal/sym/
H A Dsymbol.go171 func (s *Symbol) SetUint(arch *sys.Arch, r int64, v uint64) int64 { func
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/db/bdb/
H A Dbdb_types.hpp257 virtual void SetUint(unsigned) in SetUint() function in IBDB_FieldConvert
526 virtual void SetUint (unsigned int val) { Set((T) val); } in SetUint() function in CBDB_FieldSimpleInt
629 virtual void SetUint (unsigned int val) { Set((T) val); } in SetUint() function in CBDB_FieldSimpleFloat
/dports/chinese/opencc/OpenCC-ver.1.0.5/deps/rapidjson-0.11/
H A Ddocument.h437 …GenericValue& SetUint(unsigned u) { this->~GenericValue(); new (this) GenericValue(u); return *th… in SetUint() function
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/cereal/include/cereal/external/rapidjson/
H A Ddocument.h437 …GenericValue& SetUint(unsigned u) { this->~GenericValue(); new (this) GenericValue(u); return *th… in SetUint() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/debug/
H A Dactivity_tracker.h455 std::atomic<uint64_t>* SetUint(StringPiece name, uint64_t value) { in SetUint() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/debug/
H A Dactivity_tracker.h455 std::atomic<uint64_t>* SetUint(StringPiece name, uint64_t value) { in SetUint() function

123