Searched refs:android_log_config_ (Results 1 – 2 of 2) sorted by relevance
66 (android_log_config_ == other.android_log_config_) && in operator ==()113 android_log_config_.FromProto(proto.android_log_config()); in FromProto()170 android_log_config_.ToProto(proto->mutable_android_log_config()); in ToProto()
137 return android_log_config_; in android_log_config()140 return &android_log_config_; in mutable_android_log_config()169 AndroidLogConfig android_log_config_ = {}; variable