/third_party/boost/boost/property_tree/json_parser/detail/ |
D | standard_callbacks.hpp | 14 template <typename Ch> const Ch* null_value(); 15 template <> inline const char* null_value() { return "null"; } in null_value() function 16 template <> inline const wchar_t* null_value() { return L"null"; } in null_value() function 34 new_value() = constants::null_value<char_type>(); in on_null()
|
/third_party/jerryscript/tests/unit-core/ |
D | test-symbol.c | 183 jerry_value_t null_value = jerry_create_null (); in main() local 184 jerry_value_t to_string_value = jerry_get_symbol_descriptive_string (null_value); in main() 192 jerry_release_value (null_value); in main()
|
/third_party/protobuf/csharp/protos/ |
D | unittest_issues.proto | 147 google.protobuf.NullValue null_value = 2; field 152 google.protobuf.NullValue null_value = 2; field
|
/third_party/boost/boost/histogram/axis/ |
D | traits.hpp | 31 static axis::null_type null_value; variable 118 return detail::null_value; in metadata_impl()
|
/third_party/glib/gio/ |
D | gregistrysettingsbackend.c | 599 RegistryValue null_value = { REG_NONE, {0} }; in registry_cache_get_node_for_key_recursive() local 602 null_value, n_parent_watches); in registry_cache_get_node_for_key_recursive() 649 RegistryValue null_value = { REG_NONE, {0} }; in registry_cache_get_node_for_key() local 653 null_value, 0); in registry_cache_get_node_for_key() 1420 RegistryValue null_value = {REG_NONE, {0}}; in registry_cache_update() local 1422 null_value, n_watches); in registry_cache_update()
|
/third_party/googletest/googletest/test/ |
D | googletest-output-test_.cc | 185 const char* null_value = nullptr; in TEST() local 186 SCOPED_TRACE(null_value); in TEST()
|
/third_party/protobuf/src/google/protobuf/util/internal/testdata/ |
D | struct.proto | 40 StructWrapper null_value = 3; field
|
/third_party/protobuf/src/google/protobuf/ |
D | struct.proto | 66 NullValue null_value = 1; field
|
D | struct.pb.h | 427 PROTOBUF_NAMESPACE_ID::NullValue null_value() const; 756 inline PROTOBUF_NAMESPACE_ID::NullValue Value::null_value() const { in null_value() function
|
/third_party/protobuf/python/google/protobuf/ |
D | json_format.py | 546 sub_message.null_value = 0 641 message.null_value = 0
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | json_format_test.py | 599 message.repeated_value.add().null_value = 0 625 message.value.values.add().null_value = 0
|
D | well_known_types.py | 720 struct_value.null_value = 0
|
/third_party/icu/tools/unicode/py/ |
D | preparseucd.py | 451 null_value = prop_type_nulls[prop_type] 464 _null_values[name] = null_value
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 2689 nir_ssa_def *null_value = in vtn_handle_variables() local 2697 null_value)); in vtn_handle_variables()
|
D | spirv_to_nir.c | 1828 const nir_const_value *null_value = nir_address_format_null_value(addr_format); in vtn_null_constant() local 1829 memcpy(c->values, null_value, in vtn_null_constant()
|
/third_party/grpc/third_party/upb/upb/json/ |
D | parser.rl | 1179 /* Fill null_value field. */ 2429 const char *nullmember = "null_value";
|
/third_party/jerryscript/docs/ |
D | 02.API-REFERENCE.md | 4251 jerry_value_t null_value = jerry_create_null (); 4255 jerry_release_value (null_value);
|