Searched defs:bprop_hash (Results 1 – 3 of 3) sorted by relevance
405 std::string bprop_hash() const { return bprop_hash_; } in bprop_hash() function406 void set_bprop_hash(const std::string &bprop_hash) { bprop_hash_ = bprop_hash; } in set_bprop_hash()
90 optional string bprop_hash = 7; field
116 static std::string bprop_hash = std::string(); in GetBpropHash() local