Home
last modified time | relevance | path

Searched defs:MakeLiteral (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/inspector/
H A Dinspector_test.cc204 std::unique_ptr<ast::Literal> MakeLiteral(ast::type::Type* type, bool* val) { in MakeLiteral() function in tint::inspector::__anon638bc3ca0111::InspectorHelper
211 std::unique_ptr<ast::Literal> MakeLiteral(ast::type::Type* type, in MakeLiteral() function in tint::inspector::__anon638bc3ca0111::InspectorHelper
219 std::unique_ptr<ast::Literal> MakeLiteral(ast::type::Type* type, in MakeLiteral() function in tint::inspector::__anon638bc3ca0111::InspectorHelper
227 std::unique_ptr<ast::Literal> MakeLiteral(ast::type::Type* type, float* val) { in MakeLiteral() function in tint::inspector::__anon638bc3ca0111::InspectorHelper
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/config/
H A Dexpression.hpp250 inline std::unique_ptr<LiteralExpression> MakeLiteral(const Value& literal = Value()) in MakeLiteral() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Rules/
H A DArithmeticLiteral.cs145 internal static ArithmeticLiteral MakeLiteral(Type literalType, object literalValue) in MakeLiteral() method in System.Workflow.Activities.Rules.ArithmeticLiteral
H A DLiteral.cs135 internal static Literal MakeLiteral(Type literalType, object literalValue) in MakeLiteral() method in System.Workflow.Activities.Rules.Literal