Home
last modified time | relevance | path

Searched defs:null_value (Results 1 – 11 of 11) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dstruct.proto66 NullValue null_value = 1; field
Dstruct.pb.h756 inline PROTOBUF_NAMESPACE_ID::NullValue Value::null_value() const { in null_value() function
/third_party/boost/boost/property_tree/json_parser/detail/
Dstandard_callbacks.hpp15 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
/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/jerryscript/tests/unit-core/
Dtest-symbol.c183 jerry_value_t null_value = jerry_create_null (); in main() local
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dstruct.proto40 StructWrapper null_value = 3; field
/third_party/glib/gio/
Dgregistrysettingsbackend.c599 RegistryValue null_value = { REG_NONE, {0} }; in registry_cache_get_node_for_key_recursive() local
649 RegistryValue null_value = { REG_NONE, {0} }; in registry_cache_get_node_for_key() local
1420 RegistryValue null_value = {REG_NONE, {0}}; in registry_cache_update() local
/third_party/boost/boost/histogram/axis/
Dtraits.hpp31 static axis::null_type null_value; variable
/third_party/googletest/googletest/test/
Dgoogletest-output-test_.cc185 const char* null_value = nullptr; in TEST() local
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c2689 nir_ssa_def *null_value = in vtn_handle_variables() local
Dspirv_to_nir.c1828 const nir_const_value *null_value = nir_address_format_null_value(addr_format); in vtn_null_constant() local