OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OptionsFile
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
optionsfile.h
22
class
OptionsFile
{
24
OptionsFile
(const std::string &path);
25
~
OptionsFile
();
optionsfile.cc
11
#include "webrtc/base/
optionsfile
.h"
21
OptionsFile
::
OptionsFile
(const std::string &path) : path_(path) {
24
OptionsFile
::~
OptionsFile
() = default;
26
bool
OptionsFile
::Load() {
64
bool
OptionsFile
::Save() {
105
bool
OptionsFile
::IsLegalName(const std::string &name) {
116
bool
OptionsFile
::IsLegalValue(const std::string &value) {
127
bool
OptionsFile
::GetStringValue(const std::string& option
[
all
...]
Completed in 216 milliseconds