Searched defs:DefaultValue (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc261 string DefaultValue(const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::java
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc243 string DefaultValue(const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::cpp
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc333 string DefaultValue(const Params& params, const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::javamicro
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-actions.h153 // The DefaultValue<T> class allows a user to specify the
159 // DefaultValue<T>::Set(foo);
161 class DefaultValue { class in namespace:testing
199 class DefaultValue<T&> { class in namespace:testing
231 // This specialization allows DefaultValue<void>::Get() to
234 class DefaultValue<void> { class in namespace:testing
242 const T* DefaultValue<T>::value_ = NULL;
246 T* DefaultValue<T&>::address_ = NULL;

Completed in 140 milliseconds