Home
last modified time | relevance | path

Searched refs:ParseValue (Results 1 – 25 of 684) sorted by relevance

12345678910>>...28

/dports/audio/clementine-player/Clementine-1.4.0rc1/tests/
H A Dfmpsparser_test.cpp33 EXPECT_EQ(1, parser_.ParseValue("0", &value)); in TEST_F()
37 EXPECT_EQ(3, parser_.ParseValue("123", &value)); in TEST_F()
41 EXPECT_EQ(3, parser_.ParseValue("0.0", &value)); in TEST_F()
45 EXPECT_EQ(2, parser_.ParseValue("-1", &value)); in TEST_F()
49 EXPECT_EQ(5, parser_.ParseValue("-1.23", &value)); in TEST_F()
53 EXPECT_EQ(4, parser_.ParseValue("+123", &value)); in TEST_F()
57 parser_.ParseValue("1.", &value); in TEST_F()
60 parser_.ParseValue("abc", &value); in TEST_F()
67 EXPECT_EQ(3, parser_.ParseValue("abc", &value)); in TEST_F()
87 EXPECT_EQ(2, parser_.ParseValue("1.", &value)); in TEST_F()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/klib/
H A Dtest-json.cpp316 const KJsonValue * ParseValue( const char * p_input ) in ParseValue() function in KJsonFixture
852 ParseValue ( "{}" ); in FIXTURE_TEST_CASE()
857 ParseValue ( "{}" ); in FIXTURE_TEST_CASE()
863 ParseValue ( "{}" ); in FIXTURE_TEST_CASE()
869 ParseValue ( "\"characters\"" ); in FIXTURE_TEST_CASE()
875 ParseValue ( "\" \\\" \\\\ \\/ \\b \\n \\r \\t ы \a \"" ); in FIXTURE_TEST_CASE()
881 ParseValue ( "123.45e-1" ); in FIXTURE_TEST_CASE()
887 ParseValue ( "{ \"a\" : true }" ); in FIXTURE_TEST_CASE()
893 ParseValue ( "{ \"a\" : null }" ); in FIXTURE_TEST_CASE()
899 ParseValue ( "{ \"a\" : { \"aa\" : null, \"ab\" : 123 } }" ); in FIXTURE_TEST_CASE()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/klib/
H A Dtest-json.cpp316 const KJsonValue * ParseValue( const char * p_input ) in ParseValue() function in KJsonFixture
852 ParseValue ( "{}" ); in FIXTURE_TEST_CASE()
857 ParseValue ( "{}" ); in FIXTURE_TEST_CASE()
863 ParseValue ( "{}" ); in FIXTURE_TEST_CASE()
869 ParseValue ( "\"characters\"" ); in FIXTURE_TEST_CASE()
875 ParseValue ( "\" \\\" \\\\ \\/ \\b \\n \\r \\t ы \a \"" ); in FIXTURE_TEST_CASE()
881 ParseValue ( "123.45e-1" ); in FIXTURE_TEST_CASE()
887 ParseValue ( "{ \"a\" : true }" ); in FIXTURE_TEST_CASE()
893 ParseValue ( "{ \"a\" : null }" ); in FIXTURE_TEST_CASE()
899 ParseValue ( "{ \"a\" : { \"aa\" : null, \"ab\" : 123 } }" ); in FIXTURE_TEST_CASE()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/login/
H A Dbase_screen_handler_utils.cc28 bool ParseValue(const base::Value* value, bool* out_value) { in ParseValue() function
32 bool ParseValue(const base::Value* value, int* out_value) { in ParseValue() function
36 bool ParseValue(const base::Value* value, double* out_value) { in ParseValue() function
40 bool ParseValue(const base::Value* value, std::string* out_value) { in ParseValue() function
44 bool ParseValue(const base::Value* value, base::string16* out_value) { in ParseValue() function
48 bool ParseValue(const base::Value* value, in ParseValue() function
53 bool ParseValue(const base::Value* value, StringList* out_value) { in ParseValue() function
57 bool ParseValue(const base::Value* value, String16List* out_value) { in ParseValue() function
61 bool ParseValue(const base::Value* value, AccountId* out_value) { in ParseValue() function
H A Dbase_screen_handler_utils.h36 bool LOGIN_EXPORT ParseValue(const base::Value* value, bool* out_value);
37 bool LOGIN_EXPORT ParseValue(const base::Value* value, int* out_value);
38 bool LOGIN_EXPORT ParseValue(const base::Value* value, double* out_value);
39 bool LOGIN_EXPORT ParseValue(const base::Value* value, std::string* out_value);
41 ParseValue(const base::Value* value, base::string16* out_value);
42 bool LOGIN_EXPORT ParseValue(const base::Value* value,
44 bool LOGIN_EXPORT ParseValue(const base::Value* value, StringList* out_value);
45 bool LOGIN_EXPORT ParseValue(const base::Value* value, String16List* out_value);
46 bool LOGIN_EXPORT ParseValue(const base::Value* value, AccountId* out_value);
53 return ParseValue(value, out_value);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/login/
H A Dbase_screen_handler_utils.cc28 bool ParseValue(const base::Value* value, bool* out_value) { in ParseValue() function
32 bool ParseValue(const base::Value* value, int* out_value) { in ParseValue() function
36 bool ParseValue(const base::Value* value, double* out_value) { in ParseValue() function
40 bool ParseValue(const base::Value* value, std::string* out_value) { in ParseValue() function
44 bool ParseValue(const base::Value* value, base::string16* out_value) { in ParseValue() function
48 bool ParseValue(const base::Value* value, in ParseValue() function
53 bool ParseValue(const base::Value* value, StringList* out_value) { in ParseValue() function
57 bool ParseValue(const base::Value* value, String16List* out_value) { in ParseValue() function
61 bool ParseValue(const base::Value* value, AccountId* out_value) { in ParseValue() function
H A Dbase_screen_handler_utils.h36 bool LOGIN_EXPORT ParseValue(const base::Value* value, bool* out_value);
37 bool LOGIN_EXPORT ParseValue(const base::Value* value, int* out_value);
38 bool LOGIN_EXPORT ParseValue(const base::Value* value, double* out_value);
39 bool LOGIN_EXPORT ParseValue(const base::Value* value, std::string* out_value);
41 ParseValue(const base::Value* value, base::string16* out_value);
42 bool LOGIN_EXPORT ParseValue(const base::Value* value,
44 bool LOGIN_EXPORT ParseValue(const base::Value* value, StringList* out_value);
45 bool LOGIN_EXPORT ParseValue(const base::Value* value, String16List* out_value);
46 bool LOGIN_EXPORT ParseValue(const base::Value* value, AccountId* out_value);
53 return ParseValue(value, out_value);
/dports/net-im/centerim/centerim-4.22.10/libicq2000/src/
H A DTLV.cpp202 tlv->ParseValue(b); in ParseTLV()
225 void CharTLV::ParseValue(Buffer& b) { in ParseValue() function in ICQ2000::CharTLV
237 void ShortTLV::ParseValue(Buffer& b) { in ParseValue() function in ICQ2000::ShortTLV
249 void LongTLV::ParseValue(Buffer& b) { in ParseValue() function in ICQ2000::LongTLV
260 void StringTLV::ParseValue(Buffer& b) { in ParseValue() function in ICQ2000::StringTLV
327 void StatusTLV::ParseValue(Buffer& b) { in ParseValue() function in ICQ2000::StatusTLV
337 void RedirectTLV::ParseValue(Buffer& b) { in ParseValue() function in ICQ2000::RedirectTLV
365 void CookieTLV::ParseValue(Buffer& b) { in ParseValue() function in ICQ2000::CookieTLV
443 void RawTLV::ParseValue(Buffer& b) { in ParseValue() function in ICQ2000::RawTLV
567 void SBLIdsTLV::ParseValue(Buffer& b) in ParseValue() function in ICQ2000::SBLIdsTLV
[all …]
H A DTLV.h292 void ParseValue(Buffer& b);
449 void ParseValue(Buffer& b);
463 void ParseValue(Buffer& b);
482 void ParseValue(Buffer& b);
509 void ParseValue(Buffer& b);
523 void ParseValue(Buffer& b);
542 void ParseValue(Buffer& b);
557 void ParseValue(Buffer& b);
572 void ParseValue(Buffer& b);
586 void ParseValue(Buffer& b);
[all …]
/dports/math/mpexpr/mpexpr-1.2/generic/
H A Dmpexpr.h102 typedef struct ParseValue { struct
109 void (*expandProc) _ANSI_ARGS_((struct ParseValue *pvPtr, int needed)); argument
115 } ParseValue; typedef
118 CONST char *string, CONST char **termPtr, ParseValue *pvPtr));
119 EXTERN void MpExpandParseValue _ANSI_ARGS_((ParseValue *pvPtr,
123 CONST char **termPtr, ParseValue *pvPtr));
126 ParseValue *pvPtr));
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/properties/longhands/
H A Dcustom_property_test.cc39 const CSSValue* ParseValue(const Longhand& property, in ParseValue() function in blink::__anon388dd0c90111::CustomPropertyTest
144 ParseValue(property, "100px", CSSParserLocalContext()); in TEST_F()
151 const CSSValue* value1 = ParseValue( in TEST_F()
153 const CSSValue* value2 = ParseValue( in TEST_F()
166 ParseValue(property, "100px", CSSParserLocalContext()); in TEST_F()
171 ParseValue(property, "maroon", CSSParserLocalContext()); in TEST_F()
178 const CSSValue* value = ParseValue( in TEST_F()
190 const CSSValue* value1 = ParseValue(property, "100px", local_context); in TEST_F()
194 const CSSValue* value2 = ParseValue(property, "maroon", local_context); in TEST_F()
/dports/shells/ksh93/ast-93u/src/lib/libtksh/include/
H A Dtkshlib.h47 typedef struct ParseValue { struct
54 void (*expandProc)(struct ParseValue *pvPtr, int needed); argument
59 } ParseValue; argument
107 extern void TclExpandParseValue(ParseValue *pvPtr, int needed);
246 char *string, char **termPtr, ParseValue *pvPtr);
249 ParseValue *pvPtr);
252 char **termPtr, ParseValue *pvPtr);
256 ParseValue *pvPtr);
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/include/
H A Dtkshlib.h47 typedef struct ParseValue { struct
54 void (*expandProc)(struct ParseValue *pvPtr, int needed); argument
59 } ParseValue; typedef
107 extern void TclExpandParseValue(ParseValue *pvPtr, int needed);
246 char *string, char **termPtr, ParseValue *pvPtr);
249 ParseValue *pvPtr);
252 char **termPtr, ParseValue *pvPtr);
256 ParseValue *pvPtr);
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/include/
H A Dtkshlib.h47 typedef struct ParseValue { struct
54 void (*expandProc)(struct ParseValue *pvPtr, int needed); argument
59 } ParseValue; typedef
107 extern void TclExpandParseValue(ParseValue *pvPtr, int needed);
246 char *string, char **termPtr, ParseValue *pvPtr);
249 ParseValue *pvPtr);
252 char **termPtr, ParseValue *pvPtr);
256 ParseValue *pvPtr);
/dports/net/ntpa/ntpa-0.8.2/Ntp.Analyzer/Config/Compiler/
H A DConfigParser.cs159 ParseValue(node); in ParseAboutPageSection()
234 ParseValue(node); in ParseDatabaseSection()
283 ParseValue(node); in ParseDirectoryDestinationSection()
305 ParseValue(node); in ParseFileDestinationSection()
328 ParseValue(node); in ParseGraphSetSection()
350 ParseValue(node); in ParseHeartbeatSection()
376 ParseValue(node); in ParseHostGraphPageSection()
419 ParseValue(node); in ParseHostGraphSection()
469 ParseValue(node); in ParseHostPageSection()
1165 ParseValue(node); in ParseSummariesSection()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DPropertySpecification.cpp173 if (property_definition->ParseValue(new_property, property_values[0])) in ParsePropertyDeclaration()
199 if (!shorthand_definition->properties[i].second->ParseValue(new_property, property_values[0])) in ParsePropertyDeclaration()
218 if (!shorthand_definition->properties[0].second->ParseValue(new_property, property_values[0])) in ParsePropertyDeclaration()
222 if (!shorthand_definition->properties[2].second->ParseValue(new_property, property_values[0])) in ParsePropertyDeclaration()
227 if (!shorthand_definition->properties[1].second->ParseValue(new_property, property_values[1])) in ParsePropertyDeclaration()
231 if (!shorthand_definition->properties[3].second->ParseValue(new_property, property_values[1])) in ParsePropertyDeclaration()
246 if (!shorthand_definition->properties[0].second->ParseValue(new_property, property_values[0])) in ParsePropertyDeclaration()
251 if (!shorthand_definition->properties[1].second->ParseValue(new_property, property_values[1])) in ParsePropertyDeclaration()
255 if (!shorthand_definition->properties[3].second->ParseValue(new_property, property_values[1])) in ParsePropertyDeclaration()
260 if (!shorthand_definition->properties[2].second->ParseValue(new_property, property_values[2])) in ParsePropertyDeclaration()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dfont_style_resolver_test.cc16 CSSParser::ParseValue(style, CSSPropertyID::kFont, "15px Ahem", true); in TEST()
28 CSSParser::ParseValue(style, CSSPropertyID::kFont, "-1px Ahem", true); in TEST()
40 CSSParser::ParseValue(style, CSSPropertyID::kFont, "wrong 1px Ahem", true); in TEST()
52 CSSParser::ParseValue(style, CSSPropertyID::kFont, in TEST()
65 CSSParser::ParseValue(style, CSSPropertyID::kFont, "italic 2ex Ahem", true); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dfont_style_resolver_test.cc16 CSSParser::ParseValue(style, CSSPropertyID::kFont, "15px Ahem", true, in TEST()
29 CSSParser::ParseValue(style, CSSPropertyID::kFont, "-1px Ahem", true, in TEST()
42 CSSParser::ParseValue(style, CSSPropertyID::kFont, "wrong 1px Ahem", true, in TEST()
55 CSSParser::ParseValue(style, CSSPropertyID::kFont, in TEST()
69 CSSParser::ParseValue(style, CSSPropertyID::kFont, "italic 2ex Ahem", true, in TEST()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomFormat/
H A DDicomValue.cpp164 static bool ParseValue(T& result, in ParseValue() function
199 if (ParseValue<int64_t, true>(tmp, *this)) in ParseInteger32()
212 return ParseValue<int64_t, true>(result, *this); in ParseInteger64()
218 if (ParseValue<uint64_t, false>(tmp, *this)) in ParseUnsignedInteger32()
231 return ParseValue<uint64_t, false>(result, *this); in ParseUnsignedInteger64()
236 return ParseValue<float, true>(result, *this); in ParseFloat()
241 return ParseValue<double, true>(result, *this); in ParseDouble()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomFormat/
H A DDicomValue.cpp164 static bool ParseValue(T& result, in ParseValue() function
199 if (ParseValue<int64_t, true>(tmp, *this)) in ParseInteger32()
212 return ParseValue<int64_t, true>(result, *this); in ParseInteger64()
218 if (ParseValue<uint64_t, false>(tmp, *this)) in ParseUnsignedInteger32()
231 return ParseValue<uint64_t, false>(result, *this); in ParseUnsignedInteger64()
236 return ParseValue<float, true>(result, *this); in ParseFloat()
241 return ParseValue<double, true>(result, *this); in ParseDouble()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomFormat/
H A DDicomValue.cpp164 static bool ParseValue(T& result, in ParseValue() function
199 if (ParseValue<int64_t, true>(tmp, *this)) in ParseInteger32()
212 return ParseValue<int64_t, true>(result, *this); in ParseInteger64()
218 if (ParseValue<uint64_t, false>(tmp, *this)) in ParseUnsignedInteger32()
231 return ParseValue<uint64_t, false>(result, *this); in ParseUnsignedInteger64()
236 return ParseValue<float, true>(result, *this); in ParseFloat()
241 return ParseValue<double, true>(result, *this); in ParseDouble()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/DicomFormat/
H A DDicomValue.cpp164 static bool ParseValue(T& result, in ParseValue() function
199 if (ParseValue<int64_t, true>(tmp, *this)) in ParseInteger32()
212 return ParseValue<int64_t, true>(result, *this); in ParseInteger64()
218 if (ParseValue<uint64_t, false>(tmp, *this)) in ParseUnsignedInteger32()
231 return ParseValue<uint64_t, false>(result, *this); in ParseUnsignedInteger64()
236 return ParseValue<float, true>(result, *this); in ParseFloat()
241 return ParseValue<double, true>(result, *this); in ParseDouble()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/properties/longhands/
H A Dcustom_property_test.cc44 const CSSValue* ParseValue(const Longhand& property, in ParseValue() function in blink::__anonde5ebcee0111::CustomPropertyTest
181 ParseValue(property, "100px", CSSParserLocalContext()); in TEST_F()
188 const CSSValue* value1 = ParseValue( in TEST_F()
190 const CSSValue* value2 = ParseValue( in TEST_F()
203 ParseValue(property, "100px", CSSParserLocalContext()); in TEST_F()
208 ParseValue(property, "maroon", CSSParserLocalContext()); in TEST_F()
215 const CSSValue* value = ParseValue( in TEST_F()
227 const CSSValue* value1 = ParseValue(property, "100px", local_context); in TEST_F()
231 const CSSValue* value2 = ParseValue(property, "maroon", local_context); in TEST_F()
/dports/games/openttd/openttd-12.1/src/
H A Dsettings_internal.h121 virtual void ParseValue(const IniItem *item, void *object) const = 0;
181 virtual size_t ParseValue(const char *str) const;
183 void ParseValue(const IniItem *item, void *object) const override;
202 size_t ParseValue(const char *str) const override;
228 size_t ParseValue(const char *str) const override;
242 size_t ParseValue(const char *str) const override;
278 void ParseValue(const IniItem *item, void *object) const override;
296 void ParseValue(const IniItem *item, void *object) const override;
307 void ParseValue(const IniItem *item, void *object) const override { NOT_REACHED(); } in ParseValue() function
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/
H A Dscalars.go114 ParseValue: coerceInt,
166 ParseValue: coerceFloat,
196 ParseValue: coerceString,
250 ParseValue: coerceBool,
269 ParseValue: coerceString,
321 ParseValue: unserializeDateTime,

12345678910>>...28