Home
last modified time | relevance | path

Searched refs:get_proto (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/components/policy/core/common/
Dpolicy_proto_decoders.cc124 const em::BooleanPolicyProto& proto = (policy.*access->get_proto)(); in DecodeProtoFields()
137 const em::IntegerPolicyProto& proto = (policy.*access->get_proto)(); in DecodeProtoFields()
153 const em::StringPolicyProto& proto = (policy.*access->get_proto)(); in DecodeProtoFields()
180 const em::StringListPolicyProto& proto = (policy.*access->get_proto)(); in DecodeProtoFields()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.h514 virtual RunGraphResponse* get_proto() = 0;
538 RunGraphResponse* get_proto() override;
569 RunGraphResponse* get_proto() override;
596 RunGraphResponse* get_proto() override;
660 virtual RunStepResponse* get_proto() = 0;
682 RunStepResponse* get_proto() override;
709 RunStepResponse* get_proto() override;
734 RunStepResponse* get_proto() override;
Dmessage_wrappers.cc655 RunGraphResponse* InMemoryRunGraphResponse::get_proto() { in get_proto() function in tensorflow::InMemoryRunGraphResponse
724 RunGraphResponse* OwnedProtoRunGraphResponse::get_proto() { return &response_; } in get_proto() function in tensorflow::OwnedProtoRunGraphResponse
795 RunGraphResponse* NonOwnedProtoRunGraphResponse::get_proto() { in get_proto() function in tensorflow::NonOwnedProtoRunGraphResponse
853 RunStepResponse* InMemoryRunStepResponse::get_proto() { in get_proto() function in tensorflow::InMemoryRunStepResponse
904 RunStepResponse* OwnedProtoRunStepResponse::get_proto() { return &response_; } in get_proto() function in tensorflow::OwnedProtoRunStepResponse
956 RunStepResponse* NonOwnedProtoRunStepResponse::get_proto() { return response_; } in get_proto() function in tensorflow::NonOwnedProtoRunStepResponse
Dmaster_interface.h111 return wrapper->get_proto(); in get_proto_from_wrapper()
Dworker_interface.h200 return wrapper->get_proto(); in get_proto_from_wrapper()
/external/ipsec-tools/src/racoon/
Dracoonctl.c160 static int get_proto __P((char *));
487 proto = get_proto(*av);
516 proto = get_proto(*av);
545 proto = get_proto(*av);
600 proto = get_proto(*av);
679 if ((proto = get_proto(*av)) == -1)
865 get_proto(str) in get_proto() function
/external/rust/crates/protobuf/src/reflect/
Dmessage.rs42 pub fn get_proto(&self) -> &DescriptorProto { in get_proto() method