Home
last modified time | relevance | path

Searched defs:value (Results 51 - 75 of 6882) sorted by relevance

12345678910>>...276

/third_party/json/tests/src/
H A Dunit-concepts.cpp72 CHECK(std::is_nothrow_default_constructible<json>::value); global() variable
77 CHECK(std::is_move_constructible<json>::value); global() variable
78 CHECK(std::is_nothrow_move_constructible<json>::value); global() variable
83 CHECK(std::is_copy_constructible<json>::value); global() variable
88 CHECK(std::is_nothrow_move_assignable<json>::value); global() variable
93 CHECK(std::is_copy_assignable<json>::value); global() variable
98 CHECK(std::is_nothrow_destructible<json>::value); global() variable
103 CHECK(std::is_standard_layout<json>::value); global() variable
111 CHECK(std::is_nothrow_copy_constructible<json::iterator>::value); global() variable
112 CHECK(std::is_nothrow_copy_constructible<json::const_iterator>::value); global() variable
119 CHECK(std::is_nothrow_copy_assignable<json::iterator>::value); global() variable
120 CHECK(std::is_nothrow_copy_assignable<json::const_iterator>::value); global() variable
126 CHECK(std::is_nothrow_destructible<json::iterator>::value); global() variable
127 CHECK(std::is_nothrow_destructible<json::const_iterator>::value); global() variable
[all...]
H A Dunit-pointer_access.cpp48 const json value = {{"one", 1}, {"two", 2}}; global() variable
106 const json value = {1, 2, 3, 4}; global() variable
164 const json value = "hello"; global() variable
222 const json value = false; global() variable
280 const json value = 23; global() variable
338 const json value = 23u; global() variable
396 const json value = 42.23; global() variable
425 const json value = json::binary({1, 2, 3}); global() variable
454 const json value = json::binary({}); global() variable
[all...]
H A Dunit-reference_access.cpp64 const json value = {{"one", 1}, {"two", 2}}; global() variable
[all...]
/third_party/json/docs/examples/
H A Dother_error.cpp12 json value = R"({ in main() local
H A Dswap__object_t.cpp9 json value = { {"translation", {{"one", "eins"}, {"two", "zwei"}}} }; in main() local
18 std::cout << "value = " << value << '\n'; in main() local
H A Dswap__array_t.cpp9 json value = {{"array", {1, 2, 3, 4}}}; in main() local
18 std::cout << "value = " << value << '\n'; in main() local
H A Dswap__string_t.cpp9 json value = { "the good", "the bad", "the ugly" }; in main() local
18 std::cout << "value = " << value << '\n'; in main() local
H A Dswap__binary_t.cpp9 json value = json::binary({1, 2, 3}); in main() local
18 std::cout << "value = " << value << '\n'; in main() local
/third_party/json/include/nlohmann/detail/meta/
H A Dis_sax.hpp88 static constexpr bool value = member
[all...]
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
H A Dautorelease.impl.h29 jerryx_autorelease_cleanup (const jerry_value_t *value) /**< jerry value */ in jerryx_autorelease_cleanup() argument
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_constreg.h46 static inline size_t rogue_constreg_lookup_float(float value) in rogue_constreg_lookup_float() argument
/third_party/node/test/parallel/
H A Dtest-priority-queue.js[all...]
/third_party/musl/src/thread/
H A Dsem_init.c5 int sem_init(sem_t *sem, int pshared, unsigned value) in sem_init() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
H A D10-1.c26 union sigval value; in main() local
H A D11-1.c26 union sigval value; in main() local
H A D3-1.c63 union sigval value; in main() local
H A D2-2.c34 union sigval value; in main() local
H A D2-1.c24 union sigval value; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D5-1-buildonly.c17 struct timespec value; in dummyfcn() local
/third_party/node/deps/v8/src/codegen/
H A Dtnode.cc10 constexpr MachineType MachineTypeOf<ExternalReference>::value; member in v8::internal::MachineTypeOf
/third_party/musl/libc-test/src/functionalext/supplement/process/process_gtest/
H A Dprocess_unsetenv_test.cpp22 char* value = getenv("MY_VAR"); in HWTEST_F() local
/third_party/rust/crates/log/src/kv/
H A Dmod.rs19 pub mod value; modules
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dbase-to-derived.hpp13 static constexpr bool value = type::value; member
H A Dconstant-non-specialized-tp.hpp13 static constexpr int value[] = { T::value... }; member
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
H A Ddawn_platform.h69 static constexpr uint32_t value = {{len(e.values)}}; member

Completed in 11 milliseconds

12345678910>>...276