OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DefaultValue
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/extensions/common/
feature_switch.h
29
enum
DefaultValue
{
52
DefaultValue
default_value);
55
DefaultValue
default_value);
69
DefaultValue
default_value);
/external/chromium_org/mojo/public/bindings/generators/
mojom_js_generator.py
33
def
DefaultValue
(field):
148
"default_value":
DefaultValue
,
/external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc
261
string
DefaultValue
(const FieldDescriptor* field) {
/external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc
275
string
DefaultValue
(const Params& params, const FieldDescriptor* field) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc
259
string
DefaultValue
(const FieldDescriptor* field) {
/external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp
208
int
DefaultValue
= 0;
214
DefaultValue
= 4;
217
DefaultValue
= 50;
221
MaxInlinableSize = getOptionAsInteger("max-inlinable-size",
DefaultValue
);
240
int
DefaultValue
= 0;
246
DefaultValue
= 75000;
249
DefaultValue
= 150000;
252
MaxNodesPerTopLevelFunction = getOptionAsInteger("max-nodes",
DefaultValue
);
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc
243
string
DefaultValue
(const FieldDescriptor* field) {
/external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc
339
string
DefaultValue
(const Params& params, const FieldDescriptor* field) {
/external/chromium_org/third_party/WebKit/Source/wtf/
CheckedArithmetic.h
178
static const CleanType
DefaultValue
= 0;
183
static const CleanType
DefaultValue
= 0;
188
static const CleanType
DefaultValue
= 0;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc
284
string
DefaultValue
(const FieldDescriptor* field) {
/external/clang/test/SemaTemplate/
alias-templates.cpp
172
template <typename T> struct
DefaultValue
{ const T value=0;};
174
template <typename ... Args> using Zero = tuple<
DefaultValue
<Args> ...>;
183
template <template<int x> class temp> struct
DefaultValue
{ const temp<0> value; };
185
template <template<int x> class... Args> using Zero = tuple<
DefaultValue
<Args> ...>;
/external/openfst/src/include/fst/
sparse-tuple-weight.h
89
Init(w.
DefaultValue
());
90
SetDefaultValue(w.
DefaultValue
());
125
Init(w.
DefaultValue
());
133
if (!
DefaultValue
().Member()) return false;
201
const W&
DefaultValue
() const { return default_; }
274
const W& v1_def = w1.
DefaultValue
();
275
const W& v2_def = w2.
DefaultValue
();
299
const W& v1_def = w1.
DefaultValue
();
300
const W& v2_def = w2.
DefaultValue
();
352
strm << w.
DefaultValue
();
[
all
...]
/external/chromium/testing/gmock/include/gmock/
gmock-actions.h
153
// The
DefaultValue
<T> class allows a user to specify the
159
//
DefaultValue
<T>::Set(foo);
161
class
DefaultValue
{
199
class
DefaultValue
<T&> {
231
// This specialization allows
DefaultValue
<void>::Get() to
234
class
DefaultValue
<void> {
242
const T*
DefaultValue
<T>::value_ = NULL;
246
T*
DefaultValue
<T&>::address_ = NULL;
[
all
...]
Completed in 1214 milliseconds