/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | network_data_types.hpp | 211 const Ip6::Prefix &GetPrefix(void) const { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::OnMeshPrefixConfig 219 Ip6::Prefix &GetPrefix(void) { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::OnMeshPrefixConfig 271 const Ip6::Prefix &GetPrefix(void) const { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::ExternalRouteConfig 279 Ip6::Prefix &GetPrefix(void) { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::ExternalRouteConfig 328 const Ip6::Prefix &GetPrefix(void) const { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::LowpanContextInfo 331 Ip6::Prefix &GetPrefix(void) { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::LowpanContextInfo
|
H A D | network_data_tlvs.hpp | 699 uint8_t *GetPrefix(void) { return reinterpret_cast<uint8_t *>(this) + sizeof(*this); } in GetPrefix() function in ot::NetworkData::PrefixTlv 707 …const uint8_t *GetPrefix(void) const { return reinterpret_cast<const uint8_t *>(this) + sizeof(*th… in GetPrefix() function in ot::NetworkData::PrefixTlv
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | dhcp6_server.hpp | 135 const Ip6::Prefix &GetPrefix(void) const { return mPrefix; } in GetPrefix() function in ot::Dhcp6::Server::PrefixAgent 143 Ip6::Prefix &GetPrefix(void) { return mPrefix; } in GetPrefix() function in ot::Dhcp6::Server::PrefixAgent
|
H A D | nd6.cpp | 100 void PrefixInfoOption::GetPrefix(Prefix &aPrefix) const { aPrefix.Set(mPrefix.GetBytes(), mPrefixLe… in GetPrefix() function in ot::Ip6::Nd::PrefixInfoOption 135 void RouteInfoOption::GetPrefix(Prefix &aPrefix) const { aPrefix.Set(GetPrefixBytes(), mPrefixLengt… in GetPrefix() function in ot::Ip6::Nd::RouteInfoOption
|
H A D | ip6_address.hpp | 847 const NetworkPrefix &GetPrefix(void) const in GetPrefix() function in ot::Ip6::Address 859 void GetPrefix(uint8_t aLength, Prefix &aPrefix) const { aPrefix.Set(mFields.m8, aLength); } in GetPrefix() function in ot::Ip6::Address
|
/aosp_15_r20/external/angle/src/common/ |
H A D | string_utils.cpp | 119 std::string GetPrefix(const std::string &input, size_t offset, const char *delimiter) in GetPrefix() function 129 std::string GetPrefix(const std::string &input, size_t offset, char delimiter) in GetPrefix() function
|
/aosp_15_r20/external/openthread/src/core/border_router/ |
H A D | routing_manager.hpp | 736 const Ip6::Prefix &GetPrefix(void) const { return mPrefix; } in GetPrefix() function in ot::BorderRouter::RoutingManager::LifetimedPrefix 737 Ip6::Prefix &GetPrefix(void) { return mPrefix; } in GetPrefix() function in ot::BorderRouter::RoutingManager::LifetimedPrefix 1127 const Ip6::Prefix &GetPrefix(void) const { return mPrefix; } in GetPrefix() function in ot::BorderRouter::RoutingManager::OmrPrefix 1513 const Ip6::Prefix &GetPrefix(void) const { return mPrefix.GetPrefix(); } in GetPrefix() function in ot::BorderRouter::RoutingManager::PdPrefixManager
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-build/bin/ |
D | scan-build | 307 sub GetPrefix { subroutine
|
/aosp_15_r20/external/clang/tools/scan-build/bin/ |
H A D | scan-build | 307 sub GetPrefix { subroutine
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/bin/ |
D | scan-build | 288 sub GetPrefix { subroutine
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/bin/ |
D | scan-build | 288 sub GetPrefix { subroutine
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/bin/ |
D | scan-build | 288 sub GetPrefix { subroutine
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/bin/ |
D | scan-build | 288 sub GetPrefix { subroutine
|
/aosp_15_r20/external/perfetto/src/traced/probes/filesystem/ |
H A D | prefix_finder.cc | 105 PrefixFinder::Node* PrefixFinder::GetPrefix(std::string path) { in GetPrefix() function in perfetto::PrefixFinder
|
/aosp_15_r20/system/update_engine/aosp/ |
H A D | logging_android.cc | 168 string GetPrefix(const struct __android_log_message* log_message) { in GetPrefix() function in chromeos_update_engine::__anon5e3cdd4d0111::FileLogger
|
/aosp_15_r20/external/ot-br-posix/src/common/ |
H A D | logging.cpp | 117 static const char *GetPrefix(const char *aLogTag) in GetPrefix() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/type/matcher/v3/ |
D | string.pb.go | 90 func (x *StringMatcher) GetPrefix() string { func
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/ |
D | Target.h | 328 const char *GetPrefix() const { in GetPrefix() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/ |
D | Target.h | 319 const char *GetPrefix() const { in GetPrefix() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/ |
D | Target.h | 319 const char *GetPrefix() const { in GetPrefix() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/ |
D | Target.h | 317 const char *GetPrefix() const { in GetPrefix() function
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | network.cc | 723 unsigned int GetPrefix(PIP_ADAPTER_PREFIX prefixlist, in GetPrefix() function
|
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | settings.hpp | 615 const Ip6::Prefix &GetPrefix(void) const { return mPrefix; } in GetPrefix() function in ot::SettingsBase::BrOnLinkPrefix
|
/aosp_15_r20/build/make/tools/ide_query/ide_query_proto/ |
H A D | ide_query.pb.go | 674 func (x *Invalidation_Wildcard) GetPrefix() string { func
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Agent/ |
H A D | Agent.cpp | 204 void CAgentFolder::GetPrefix(UInt32 index, UString &prefix) const in GetPrefix() function in CAgentFolder
|