MCPcopy Create free account
hub / github.com/apache/brpc / set_options

Method set_options

src/butil/strings/string_tokenizer.h:116–116  ·  view source on GitHub ↗

Set the options for this tokenizer. By default, this is 0.

Source from the content-addressed store, hash-verified

114
115 // Set the options for this tokenizer. By default, this is 0.
116 void set_options(int options) { options_ = options; }
117
118 // Set the characters to regard as quotes. By default, this is empty. When
119 // a quote char is encountered, the tokenizer will switch into a mode where

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64