Searched defs:placeholder_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2211 // placeholder_type parameter indicates what kind of placeholder should be
2226 PlaceholderType placeholder_type = PLACEHOLDER_MESSAGE,
2237 Symbol NewPlaceholder(const string& name, PlaceholderType placeholder_type);
2725 PlaceholderType placeholder_type, ResolveMode resolve_mode) {
2731 result = NewPlaceholder(name, placeholder_type);
2737 PlaceholderType placeholder_type) {
2776 if (placeholder_type == PLACEHOLDER_ENUM) {
2824 if (placeholder_type == PLACEHOLDER_EXTENDABLE_MESSAGE) {
2723 LookupSymbol( const string& name, const string& relative_to, PlaceholderType placeholder_type, ResolveMode resolve_mode) argument
2736 NewPlaceholder(const string& name, PlaceholderType placeholder_type) argument
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1907 // placeholder_type parameter indicates what kind of placeholder should be
1922 PlaceholderType placeholder_type = PLACEHOLDER_MESSAGE,
1933 Symbol NewPlaceholder(const string& name, PlaceholderType placeholder_type);
2390 PlaceholderType placeholder_type, ResolveMode resolve_mode) {
2396 result = NewPlaceholder(name, placeholder_type);
2402 PlaceholderType placeholder_type) {
2439 if (placeholder_type == PLACEHOLDER_ENUM) {
2487 if (placeholder_type == PLACEHOLDER_EXTENDABLE_MESSAGE) {
2388 LookupSymbol( const string& name, const string& relative_to, PlaceholderType placeholder_type, ResolveMode resolve_mode) argument
2401 NewPlaceholder(const string& name, PlaceholderType placeholder_type) argument

Completed in 264 milliseconds