Home
last modified time | relevance | path

Searched defs:any (Results 1 – 25 of 197) sorted by relevance

12345678

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-any.hpp51 struct any struct
53 typedef rxu::decay_t<T> source_value_type;
54 typedef bool value_type;
55 typedef rxu::decay_t<Predicate> test_type;
56 test_type test;
58 any(test_type t) in any() function
64 struct any_observer
110 auto operator()(Subscriber dest) const in operator ()()
121 auto any(AN&&... an) in any() function
/external/angle/third_party/abseil-cpp/absl/types/
Dany.h99 class any; variable
213 any(const any& other) in any() function
232 any(T&& value) : obj_(new Obj<VT>(in_place, std::forward<T>(value))) {} in any() function
240 explicit any(in_place_type_t<T> /*tag*/, Args&&... args) in any() function
253 explicit any(in_place_type_t<T> /*tag*/, std::initializer_list<U> ilist, in any() function
/external/openscreen/third_party/abseil/src/absl/types/
Dany.h99 class any; variable
213 any(const any& other) in any() function
232 any(T&& value) : obj_(new Obj<VT>(in_place, std::forward<T>(value))) {} in any() function
240 explicit any(in_place_type_t<T> /*tag*/, Args&&... args) in any() function
253 explicit any(in_place_type_t<T> /*tag*/, std::initializer_list<U> ilist, in any() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Dany.h99 class any; variable
213 any(const any& other) in any() function
232 any(T&& value) : obj_(new Obj<VT>(in_place, std::forward<T>(value))) {} in any() function
240 explicit any(in_place_type_t<T> /*tag*/, Args&&... args) in any() function
253 explicit any(in_place_type_t<T> /*tag*/, std::initializer_list<U> ilist, in any() function
/external/libtextclassifier/abseil-cpp/absl/types/
Dany.h99 class any; variable
213 any(const any& other) in any() function
232 any(T&& value) : obj_(new Obj<VT>(in_place, std::forward<T>(value))) {} in any() function
240 explicit any(in_place_type_t<T> /*tag*/, Args&&... args) in any() function
253 explicit any(in_place_type_t<T> /*tag*/, std::initializer_list<U> ilist, in any() function
/external/webrtc/third_party/abseil-cpp/absl/types/
Dany.h118 class any; variable
232 any(const any& other) in any() function
251 any(T&& value) : obj_(new Obj<VT>(in_place, std::forward<T>(value))) {} in any() function
259 explicit any(in_place_type_t<T> /*tag*/, Args&&... args) in any() function
272 explicit any(in_place_type_t<T> /*tag*/, std::initializer_list<U> ilist, in any() function
/external/abseil-cpp/absl/types/
Dany.h118 class any; variable
232 any(const any& other) in any() function
251 any(T&& value) : obj_(new Obj<VT>(in_place, std::forward<T>(value))) {} in any() function
259 explicit any(in_place_type_t<T> /*tag*/, Args&&... args) in any() function
272 explicit any(in_place_type_t<T> /*tag*/, std::initializer_list<U> ilist, in any() function
/external/protobuf/src/google/protobuf/
Dany_test.cc59 google::protobuf::Any any; in TEST() local
71 google::protobuf::Any any; in TEST() local
90 google::protobuf::Any any; in TEST() local
110 google::protobuf::Any any; in TEST() local
/external/llvm-project/clang/test/SemaCXX/
Dattr-gsl-owner-pointer-std.cpp7 class any { class
180 class any { class
/external/protobuf/src/google/protobuf/util/internal/testdata/
Danys.proto71 google.protobuf.Any any = 1; field
105 google.protobuf.Any any = 2; field
109 google.protobuf.Any any = 1; field
/external/rust/crates/protobuf/src/well_known_types_util/
Dmod.rs1 mod any; module
/external/libprotobuf-mutator/src/
Dmutator.cc370 const Descriptor* GetAnyTypeDescriptor(const Any& any) { in GetAnyTypeDescriptor()
377 std::unique_ptr<Message> UnpackAny(const Any& any) { in UnpackAny()
399 if (const Any* any = CastToAny(&message)) return UnpackAny(*any); in UnpackIfAny() local
404 if (std::unique_ptr<Message> any = UnpackIfAny(message)) { in UnpackAny() local
434 const UnpackedAny& any, RandomEngine* random) in PostProcessing()
479 if (Any* any = CastToAny(message)) { in Run() local
629 UnpackedAny any; in Fix() local
638 UnpackedAny any; in Mutate() local
658 UnpackedAny any; in CrossOver() local
/external/tensorflow/tensorflow/core/platform/
Dprotobuf_internal.h29 Status ParseAny(const google::protobuf::Any& any, T* message, in ParseAny()
Dlogger.h57 google::protobuf::Any any; in LogProto() local
/external/libprotobuf-mutator/examples/libfuzzer/
Dlibfuzzer_example.proto10 optional google.protobuf.Any any = 4; field
Dlibfuzzer_example.cc30 auto* any = message->mutable_any(); in __anon1e23a97e0102() local
Dlibfuzzer_bin_example.cc30 auto* any = message->mutable_any(); in __anonf4cca0d60102() local
/external/protobuf/src/google/protobuf/util/internal/
Dutility.cc100 bool GetBoolFromAny(const google::protobuf::Any& any) { in GetBoolFromAny()
106 int64 GetInt64FromAny(const google::protobuf::Any& any) { in GetInt64FromAny()
112 double GetDoubleFromAny(const google::protobuf::Any& any) { in GetDoubleFromAny()
118 std::string GetStringFromAny(const google::protobuf::Any& any) { in GetStringFromAny()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DAnyGetterTest.java32 public Map<String,Integer> any() { in any() method in AnyGetterTest.AnyOnlyBean
44 public Map<String,Integer> any() { in any() method in AnyGetterTest.NotEvenAnyBean
56 public Map<String,Object> any() { in any() method in AnyGetterTest.MapAsAny
/external/rust/crates/protobuf/src/well_known_types/
Dmod.rs6 mod any; module
/external/llvm-project/libc/test/src/string/
Dstrlen_test.cpp20 const char *any = "Hello World!"; in TEST() local
/external/swiftshader/third_party/marl/include/marl/
Devent.h230 Event Event::any(Mode mode, const Iterator& begin, const Iterator& end) { in any() function
244 Event Event::any(const Iterator& begin, const Iterator& end) { in any() function
/external/arm-trusted-firmware/lib/libc/
Dstrtoul.c54 int neg, any, cutlim; in strtoul() local
Dstrtoull.c54 int neg, any, cutlim; in strtoull() local
/external/openssh/openbsd-compat/
Dstrtoull.c55 int neg, any, cutlim; in strtoull() local

12345678