Home
last modified time | relevance | path

Searched defs:raw_ref (Results 1 – 19 of 19) sorted by relevance

/dports/devel/p5-Data-MessagePack-Stream/Data-MessagePack-Stream-0.07/msgpack-0.5.7/src/msgpack/type/
H A Draw.hpp29 struct raw_ref { struct
30 raw_ref() : size(0), ptr(NULL) {} in raw_ref() argument
31 raw_ref(const char* p, uint32_t s) : size(s), ptr(p) {} in raw_ref() argument
33 uint32_t size;
34 const char* ptr;
36 std::string str() const { return std::string(ptr, size); } in str()
38 bool operator== (const raw_ref& x) const in operator ==()
43 bool operator!= (const raw_ref& x) const in operator !=()
48 bool operator< (const raw_ref& x) const in operator <()
54 bool operator> (const raw_ref& x) const in operator >()
/dports/devel/rpclib/rpclib-2.2.1/include/rpc/msgpack/v1/adaptor/
H A Draw.hpp26 struct raw_ref { in MSGPACK_API_VERSION_NAMESPACE() struct
27 raw_ref() : size(0), ptr(MSGPACK_NULLPTR) {} in MSGPACK_API_VERSION_NAMESPACE() argument
28 raw_ref(const char* p, uint32_t s) : size(s), ptr(p) {} in MSGPACK_API_VERSION_NAMESPACE() argument
30 uint32_t size; in MSGPACK_API_VERSION_NAMESPACE()
31 const char* ptr; in MSGPACK_API_VERSION_NAMESPACE()
33 std::string str() const { return std::string(ptr, size); } in MSGPACK_API_VERSION_NAMESPACE()
35 bool operator== (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
40 bool operator!= (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
45 bool operator< (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
51 bool operator> (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/rpclib/include/rpc/msgpack/adaptor/
H A Draw.hpp34 struct raw_ref { in MSGPACK_API_VERSION_NAMESPACE() struct
35 raw_ref() : size(0), ptr(nullptr) {} in MSGPACK_API_VERSION_NAMESPACE() function
36 raw_ref(const char* p, uint32_t s) : size(s), ptr(p) {} in MSGPACK_API_VERSION_NAMESPACE() function
38 uint32_t size; in MSGPACK_API_VERSION_NAMESPACE()
39 const char* ptr; in MSGPACK_API_VERSION_NAMESPACE()
41 std::string str() const { return std::string(ptr, size); } in MSGPACK_API_VERSION_NAMESPACE()
43 bool operator== (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
48 bool operator!= (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
53 bool operator< (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
59 bool operator> (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
/dports/www/firefox/firefox-99.0/third_party/msgpack/include/msgpack/v1/adaptor/
H A Draw.hpp26 struct raw_ref { in MSGPACK_API_VERSION_NAMESPACE() struct
27 raw_ref() : size(0), ptr(MSGPACK_NULLPTR) {} in MSGPACK_API_VERSION_NAMESPACE() function
28 raw_ref(const char* p, uint32_t s) : size(s), ptr(p) {} in MSGPACK_API_VERSION_NAMESPACE() argument
30 uint32_t size; in MSGPACK_API_VERSION_NAMESPACE()
31 const char* ptr; in MSGPACK_API_VERSION_NAMESPACE()
33 std::string str() const { return std::string(ptr, size); } in MSGPACK_API_VERSION_NAMESPACE()
35 bool operator== (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
40 bool operator!= (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
45 bool operator< (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
51 bool operator> (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/msgpack/include/msgpack/v1/adaptor/
H A Draw.hpp26 struct raw_ref { in MSGPACK_API_VERSION_NAMESPACE() struct
27 raw_ref() : size(0), ptr(MSGPACK_NULLPTR) {} in MSGPACK_API_VERSION_NAMESPACE() function
28 raw_ref(const char* p, uint32_t s) : size(s), ptr(p) {} in MSGPACK_API_VERSION_NAMESPACE() argument
30 uint32_t size; in MSGPACK_API_VERSION_NAMESPACE()
31 const char* ptr; in MSGPACK_API_VERSION_NAMESPACE()
33 std::string str() const { return std::string(ptr, size); } in MSGPACK_API_VERSION_NAMESPACE()
35 bool operator== (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
40 bool operator!= (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
45 bool operator< (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
51 bool operator> (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
/dports/devel/cquery/cquery-20180718/third_party/msgpack-c/include/msgpack/v1/adaptor/
H A Draw.hpp26 struct raw_ref { in MSGPACK_API_VERSION_NAMESPACE() struct
27 raw_ref() : size(0), ptr(MSGPACK_NULLPTR) {} in MSGPACK_API_VERSION_NAMESPACE() function
28 raw_ref(const char* p, uint32_t s) : size(s), ptr(p) {} in MSGPACK_API_VERSION_NAMESPACE() function
30 uint32_t size; in MSGPACK_API_VERSION_NAMESPACE()
31 const char* ptr; in MSGPACK_API_VERSION_NAMESPACE()
33 std::string str() const { return std::string(ptr, size); } in MSGPACK_API_VERSION_NAMESPACE()
35 bool operator== (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
40 bool operator!= (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
45 bool operator< (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
51 bool operator> (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
/dports/www/firefox-esr/firefox-91.8.0/third_party/msgpack/include/msgpack/v1/adaptor/
H A Draw.hpp26 struct raw_ref { in MSGPACK_API_VERSION_NAMESPACE() struct
27 raw_ref() : size(0), ptr(MSGPACK_NULLPTR) {} in MSGPACK_API_VERSION_NAMESPACE() argument
28 raw_ref(const char* p, uint32_t s) : size(s), ptr(p) {} in MSGPACK_API_VERSION_NAMESPACE() argument
30 uint32_t size; in MSGPACK_API_VERSION_NAMESPACE()
31 const char* ptr; in MSGPACK_API_VERSION_NAMESPACE()
33 std::string str() const { return std::string(ptr, size); } in MSGPACK_API_VERSION_NAMESPACE()
35 bool operator== (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
40 bool operator!= (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
45 bool operator< (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
51 bool operator> (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/msgpack/include/msgpack/v1/adaptor/
H A Draw.hpp26 struct raw_ref { in MSGPACK_API_VERSION_NAMESPACE() struct
27 raw_ref() : size(0), ptr(MSGPACK_NULLPTR) {} in MSGPACK_API_VERSION_NAMESPACE() function
28 raw_ref(const char* p, uint32_t s) : size(s), ptr(p) {} in MSGPACK_API_VERSION_NAMESPACE() function
30 uint32_t size; in MSGPACK_API_VERSION_NAMESPACE()
31 const char* ptr; in MSGPACK_API_VERSION_NAMESPACE()
33 std::string str() const { return std::string(ptr, size); } in MSGPACK_API_VERSION_NAMESPACE()
35 bool operator== (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
40 bool operator!= (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
45 bool operator< (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
51 bool operator> (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
/dports/devel/msgpack/msgpack-c-cpp-3.3.0/include/msgpack/v1/adaptor/
H A Draw.hpp26 struct raw_ref { in MSGPACK_API_VERSION_NAMESPACE() struct
27 raw_ref() : size(0), ptr(MSGPACK_NULLPTR) {} in MSGPACK_API_VERSION_NAMESPACE() function
28 raw_ref(const char* p, uint32_t s) : size(s), ptr(p) {} in MSGPACK_API_VERSION_NAMESPACE() function
30 uint32_t size; in MSGPACK_API_VERSION_NAMESPACE()
31 const char* ptr; in MSGPACK_API_VERSION_NAMESPACE()
33 std::string str() const { return std::string(ptr, size); } in MSGPACK_API_VERSION_NAMESPACE()
35 bool operator== (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
40 bool operator!= (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
45 bool operator< (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
51 bool operator> (const raw_ref& x) const in MSGPACK_API_VERSION_NAMESPACE()
/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dstrpool.cc34 EXPORT char * String::raw_ref(const char * str) { return g_strdup(str); } in raw_ref() function in String
136 EXPORT char * String::raw_ref(const char * str_) in raw_ref() function in String
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/cleanup/
H A Dautogenerated_extended_cleanup.cpp175 CRef<CSeq_feat> raw_ref( &arg0_raw ); in ExtendedCleanupSeqFeat() local
H A Dautogenerated_cleanup.cpp1912 CRef<CSeq_feat> raw_ref( &arg0_raw ); in BasicCleanupSeqFeat() local
/dports/www/aria2/aria2-1.36.0/src/
H A DAppleTLSContext.cc151 SecCertificateRef raw_ref = nullptr; in checkIdentity() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/cleanup/
H A Dautogenerated_extended_cleanup.cpp334 CRef<CSeq_feat> raw_ref( &arg0_raw ); in ExtendedCleanupSeqFeat() local
H A Dautogenerated_cleanup.cpp2519 CRef<CSeq_feat> raw_ref( &arg0_raw ); in BasicCleanupSeqFeat() local
/dports/devel/cquery/cquery-20180718/third_party/msgpack-c/test/
H A Dobject_with_zone.cpp361 TEST(object_with_zone, raw_ref) in TEST() argument
375 TEST(object_without_zone, raw_ref) in TEST() argument
/dports/devel/msgpack/msgpack-c-cpp-3.3.0/test/
H A Dobject_with_zone.cpp383 TEST(object_with_zone, raw_ref) in TEST() argument
397 TEST(object_without_zone, raw_ref) in TEST() argument
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-0.32.2/src/sdl2/
H A Dsurface.rs226 fn raw_ref(&self) -> &sys::SDL_Surface { in raw_ref() method
/dports/games/dose-response/dose-response-179c326/cargo-crates/sdl2-0.32.2/src/sdl2/
H A Dsurface.rs226 fn raw_ref(&self) -> &sys::SDL_Surface { in raw_ref() method