Searched refs:TrimWhitespace (Results 1 – 6 of 6) sorted by relevance
/third_party/gn/src/base/ |
D | command_line.cc | 85 TrimWhitespace(arg, TRIM_ALL, &arg); in AppendSwitchesAndArguments() 278 TrimWhitespace(program.value(), TRIM_ALL, &argv_[0]); in SetProgram() 429 TrimWhitespace(command_line, TRIM_ALL, &command_line_string); in ParseFromString()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 368 void TrimWhitespace(StringPiece* input) { in TrimWhitespace() function 1065 TrimWhitespace(&package); in ConsumeLine() 1066 TrimWhitespace(&prefix); in ConsumeLine() 1517 TrimWhitespace(&line); in ParseLoop() 1734 TrimWhitespace(&framework_name); in ConsumeLine() 1744 TrimWhitespace(&proto_file); in ConsumeLine()
|
D | objectivec_helpers.h | 66 void PROTOC_EXPORT TrimWhitespace(StringPiece* input);
|
/third_party/gn/src/base/strings/ |
D | string_util.h | 189 TrimPositions TrimWhitespace(const std::u16string& input, 192 std::u16string_view TrimWhitespace(std::u16string_view input,
|
D | string_util.cc | 325 TrimPositions TrimWhitespace(const std::u16string& input, in TrimWhitespace() function 332 std::u16string_view TrimWhitespace(std::u16string_view input, in TrimWhitespace() function
|
/third_party/cef/libcef/renderer/ |
D | dom_node_impl.cc | 178 base::TrimWhitespace(value, base::TRIM_LEADING, &value); in GetValue()
|