Home
last modified time | relevance | path

Searched defs:creator (Results 1 – 25 of 643) sorted by relevance

12345678910>>...26

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_packet_creator_peer.cc15 bool QuicPacketCreatorPeer::SendVersionInPacket(QuicPacketCreator* creator) { in SendVersionInPacket()
21 QuicPacketCreator* creator, bool send_version_in_packet) { in SetSendVersionInPacket()
31 QuicPacketCreator* creator, QuicPacketNumberLength packet_number_length) { in SetPacketNumberLength()
37 QuicPacketCreator* creator) { in GetPacketNumberLength()
43 QuicPacketCreatorPeer::GetRetryTokenLengthLength(QuicPacketCreator* creator) { in GetRetryTokenLengthLength()
49 QuicPacketCreatorPeer::GetLengthLength(QuicPacketCreator* creator) { in GetLengthLength()
53 void QuicPacketCreatorPeer::SetPacketNumber(QuicPacketCreator* creator, in SetPacketNumber()
59 void QuicPacketCreatorPeer::SetPacketNumber(QuicPacketCreator* creator, in SetPacketNumber()
65 void QuicPacketCreatorPeer::ClearPacketNumber(QuicPacketCreator* creator) { in ClearPacketNumber()
70 void QuicPacketCreatorPeer::FillPacketHeader(QuicPacketCreator* creator, in FillPacketHeader()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dallocate_unique_construct_test.cpp16 struct creator { struct
21 typedef creator<U> other; argument
24 creator() { } in creator() argument
27 creator(const creator<U>&) { } in creator() argument
51 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_shared_array_construct_test.cpp16 struct creator { struct
21 typedef creator<U> other; argument
24 creator() { } in creator() function
27 creator(const creator<U>&) { } in creator() function
51 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_local_shared_array_construct_test.cpp18 struct creator { struct
23 typedef creator<U> other; argument
26 creator() { } in creator() function
29 creator(const creator<U>&) { } in creator() function
53 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_unique_array_construct_test.cpp19 struct creator { struct
24 typedef creator<U> other; argument
27 creator() { } in creator() function
30 creator(const creator<U>&) { } in creator() function
54 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_unique_arrays_test.cpp17 struct creator { struct
23 typedef creator<U> other; argument
26 creator() { } in creator() function
29 creator(const creator<U>&) { } in creator() function
42 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_unique_array_value_test.cpp16 struct creator { struct
22 typedef creator<U> other; argument
25 creator() { } in creator() function
28 creator(const creator<U>&) { } in creator() function
41 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_unique_array_throws_test.cpp16 struct creator { struct
22 typedef creator<U> other; argument
25 creator() { } in creator() function
28 creator(const creator<U>&) { } in creator() argument
41 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_unique_throws_test.cpp16 struct creator { struct
22 typedef creator<U> other; argument
25 creator() { } in creator() function
28 creator(const creator<U>&) { } in creator() argument
41 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_unique_aggregate_test.cpp17 struct creator { struct
23 typedef creator<U> other; argument
26 creator() { } in creator() function
29 creator(const creator<U>&) { } in creator() argument
42 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_unique_test.cpp16 struct creator { struct
22 typedef creator<U> other; argument
25 creator() { } in creator() argument
28 creator(const creator<U>&) { } in creator() function
41 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_unique_value_test.cpp16 struct creator { struct
22 typedef creator<U> other; argument
25 creator() { } in creator() argument
28 creator(const creator<U>&) { } in creator() argument
41 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_unique_noinit_test.cpp16 struct creator { struct
22 typedef creator<U> other; argument
25 creator() { } in creator() function
28 creator(const creator<U>&) { } in creator() argument
41 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_unique_args_test.cpp17 struct creator { struct
23 typedef creator<U> other; argument
26 creator() { } in creator() argument
29 creator(const creator<U>&) { } in creator() function
42 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_shared_array_value_test.cpp12 struct creator { struct
17 typedef creator<U> other; argument
20 creator() { } in creator() function
23 creator(const creator<U>&) { } in creator() argument
36 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_local_shared_arrays_test.cpp16 struct creator { struct
21 typedef creator<U> other; argument
24 creator() { } in creator() function
27 creator(const creator<U>&) { } in creator() argument
40 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_local_shared_array_value_test.cpp15 struct creator { struct
20 typedef creator<U> other; argument
23 creator() { } in creator() function
26 creator(const creator<U>&) { } in creator() function
39 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_shared_array_throws_test.cpp12 struct creator { struct
17 typedef creator<U> other; argument
20 creator() { } in creator() argument
23 creator(const creator<U>&) { } in creator() function
36 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_shared_arrays_test.cpp14 struct creator { struct
19 typedef creator<U> other; argument
22 creator() { } in creator() argument
25 creator(const creator<U>&) { } in creator() argument
38 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_unique_array_noinit_test.cpp16 struct creator { struct
22 typedef creator<U> other; argument
25 creator() { } in creator() function
28 creator(const creator<U>&) { } in creator() argument
41 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_unique_array_test.cpp16 struct creator { struct
22 typedef creator<U> other; argument
25 creator() { } in creator() function
28 creator(const creator<U>&) { } in creator() function
41 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_local_shared_array_throws_test.cpp15 struct creator { struct
20 typedef creator<U> other; argument
23 creator() { } in creator() argument
26 creator(const creator<U>&) { } in creator() function
39 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
Dallocate_shared_array_esft_test.cpp13 struct creator { struct
18 typedef creator<U> other; argument
21 creator() { } in creator() argument
24 creator(const creator<U>&) { } in creator() argument
37 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/
Dalloc_construct_cxx11_test.cpp34 struct creator { struct
37 creator() { } in creator() argument
40 creator(const creator<U>&) { } in creator() function
64 creator<type> a; in main() argument
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
H A DCreatorCollector.java127 public void setDefaultCreator(AnnotatedWithParams creator) { in setDefaultCreator()
131 public void addStringCreator(AnnotatedWithParams creator, boolean explicit) { in addStringCreator()
135 public void addIntCreator(AnnotatedWithParams creator, boolean explicit) { in addIntCreator()
139 public void addLongCreator(AnnotatedWithParams creator, boolean explicit) { in addLongCreator()
143 public void addBigIntegerCreator(AnnotatedWithParams creator, boolean explicit) { in addBigIntegerCreator()
147 public void addDoubleCreator(AnnotatedWithParams creator, boolean explicit) { in addDoubleCreator()
151 public void addBigDecimalCreator(AnnotatedWithParams creator, boolean explicit) { in addBigDecimalCreator()
155 public void addBooleanCreator(AnnotatedWithParams creator, boolean explicit) { in addBooleanCreator()
159 public void addDelegatingCreator(AnnotatedWithParams creator, in addDelegatingCreator()
174 public void addPropertyCreator(AnnotatedWithParams creator, in addPropertyCreator()
[all …]

12345678910>>...26