| /third_party/mesa3d/src/gtest/include/gtest/ |
| H A D | gtest-matchers.h | 204 const MatcherInterface<T>* const impl_; member in testing::internal::MatcherInterfaceAdapter 315 std::shared_ptr<const MatcherInterface<const T&>> impl_; global() member in testing::internal::MatcherBase 488 const Impl impl_; global() member in testing::PolymorphicMatcher::MonomorphicImpl 491 Impl impl_; global() member in testing::PolymorphicMatcher [all...] |
| /third_party/node/deps/v8/src/base/ |
| H A D | hashmap.h | 181 } impl_; global() member in v8::base::TemplateHashMapImpl 365 DCHECK(i < capacity()); DCHECK(occupancy() < capacity()); Entry* map = impl_.map_; while (map[i].exists() && !impl_.match()(hash, map[i].hash, key, map[i].key)) { i = (i + 1) & (capacity() - 1); } return &map[i]; } template <typename Key, typename Value, typename MatchFun, class AllocationPolicy> typename TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Entry* TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::FillEmptyEntry( Entry* entry, const Key& key, const Value& value, uint32_t hash) { DCHECK(!entry->exists()); new (entry) Entry(key, value, hash); impl_.occupancy_++; if (occupancy() + occupancy() / 4 >= capacity()) Probe() argument [all...] |
| /third_party/node/deps/v8/include/ |
| H A D | v8-script.h | 468 std::unique_ptr<internal::ScriptStreamingData> impl_; member in v8::ScriptCompiler::StreamedSource 505 std::unique_ptr<internal::BackgroundDeserializeTask> impl_; member in v8::ScriptCompiler::final
|
| H A D | v8-util.h | 349 typename Traits::Impl impl_; global() member in v8::PersistentValueMapBase 653 typename Traits::Impl impl_; global() member in v8::PersistentValueVector [all...] |
| /third_party/spirv-tools/include/spirv-tools/ |
| H A D | libspirv.hpp | 392 std::unique_ptr<Impl> impl_; // Unique pointer to implementation data. member in spvtools::SpirvTools
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | arena.h | 707 internal::ArenaImpl impl_; global() variable [all...] |
| H A D | map_field.h | 506 MapFieldLiteType impl_; member in google::protobuf::internal::MapField [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
| H A D | bluetooth_avrcp_ct_server.cpp | 47 BluetoothAvrcpCtServer::impl *impl_; member in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::SysStsObserverImpl 237 BluetoothAvrcpCtServer::impl *impl_; global() member in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl [all...] |
| H A D | bluetooth_host_server.cpp | 171 BluetoothHostServer::impl *impl_ = nullptr; global() member in OHOS::Bluetooth::BluetoothHostServer::impl::SystemStateObserver 240 BluetoothHostServer::impl *impl_ = nullptr; global() member in OHOS::Bluetooth::BluetoothHostServer::impl::AdapterStateObserver 330 BluetoothHostServer::impl *impl_ = nullptr; global() member in OHOS::Bluetooth::BluetoothHostServer::impl::AdapterClassicObserver 413 BluetoothHostServer::impl *impl_ = nullptr; global() member in OHOS::Bluetooth::BluetoothHostServer::impl::ClassicRemoteDeviceObserver 506 BluetoothHostServer::impl *impl_ = nullptr; global() member in OHOS::Bluetooth::BluetoothHostServer::impl::AdapterBleObserver 543 BluetoothHostServer::impl *impl_ = nullptr; global() member in OHOS::Bluetooth::BluetoothHostServer::impl::BlePeripheralCallback [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
| H A D | adapter_manager.cpp | 117 AdapterManager::impl &impl_; member in OHOS::bluetooth::AdapterManager::impl::AdaptersContextCallback
|
| /third_party/googletest/googletest/include/gtest/ |
| H A D | gtest-matchers.h | 687 const Impl impl_; member in testing::PolymorphicMatcher::MonomorphicImpl 690 Impl impl_; member in testing::PolymorphicMatcher [all...] |
| H A D | gtest.h | 1309 internal::UnitTestImpl* impl_; member in testing::UnitTest
|
| /third_party/node/deps/googletest/include/gtest/ |
| H A D | gtest-matchers.h | 651 const Impl impl_; member in testing::PolymorphicMatcher::MonomorphicImpl 654 Impl impl_; member in testing::PolymorphicMatcher [all...] |
| H A D | gtest.h | 1304 internal::UnitTestImpl* impl_; member in testing::UnitTest
|
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-script.h | 505 std::unique_ptr<internal::ScriptStreamingData> impl_; member in v8::ScriptCompiler::StreamedSource 572 std::unique_ptr<internal::BackgroundDeserializeTask> impl_; member in v8::ScriptCompiler::final
|
| H A D | v8-util.h | 355 typename Traits::Impl impl_; global() member in v8::PersistentValueMapBase 659 typename Traits::Impl impl_; global() variable [all...] |
| /third_party/node/deps/v8/src/snapshot/ |
| H A D | serializer.h | 116 base::HashMap impl_; member in v8::internal::CodeAddressMap::NameMap
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| H A D | bluetooth_avrcp_ct.cpp | 434 AvrcpController::impl *impl_; global() member in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl [all...] |
| /third_party/googletest/googlemock/include/gmock/ |
| H A D | gmock-actions.h | 737 ::std::shared_ptr<ActionInterface<F>> impl_; member 887 Impl impl_; member in testing::PolymorphicAction::MonomorphicImpl 890 Impl impl_; member in testing::PolymorphicAction [all...] |
| /third_party/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-param-util.h | 164 std::unique_ptr<ParamIteratorInterface<T>> impl_; global() member in testing::internal::ParamIterator 203 std::shared_ptr<const ParamGeneratorInterface<T>> impl_; global() member in testing::internal::ParamGenerator [all...] |
| /third_party/mesa3d/src/gtest/include/gtest/internal/ |
| H A D | gtest-param-util.h | 158 std::unique_ptr<ParamIteratorInterface<T> > impl_; global() member in testing::internal::ParamIterator 197 std::shared_ptr<const ParamGeneratorInterface<T> > impl_; global() member in testing::internal::ParamGenerator [all...] |
| /third_party/node/src/ |
| H A D | node.h | 769 Impl* impl_; member in node::EnvironmentFlags::CommonEnvironmentSetup
|
| /third_party/node/deps/googletest/include/gtest/internal/ |
| H A D | gtest-param-util.h | 164 std::unique_ptr<ParamIteratorInterface<T>> impl_; global() member in testing::internal::ParamIterator 203 std::shared_ptr<const ParamGeneratorInterface<T>> impl_; global() member in testing::internal::ParamGenerator [all...] |
| /third_party/protobuf/src/google/protobuf/io/ |
| H A D | coded_stream.h | 1253 EpsCopyOutputStream impl_; global() member in google::protobuf::io::CodedOutputStream [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
| H A D | flag.h | 689 FlagImpl impl_; global() member in absl::flags_internal::FlagHelpKind::FlagDefaultKind::Flag [all...] |