Home
last modified time | relevance | path

Searched refs:null_value (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/property_tree/json_parser/detail/
Dstandard_callbacks.hpp14 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/
Dtest-symbol.c183 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/
Dunittest_issues.proto147 google.protobuf.NullValue null_value = 2; field
152 google.protobuf.NullValue null_value = 2; field
/third_party/boost/boost/histogram/axis/
Dtraits.hpp31 static axis::null_type null_value; variable
118 return detail::null_value; in metadata_impl()
/third_party/glib/gio/
Dgregistrysettingsbackend.c599 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/
Dgoogletest-output-test_.cc185 const char* null_value = nullptr; in TEST() local
186 SCOPED_TRACE(null_value); in TEST()
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dstruct.proto40 StructWrapper null_value = 3; field
/third_party/protobuf/src/google/protobuf/
Dstruct.proto66 NullValue null_value = 1; field
Dstruct.pb.h427 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/
Djson_format.py546 sub_message.null_value = 0
641 message.null_value = 0
/third_party/protobuf/python/google/protobuf/internal/
Djson_format_test.py599 message.repeated_value.add().null_value = 0
625 message.value.values.add().null_value = 0
Dwell_known_types.py720 struct_value.null_value = 0
/third_party/icu/tools/unicode/py/
Dpreparseucd.py451 null_value = prop_type_nulls[prop_type]
464 _null_values[name] = null_value
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c2689 nir_ssa_def *null_value = in vtn_handle_variables() local
2697 null_value)); in vtn_handle_variables()
Dspirv_to_nir.c1828 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/
Dparser.rl1179 /* Fill null_value field. */
2429 const char *nullmember = "null_value";
/third_party/jerryscript/docs/
D02.API-REFERENCE.md4251 jerry_value_t null_value = jerry_create_null ();
4255 jerry_release_value (null_value);