Home
last modified time | relevance | path

Searched defs:mapMessage (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java245 TestMap mapMessage = mapBuilder.build(); in testUnknownEnumValues() local
1431 TestMap mapMessage = TestMap.getDefaultInstance(); in testIncludingDefaultValueFields() local
1694 TestMap mapMessage = mapBuilder.build(); in testSortedMapKeys() local
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java370 RubyMessage mapMessage = (RubyMessage) rubyClass.newInstance(context, Block.NULL_BLOCK); in build() local