Home
last modified time | relevance | path

Searched refs:stringize (Results 1 – 19 of 19) sorted by relevance

/external/sdv/vsomeip/third_party/boost/lexical_cast/example/
Dgeneric_stringize.cpp43 std::string stringize(const Sequence& seq) { in stringize() function
55 if (stringize(decim) != "-10e5") { in main()
60 if (stringize(value_and_type) != "270Kelvin") { in main()
/external/mpdecimal/tests++/
Dtest.hh55 stringize() in stringize() function
62 stringize(const T& t, Args... args) in stringize() function
64 return str(t) + stringize(args...); in stringize()
77 explicit Failure(Args... args) : m(stringize(args...)) {} in Failure()
/external/sdv/vsomeip/third_party/boost/preprocessor/test/
DJamfile.v252 [ compile stringize.cpp ]
72 [ compile stringize.cpp : <define>BOOST_PP_LIMIT_MAG=512 : stringize_num_512 ]
92 [ compile stringize.cpp : <define>BOOST_PP_LIMIT_MAG=1024 : stringize_num_1024 ]
161 [ compile stringize.c
DCMakeLists.txt13 …on control debug facilities list logical punctuation selection seq slot stringize tuple variadic i…
/external/executorch/backends/vulkan/runtime/vk_api/
DQueryPool.cpp173 std::string stringize(const VkExtent3D& extents) { in stringize() function
227 ss << std::setw(global_size_w) << stringize(entry.global_workgroup_size); in generate_string_report()
228 ss << std::setw(local_size_w) << stringize(entry.local_workgroup_size); in generate_string_report()
DAdapter.h215 std::string stringize() const;
DAdapter.cpp243 std::string Adapter::stringize() const { in stringize() function in vkcompute::vkapi::Adapter
353 os << adapter.stringize() << std::endl; in operator <<()
/external/pytorch/aten/src/ATen/native/vulkan/api/
DQueryPool.cpp173 static std::string stringize(const VkExtent3D& extents) { in stringize() function
207 ss << std::setw(global_size_w) << stringize(entry.global_workgroup_size); in generate_string_report()
DAdapter.h210 std::string stringize() const;
DAdapter.cpp352 std::string Adapter::stringize() const { in stringize() function in at::native::vulkan::api::Adapter
434 os << adapter.stringize() << std::endl; in operator <<()
/external/skia/tools/sksl-minify/
DSkSLMinify.cpp65 static std::string_view stringize(const SkSL::Token& token, std::string_view text) { in stringize() function
170 std::string_view thisTokenText = stringize(token, text); in generate_minified_text()
/external/executorch/backends/vulkan/tools/gpuinfo/include/
Dapp.h37 std::cout << context()->adapter_ptr()->stringize() << std::endl in App()
/external/grpc-grpc/src/objective-c/tests/Common/
DTestUtils.m24 // Utility macro to stringize preprocessor defines
/external/python/cpython3/Doc/howto/
Dannotations.rst39 annotations. This function can also "un-stringize"
/external/python/cpython3/Misc/NEWS.d/
D3.10.0b1.rst648 correctly un-stringize stringized annotations.
653 :func:`inspect.from_callable` can now un-stringize stringized annotations,
/external/python/cpython3/Doc/library/
Dinspect.rst698 attempt to automatically un-stringize the annotations using
708 the ``eval()`` call(s) to un-stringize the annotations in :func:`get_annotations`
/external/python/cpython3/Doc/whatsnew/
D3.10.rst1221 it examines. :func:`inspect.get_annotations` can also correctly un-stringize
1230 also now un-stringize stringized annotations.
/external/clang/test/
Dcxx-sections.data376 16.3.2 [cpp.stringize]
/external/clang/docs/
DInternalsManual.rst612 "stringize" operator) the spelling indicates the original form.