Home
last modified time | relevance | path

Searched defs:InvalidValue (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/engine/flutter/fml/
Dunique_fd.h29 static HANDLE InvalidValue() { return INVALID_HANDLE_VALUE; } in InvalidValue() function
/third_party/gn/src/base/files/
Dscoped_file.h22 static int InvalidValue() { return -1; } in InvalidValue() function
/third_party/cef/include/base/internal/
Dcef_scoped_block_mac.h51 static B InvalidValue() { return nullptr; } in InvalidValue() function
/third_party/gn/src/base/mac/
Dscoped_cftyperef.h32 static CFT InvalidValue() { return nullptr; } in InvalidValue() function
/third_party/flutter/engine/flutter/fml/platform/win/
Dmessage_loop_win.h21 static HANDLE InvalidValue() { return NULL; } in InvalidValue() function
/third_party/flutter/engine/flutter/fml/platform/android/
Dmessage_loop_android.h19 static ALooper* InvalidValue() { return nullptr; } in InvalidValue() function
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dunique_fdio_ns.h14 static fdio_ns_t* InvalidValue() { return nullptr; } in InvalidValue() function
/third_party/protobuf/src/google/protobuf/util/internal/
Derror_listener.h90 void InvalidValue(const LocationTrackerInterface& loc, in InvalidValue() function
Dproto_writer.cc445 void ProtoWriter::InvalidValue(StringPiece type_name, in InvalidValue() function in google::protobuf::util::converter::ProtoWriter
/third_party/flutter/engine/flutter/shell/platform/embedder/tests/
Dembedder_config_builder.h19 static FlutterEngine InvalidValue() { return nullptr; } in InvalidValue() function
/third_party/rust/crates/clap/src/error/
Dkind.rs19 InvalidValue, enumerator
Dcontext.rs17 InvalidValue, enumerator
/third_party/protobuf/src/google/protobuf/util/
Djson_util.cc143 void InvalidValue(const converter::LocationTrackerInterface& loc, in InvalidValue() function in google::protobuf::util::__anon8166709c0111::StatusErrorListener