Home
last modified time | relevance | path

Searched defs:make_json (Results 1 – 9 of 9) sorted by relevance

/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/tests/dom/
H A Dinteger_tests.cpp19 static const std::string make_json(const std::string value) { in make_json() function
25 template <typename T> static const std::string make_json(T value) { in make_json() function
/dports/devel/simdjson/simdjson-0.9.6/tests/
H A Dinteger_tests.cpp22 static const std::string make_json(const std::string value) { in make_json() function
28 template <typename T> static const std::string make_json(T value) { in make_json() function
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_lcommunity.c181 static void set_lcommunity_string(struct lcommunity *lcom, bool make_json) in set_lcommunity_string()
292 char *lcommunity_str(struct lcommunity *lcom, bool make_json) in lcommunity_str()
H A Dbgp_community.c206 static void set_community_string(struct community *com, bool make_json) in set_community_string()
549 char *community_str(struct community *com, bool make_json) in community_str()
H A Dbgp_aspath.c510 static void aspath_make_str_count(struct aspath *as, bool make_json) in aspath_make_str_count()
653 void aspath_str_update(struct aspath *as, bool make_json) in aspath_str_update()
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_lcommunity.c181 static void set_lcommunity_string(struct lcommunity *lcom, bool make_json) in set_lcommunity_string()
292 char *lcommunity_str(struct lcommunity *lcom, bool make_json) in lcommunity_str()
H A Dbgp_community.c206 static void set_community_string(struct community *com, bool make_json) in set_community_string()
549 char *community_str(struct community *com, bool make_json) in community_str()
H A Dbgp_aspath.c510 static void aspath_make_str_count(struct aspath *as, bool make_json) in aspath_make_str_count()
653 void aspath_str_update(struct aspath *as, bool make_json) in aspath_str_update()
/dports/audio/faust/faust-2.37.3/embedded/faustgen/src/
H A Dfaustgen~.cpp419 void faustgen_factory::make_json(::dsp* dsp) in make_json() function in faustgen_factory