Home
last modified time | relevance | path

Searched defs:DefaultConstruct (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dexplicitly_constructed.h65 void DefaultConstruct() { new (&union_) T(); } in DefaultConstruct() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dexplicitly_constructed.h65 void DefaultConstruct() { new (&union_) T(); } in DefaultConstruct() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_time_accumulator_test.cc13 TEST(QuicTimeAccumulator, DefaultConstruct) { in TEST() argument
/aosp_15_r20/external/pigweed/pw_sync/public/pw_sync/internal/
H A Dborrowable_storage.h85 T DefaultConstruct() { in DefaultConstruct() function