Searched refs:get_proto (Results 1 – 7 of 7) sorted by relevance
124 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()
514 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;
655 RunGraphResponse* InMemoryRunGraphResponse::get_proto() { in get_proto() function in tensorflow::InMemoryRunGraphResponse724 RunGraphResponse* OwnedProtoRunGraphResponse::get_proto() { return &response_; } in get_proto() function in tensorflow::OwnedProtoRunGraphResponse795 RunGraphResponse* NonOwnedProtoRunGraphResponse::get_proto() { in get_proto() function in tensorflow::NonOwnedProtoRunGraphResponse853 RunStepResponse* InMemoryRunStepResponse::get_proto() { in get_proto() function in tensorflow::InMemoryRunStepResponse904 RunStepResponse* OwnedProtoRunStepResponse::get_proto() { return &response_; } in get_proto() function in tensorflow::OwnedProtoRunStepResponse956 RunStepResponse* NonOwnedProtoRunStepResponse::get_proto() { return response_; } in get_proto() function in tensorflow::NonOwnedProtoRunStepResponse
111 return wrapper->get_proto(); in get_proto_from_wrapper()
200 return wrapper->get_proto(); in get_proto_from_wrapper()
160 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
42 pub fn get_proto(&self) -> &DescriptorProto { in get_proto() method