OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OptionsFile
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/base/
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
...]
optionsfile.h
22
class
OptionsFile
{
24
OptionsFile
(const std::string &path);
25
~
OptionsFile
();
optionsfile_unittest.cc
13
#include "webrtc/base/
optionsfile
.h"
47
store_.reset(new
OptionsFile
(test_file_));
50
rtc::scoped_ptr<
OptionsFile
> store_;
/external/webrtc/webrtc/examples/turnserver/
turnserver_main.cc
16
#include "webrtc/base/
optionsfile
.h"
41
rtc::
OptionsFile
file_;
Completed in 171 milliseconds