// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "domatolpm.h" namespace domatolpm { std::string_view TextSampleBuilder::view() { … } void TextSampleBuilder::append(std::string_view v) { … } SampleBuilder* Context::GetBuilder() { … } bool Context::HasVar(const std::string& var_type) { … } void Context::SetVar(const std::string& var_type, const std::string& var_name) { … } std::string_view Context::GetVar(const std::string& var_type, int32_t id) { … } std::string Context::GetNewID() { … } } // namespace domatolpm