Home
last modified time | relevance | path

Searched refs:GetProto (Results 1 – 25 of 112) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/assist_ranker/
H A Dgeneric_logistic_regression_inference_unittest.cc16 GenericLogisticRegressionModel GetProto() { in GetProto() function in assist_ranker::GenericLogisticRegressionInferenceTest
87 auto predictor = GenericLogisticRegressionInference(GetProto()); in TEST_F()
109 auto predictor = GenericLogisticRegressionInference(GetProto()); in TEST_F()
118 auto predictor = GenericLogisticRegressionInference(GetProto()); in TEST_F()
136 auto predictor = GenericLogisticRegressionInference(GetProto()); in TEST_F()
149 auto proto = GetProto(); in TEST_F()
184 auto proto = GetProto(); in TEST_F()
218 GenericLogisticRegressionModel proto = GetProto(); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/assist_ranker/
H A Dgeneric_logistic_regression_inference_unittest.cc16 GenericLogisticRegressionModel GetProto() { in GetProto() function in assist_ranker::GenericLogisticRegressionInferenceTest
87 auto predictor = GenericLogisticRegressionInference(GetProto()); in TEST_F()
109 auto predictor = GenericLogisticRegressionInference(GetProto()); in TEST_F()
118 auto predictor = GenericLogisticRegressionInference(GetProto()); in TEST_F()
136 auto predictor = GenericLogisticRegressionInference(GetProto()); in TEST_F()
149 auto proto = GetProto(); in TEST_F()
184 auto proto = GetProto(); in TEST_F()
218 GenericLogisticRegressionModel proto = GetProto(); in TEST_F()
/dports/games/ivan/ivan-059/Main/Source/
H A Dproto.cpp37 const character::prototype* Proto = protocontainer<character>::GetProto(Type); in BalancedCreateMonster()
457 const prototype* Proto = protocontainer<type>::GetProto(c); in SearchForProto()
591 const material::prototype* Proto = protocontainer<material>::GetProto(c1); in CreateMaterial()
623 const character::prototype* Proto = protocontainer<character>::GetProto(c1); in CreateEveryCharacter()
637 const item::prototype* Proto = protocontainer<item>::GetProto(c); in CreateEveryItem()
653 const character::prototype* Proto = protocontainer<character>::GetProto(c); in CreateEveryNormalEnemy()
740 const character::prototype* Proto = protocontainer<character>::GetProto(c1); in InitCharacterDataBaseFlags()
756 const character::prototype* Proto = protocontainer<character>::GetProto(c1); in SaveCharacterDataBaseFlags()
769 const character::prototype* Proto = protocontainer<character>::GetProto(c1); in LoadCharacterDataBaseFlags()
801 const material::prototype* Proto = protocontainer<material>::GetProto(c1); in CreateEveryGodlyMaterial()
[all …]
/dports/ftp/lftp/lftp-4.9.2/src/
H A DDummyProto.h30 const char *GetProto() const;
51 const char *GetProto() const;
H A DFileCopyFtp.cc257 if((strcmp(s_s->GetProto(),"ftp") && strcmp(s_s->GetProto(),"ftps")) in New()
258 || (strcmp(d_s->GetProto(),"ftp") && strcmp(d_s->GetProto(),"ftps"))) in New()
H A DDummyProto.cc31 const char *DummyProto::GetProto() const { return ""; } in GetProto() function in DummyProto
60 const char *DummyNoProto::GetProto() const { return proto; } in GetProto() function in DummyNoProto
H A DHttp.h210 const char *GetProto() const { return "http"; } in GetProto() function
256 const char *GetProto() const { return "hftp"; } in GetProto() function
272 const char *GetProto() const { return "https"; } in GetProto() function
H A DFileAccess.h156 const char *ResPrefix() const { return res_prefix?res_prefix:GetProto(); } in ResPrefix()
200 virtual const char *GetProto() const = 0; // http, ftp, file etc
201 bool SameProtoAs(const FileAccess *fa) const { return !strcmp(GetProto(),fa->GetProto()); } in SameProtoAs()
205 const char *GetVisualProto() const { return vproto?vproto.get():GetProto(); } in GetVisualProto()
H A DLocalAccess.h43 const char *GetProto() const { return "file"; } in GetProto() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/history/
H A Dmedia_history_feed_items_table.cc611 if (!GetProto(statement, 12, author)) { in GetItems()
626 if (!GetProto(statement, 13, action)) { in GetItems()
639 if (!GetProto(statement, 14, counters)) { in GetItems()
655 if (!GetProto(statement, 15, ratings)) { in GetItems()
673 if (!GetProto(statement, 16, identifiers)) { in GetItems()
687 if (!GetProto(statement, 17, tv_episode)) { in GetItems()
714 if (!GetProto(statement, 18, play_next_candidate)) { in GetItems()
741 if (!GetProto(statement, 19, image_set)) { in GetItems()
761 if (!GetProto(statement, 5, genre_set)) { in GetItems()
829 if (!GetProto(statement, 1, action)) in GetPendingSafeSearchCheckItems()
[all …]
H A Dmedia_history_table_base.h64 bool GetProto(sql::Statement& s,
H A Dmedia_history_feeds_table.cc376 if (!GetProto(statement, 12, image_set)) { in GetRows()
426 if (!GetProto(statement, 16, identifier)) { in GetRows()
448 if (GetProto(statement, 19, token)) in GetRows()
659 if (!GetProto(statement, 2, token)) in GetFetchDetails()
H A Dmedia_history_table_base.cc62 bool MediaHistoryTableBase::GetProto(sql::Statement& s, in GetProto() function in media_history::MediaHistoryTableBase
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ssl/
H A Dtls_deprecation_config.cc33 chrome_browser_ssl::LegacyTLSExperimentConfig* GetProto() const { in GetProto() function in __anon456984af0111::TLSDeprecationConfigSingleton
64 auto* proto = TLSDeprecationConfigSingleton::GetInstance().GetProto(); in ShouldSuppressLegacyTLSWarning()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/tether/
H A Dmessage_wrapper_unittest.cc43 wrapper_from_raw_message->GetProto()->SerializeAsString()); in VerifyProtoConversion()
166 wrapper->GetProto()->SerializeAsString()); in TEST_F()
188 wrapper->GetProto()->SerializeAsString()); in TEST_F()
H A Dmessage_wrapper.h40 std::shared_ptr<google::protobuf::MessageLite> GetProto() const;
H A Dkeep_alive_operation.cc88 static_cast<KeepAliveTickleResponse*>(message_wrapper->GetProto().get()); in OnMessageReceived()
/dports/devel/grpc/grpc-1.42.0/third_party/upb/benchmarks/
H A Dbenchmark.cc187 P* GetProto() { return &proto_; } in GetProto() function
196 P* GetProto() { return protobuf::Arena::CreateMessage<P>(&arena_); } in GetProto() function
206 P* GetProto() { return protobuf::Arena::CreateMessage<P>(&arena_); } in GetProto() function
231 auto proto = proto_factory.GetProto(); in BM_Parse_Proto2()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/upb/benchmarks/
H A Dbenchmark.cc187 P* GetProto() { return &proto_; } in GetProto() function
196 P* GetProto() { return protobuf::Arena::CreateMessage<P>(&arena_); } in GetProto() function
206 P* GetProto() { return protobuf::Arena::CreateMessage<P>(&arena_); } in GetProto() function
231 auto proto = proto_factory.GetProto(); in BM_Parse_Proto2()
/dports/security/i2pd/i2pd-2.40.0/daemon/
H A DUPnP.cpp178 std::string strType (GetProto (address)), strPort (std::to_string (address->port)); in TryPortMapping()
226 std::string strType (GetProto (address)), strPort (std::to_string (address->port)); in CloseMapping()
247 std::string UPnP::GetProto (std::shared_ptr<i2p::data::RouterInfo::Address> address) in GetProto() function in i2p::transport::UPnP
H A DUPnP.h61 std::string GetProto (std::shared_ptr<i2p::data::RouterInfo::Address> address);
/dports/games/ivan/ivan-059/Main/Include/
H A Dproto.h42 static const prototype* GetProto(int I) { return GetProtoData()[I]; } in GetProto() function
118 Class = Type ? protocontainer<type>::GetProto(Type)->SpawnAndLoad(SaveFile) : 0;
/dports/net/opal/opal-3.10.10/src/opal/
H A Dendpoint.cxx271 PCaselessString proto = localAddress.GetProto(); in AddTransportAddresses()
326 if (listener->GetLocalAddress().GetProto() == associatedLocalAddress.GetProto()) in GetInterfaceAddresses()
344 if (listener->GetLocalAddress().GetProto() == associatedLocalAddress.GetProto()) in GetInterfaceAddresses()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/network/utils/
H A Dsimple-net-device.cc85 uint16_t GetProto (void) const;
171 SimpleTag::GetProto (void) const in GetProto() function in ns3::SimpleTag
497 uint16_t proto = tag.GetProto (); in FinishTransmission()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/reputation/core/
H A Dsafety_tips_config.cc24 SafetyTipsConfig* GetProto() const { return proto_.get(); } in GetProto() function in reputation::__anonc34a8cc00111::SafetyTipsConfigSingleton
91 return SafetyTipsConfigSingleton::GetInstance().GetProto(); in GetSafetyTipsRemoteConfigProto()

12345