/third_party/json/tests/src/ |
H A D | unit-concepts.cpp | 72 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 D | unit-pointer_access.cpp | 48 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 D | unit-reference_access.cpp | 64 const json value = {{"one", 1}, {"two", 2}}; global() variable [all...] |
/third_party/json/docs/examples/ |
H A D | other_error.cpp | 12 json value = R"({ in main() local
|
H A D | swap__object_t.cpp | 9 json value = { {"translation", {{"one", "eins"}, {"two", "zwei"}}} }; in main() local 18 std::cout << "value = " << value << '\n'; in main() local
|
H A D | swap__array_t.cpp | 9 json value = {{"array", {1, 2, 3, 4}}}; in main() local 18 std::cout << "value = " << value << '\n'; in main() local
|
H A D | swap__string_t.cpp | 9 json value = { "the good", "the bad", "the ugly" }; in main() local 18 std::cout << "value = " << value << '\n'; in main() local
|
H A D | swap__binary_t.cpp | 9 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 D | is_sax.hpp | 88 static constexpr bool value = member [all...] |
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
H A D | autorelease.impl.h | 29 jerryx_autorelease_cleanup (const jerry_value_t *value) /**< jerry value */ in jerryx_autorelease_cleanup() argument
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_constreg.h | 46 static inline size_t rogue_constreg_lookup_float(float value) in rogue_constreg_lookup_float() argument
|
/third_party/node/test/parallel/ |
H A D | test-priority-queue.js | [all...] |
/third_party/musl/src/thread/ |
H A D | sem_init.c | 5 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 D | 10-1.c | 26 union sigval value; in main() local
|
H A D | 11-1.c | 26 union sigval value; in main() local
|
H A D | 3-1.c | 63 union sigval value; in main() local
|
H A D | 2-2.c | 34 union sigval value; in main() local
|
H A D | 2-1.c | 24 union sigval value; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
H A D | 5-1-buildonly.c | 17 struct timespec value; in dummyfcn() local
|
/third_party/node/deps/v8/src/codegen/ |
H A D | tnode.cc | 10 constexpr MachineType MachineTypeOf<ExternalReference>::value; member in v8::internal::MachineTypeOf
|
/third_party/musl/libc-test/src/functionalext/supplement/process/process_gtest/ |
H A D | process_unsetenv_test.cpp | 22 char* value = getenv("MY_VAR"); in HWTEST_F() local
|
/third_party/rust/crates/log/src/kv/ |
H A D | mod.rs | 19 pub mod value; modules
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | base-to-derived.hpp | 13 static constexpr bool value = type::value; member
|
H A D | constant-non-specialized-tp.hpp | 13 static constexpr int value[] = { T::value... }; member
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/ |
H A D | dawn_platform.h | 69 static constexpr uint32_t value = {{len(e.values)}}; member
|