Home
last modified time | relevance | path

Searched defs:impl_ (Results 101 - 125 of 128) sorted by relevance

123456

/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-matchers.h204 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 Dhashmap.h181 } 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 Dv8-script.h468 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 Dv8-util.h349 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 Dlibspirv.hpp392 std::unique_ptr<Impl> impl_; // Unique pointer to implementation data. member in spvtools::SpirvTools
/third_party/protobuf/src/google/protobuf/
H A Darena.h707 internal::ArenaImpl impl_; global() variable
[all...]
H A Dmap_field.h506 MapFieldLiteType impl_; member in google::protobuf::internal::MapField
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp47 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 Dbluetooth_host_server.cpp171 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 Dadapter_manager.cpp117 AdapterManager::impl &impl_; member in OHOS::bluetooth::AdapterManager::impl::AdaptersContextCallback
/third_party/googletest/googletest/include/gtest/
H A Dgtest-matchers.h687 const Impl impl_; member in testing::PolymorphicMatcher::MonomorphicImpl
690 Impl impl_; member in testing::PolymorphicMatcher
[all...]
H A Dgtest.h1309 internal::UnitTestImpl* impl_; member in testing::UnitTest
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-matchers.h651 const Impl impl_; member in testing::PolymorphicMatcher::MonomorphicImpl
654 Impl impl_; member in testing::PolymorphicMatcher
[all...]
H A Dgtest.h1304 internal::UnitTestImpl* impl_; member in testing::UnitTest
/third_party/node/deps/v8/include/v8-include/
H A Dv8-script.h505 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 Dv8-util.h355 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 Dserializer.h116 base::HashMap impl_; member in v8::internal::CodeAddressMap::NameMap
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp434 AvrcpController::impl *impl_; global() member in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h737 ::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 Dgtest-param-util.h164 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 Dgtest-param-util.h158 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 Dnode.h769 Impl* impl_; member in node::EnvironmentFlags::CommonEnvironmentSetup
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-param-util.h164 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 Dcoded_stream.h1253 EpsCopyOutputStream impl_; global() member in google::protobuf::io::CodedOutputStream
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dflag.h689 FlagImpl impl_; global() member in absl::flags_internal::FlagHelpKind::FlagDefaultKind::Flag
[all...]

Completed in 40 milliseconds

123456